Skip to content

Latest commit

 

History

History
executable file
·
23 lines (16 loc) · 424 Bytes

README.md

File metadata and controls

executable file
·
23 lines (16 loc) · 424 Bytes

Develop ESP32-C3 with C3-Lang

Dependencies

Setup

# configure esp-idf for esp32c3
idf.py set-target esp32c3

# build
just build

# flash
just flash

# monitor
just monitor