Skip to content

Commit

Permalink
STM32: readme update for MBED_SLEEP_TRACING_ENABLED
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromecoutant committed Nov 8, 2021
1 parent 658e9ae commit 8e26a05
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions targets/TARGET_STM/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,14 @@ Detailed sleep Mbed OS description : https://os.mbed.com/docs/mbed-os/latest/api
- debug profile is disabling deepsleep
- deepsleep can also be disabled by application or drivers using sleep_manager_lock_deep_sleep()
- deep-sleep-latency value is configured to 4 by default for STM32
- trace with MBED_SLEEP_TRACING_ENABLED macro is set by default with low verbosity
```
"target_overrides": {
"*": {
"platform.deepsleep-stats-enabled": true,
"platform.deepsleep-stats-verbose": false
},
```


### WiFi configuration
Expand Down

0 comments on commit 8e26a05

Please sign in to comment.