-
- Downloads
*: use plain ESP-IDF cmake machinery
This refactors the build system to be more in line with the average ESP-IDF project. This means that: 1. `idf.py` from the main directory now works 2. Adding components, running menuconfig, etc. should now be trivial. 3. We don't have to edit files in micropython/ports/esp32/.... Hopefully this is the first step to yeeting the micropython checkout from source and just depending on a submodule instead.
Showing
- CMakeLists.txt 10 additions, 0 deletionsCMakeLists.txt
- README.md 63 additions, 44 deletionsREADME.md
- main/CMakeLists.txt 206 additions, 0 deletionsmain/CMakeLists.txt
- main/include/mpconfigboard.h 23 additions, 0 deletionsmain/include/mpconfigboard.h
- nix/shell.nix 4 additions, 0 deletionsnix/shell.nix
- sdkconfig 1583 additions, 0 deletionssdkconfig
Loading
Please register or sign in to comment