micropython-example-boards
micropython-example-boards copied to clipboard
MicroPython example: defining custom boards
Hi, In order to get this working for an ESP32S3 board I needed to do the following: - created an empty `main/linker.lf` file - added `sdkconfig.idf52` to `mpconfigboard.cmake` - run...
This requires handling the following upstream commits: decf8e6a8b all: Remove the "STATIC" macro and just use "static" instead. 27279e69b4 esp32: Add IDF-version-specific sdkconfig. and, importantly acbdbcd95e esp32: Workaround IDF issue...
This requires handling the following upstream commits: - decf8e6a8b all: Remove the "STATIC" macro and just use "static" instead. - 27279e69b4 esp32: Add IDF-version-specific sdkconfig. and, importantly - acbdbcd95e esp32:...