- Jun 11, 2023
-
-
brought uctx up to speed with the help of https://github.com/micropython/micropython/wiki/Build-Troubleshooting
-
q3k authored
-
q3k authored
-
q3k authored
-
q3k authored
This moves badge hardware generation selection over from a header file into ESP-IDF configuratbility. The generaiton can now be selected by specifying `BADGE_GENERATION` or `-g` when running the initial built. In addition, each generation now gets its own sdkconfig.defaults file (instead named sdkconfig.$generation) and the big autogeneration sdkconfig file gets yeeted.
-
Original commit (f1c6cb7725960487195daa5c5c196fd8d3563811) py/stackctrl: Add gcc pragmas to ignore dangling-pointer warning. This warning became apparent in gcc 13. Signed-off-by:
Damien George <damien@micropython.org>
-
q3k authored
-
q3k authored
-
q3k authored
-
q3k authored
This moves the badge23-specific hardware/synth modules into usermodule/.