MicroPython REPL - Live-coding Raspberry Pi Pico Emulator

preview_player
Показать описание

In this live-coding series we're implementing an emulator for the RP2040 chip, which powers the new Raspberry Pi Pico. Every week we implement a new feature together, diving into the datasheet and thickening our Cortex M0+ implementation.

Get emails with the links to the future stream:

Рекомендации по теме
Комментарии
Автор

Great work! Look forward to the next session on MuriPython and PIO on Pico 😀

embedded-academy
Автор

15:10 ... there are two different build platforms (PICO_PLATFORM) "rp2040" and "host"; the latter being compiled natively for your host computer with stubbed out versions of the libraries. in the UART case these do sensible things. VSCode is taking you to the wrong versions. I use CLion which does the right thing based on your current CMake profile (i.e. all #defines, highlighting, warnings, includes, paths etc are based on the currently selected build settings)... I believe/hope that CMake Tools in VSCode is able to do the same thing (i.e. tune your navigation/highlighting etc based on the build)... would be good to know. If not, just ignore things with "host/" in the path!

kilograham