mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-07 05:54:11 +08:00
Merge pull request #438 from UweBonnes/debug
examples/readme.md: Add hint to build for debug
This commit is contained in:
commit
1cb53dd23e
@ -32,6 +32,13 @@ Then compile with `make BOARD=[your_board] all`, for example
|
|||||||
$ make BOARD=feather_nrf52840_express all
|
$ make BOARD=feather_nrf52840_express all
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
To compile for debugging with debug symbols add DEBUG=1, for example
|
||||||
|
|
||||||
|
```
|
||||||
|
$ make BOARD=feather_nrf52840_express DEBUG=1 all
|
||||||
|
```
|
||||||
|
|
||||||
### Debug Log
|
### Debug Log
|
||||||
|
|
||||||
### Log Level
|
### Log Level
|
||||||
|
Loading…
x
Reference in New Issue
Block a user