Skip to content

Files

Latest commit

Jul 16, 2023
2e5c46f · Jul 16, 2023

History

History
This branch is 8 commits behind cpq/bare-metal-programming-guide:main.

Blinky

In order to build this firmware,

Use any ESP32-C3 board, for example ESP32-C3-DevKITM-1. Attach LED to pin 2. Then,

$ export PORT=/dev/SERIAL_PORT
$ make flash monitor
...
tick:  1001, CPU 160 MHz
tick:  2001, CPU 160 MHz
tick:  3001, CPU 160 MHz
...