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.
Created Board profile configuration for RomFS (markdown)
Update port development guide to focus on minimal and STM32 ports - Replace Alif-specific examples with minimal and STM32 port patterns - Add minimal port examples for simplest implementation patterns - Use STM32 as the comprehensive reference for full-featured ports - Keep Alif only as reference for commit progression analysis - Update build system examples to show both minimal and STM32 approaches - Reference established ports (STM32, minimal, RP2) throughout
Add comprehensive MicroPython New Port Development Guide This guide provides detailed instructions for creating new MicroPython ports, based on analysis of the Alif port development and patterns from existing ports.
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.