micropython-example-boards icon indicating copy to clipboard operation
micropython-example-boards copied to clipboard

MicroPython example: defining custom boards

Results 3 micropython-example-boards issues
Sort by recently updated
recently updated
newest added

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:...