-
- Downloads
esp32: Update to latest ESP IDF using sdkconfig and new ldgen procedure.
Configuration for the build is now specified using sdkconfig rather than sdkconfig.h, which allows for much easier configuration with defaults from the ESP IDF automatically applied. sdkconfig.h is generated using the new ESP IDF kconfig_new tool written in Python. Custom configuration for a particular ESP32 board can be specified via the make variable SDKCONFIG. The esp32.common.ld file is also now generated using the standard ESP IDF ldgen.py tool.
Showing
- ports/esp32/Makefile 167 additions, 77 deletionsports/esp32/Makefile
- ports/esp32/README.md 12 additions, 1 deletionports/esp32/README.md
- ports/esp32/boards/sdkconfig 26 additions, 0 deletionsports/esp32/boards/sdkconfig
- ports/esp32/boards/sdkconfig.spiram 27 additions, 0 deletionsports/esp32/boards/sdkconfig.spiram
- ports/esp32/network_ppp.c 1 addition, 1 deletionports/esp32/network_ppp.c
- ports/esp32/sdkconfig.h 0 additions, 193 deletionsports/esp32/sdkconfig.h
Loading
Please register or sign in to comment