Skip to content

Commit 426c57c

Browse files
committed
STM32: readme update for MBED_SLEEP_TRACING_ENABLED
1 parent 0079bb9 commit 426c57c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

targets/TARGET_STM/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,14 @@ Detailed sleep Mbed OS description : https://os.mbed.com/docs/mbed-os/latest/api
474474
- debug profile is disabling deepsleep
475475
- deepsleep can also be disabled by application or drivers using sleep_manager_lock_deep_sleep()
476476
- deep-sleep-latency value is configured to 4 by default for STM32
477+
- trace with MBED_SLEEP_TRACING_ENABLED macro is set by default with low verbosity
478+
```
479+
"target_overrides": {
480+
"*": {
481+
"platform.deepsleep-stats-enabled": true,
482+
"platform.deepsleep-stats-verbose": false
483+
},
484+
```
477485

478486

479487
### WiFi configuration

0 commit comments

Comments
 (0)