8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fix Typos and Urls
Updated ESP32 debugging (markdown)
Add link to shariltumin/password-protected-REPL-micropython
Add info and link on Frozen code
Updated Securing a MicroPython System (markdown)
Fixed a typo
Another # this will print 1, 2, 3, 4 -> # this will print 1, 2, 3 + "will extract modify" -> "will modify"
Change "# will print 1, 2, 3, 4" to "# will print 1, 2, 3"
Added pyb and machine information
Tidy up formatting
added troubleshooting for esp32/esp-idf wrong version
Typo correction
Updated Programming Debugging the Pyboard using ST‐Link v2 (markdown)
fix per issue #8214
Updated _Sidebar (markdown)
Update inspect
Updated Compiling esp32 port with docker (markdown)
Created Compiling esp32 port with docker (markdown)
Updated Improving performance with Viper code (markdown)
Updated Differences (markdown)
Updated Home (markdown)
Added discussion of the impact and mitigation strategies regarding limited floating point precision.
Changed viper to Viper to be consistent, fixed some typos
Clarify possible uses of uint
Added a good example for range vs while vs pointer arithmetic