Update build system.

This commit is contained in:
HiFiPhile
2024-04-27 21:44:25 +02:00
parent c917d47e71
commit 4f41e105b3
19 changed files with 481 additions and 210 deletions

View File

@@ -6,9 +6,10 @@
$ cd /tinyusb/examples/device/audio_test_freertos
```
3. Run make in project directory specifying the board
3. Run cmake in project directory specifying the board
```
$ make BOARD=espressif_s3_devkitc all
$ cmake -DBOARD=espressif_s3_devkitc -B build -G Ninja .
$ ninja.exe -C build
```
4. Flash the binary onto the esp32-s3 by copy-paste of the full command output by the esp-idf build system replacing **(PORT)** with eg. /dev/ttyUSB0