Merge pull request #438 from UweBonnes/debug

examples/readme.md: Add hint to build for debug
This commit is contained in:
Ha Thach 2020-06-22 11:11:00 +07:00 committed by GitHub
commit 1cb53dd23e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -32,6 +32,13 @@ Then compile with `make BOARD=[your_board] all`, for example
$ 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
### Log Level