Lyon 572e4a3146 fix pkgmng 2 лет назад
..
components 572e4a3146 fix pkgmng 2 лет назад
main c262db0e26 add cmakelist for esp32 2 лет назад
.gitignore 9a49ad985e update esp32 bsp, support esp32c3 and esp32s3 2 лет назад
CMakeLists.txt 9a49ad985e update esp32 bsp, support esp32c3 and esp32s3 2 лет назад
README.md fadd1aebb3 !236 update bsp/esp32/README.md. 2 лет назад
make.bat 9a49ad985e update esp32 bsp, support esp32c3 and esp32s3 2 лет назад
partitions.16m.csv 9a49ad985e update esp32 bsp, support esp32c3 and esp32s3 2 лет назад
partitions.4m.csv 9a49ad985e update esp32 bsp, support esp32c3 and esp32s3 2 лет назад
sdkconfig.defaults 9a49ad985e update esp32 bsp, support esp32c3 and esp32s3 2 лет назад
sdkconfig.defaults.esp32c3 9a49ad985e update esp32 bsp, support esp32c3 and esp32s3 2 лет назад
sdkconfig.defaults.esp32s3 9a49ad985e update esp32 bsp, support esp32c3 and esp32s3 2 лет назад

README.md

SDK

esp-idf 5.0

Compile

  • on windows

    idf.py set-target <esp32c3/esp32s3>
    make.bat
    
  • tips

    • use ESP's USB port to flash code, not the COM port.