Explorar el Código

Update README.md

Zachary Weiss hace 3 años
padre
commit
5410ddb456
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -7,6 +7,7 @@ Disclaimer: use responsibly, and at your own risk. While in my testing, I've see
 Emulation:
 - Clean up old testing scenes, remove deprecated helpers
 - Reverse track precomputation
+- Does the main timing-sensitive section need to be branchless? (Remove `if`s from the `FURI_CRITICAL...` section of `mag_spoof()`?)
 - Implement/integrate better bitmap than hacky first pass? antirez's better approach (from ProtoView) included at bottom of `helpers/mag_helpers.c`
 - Pursue skunkworks TX improvement ideas listed below