zephyr/samples
Oleh Kravchenko 4f69acc3d4 soc: stm32f1x: Add support for stop/standby modes
Add config and overlay to samples for testing stop/standby modes:

- samples/boards/st/power_mgmt/blinky
- samples/boards/st/power_mgmt/wkup_pins

I've measured consumption for each low-power mode:
- stop (regulator in run mode) ~217 uA
- stop (regulator in low-power mode) ~206 uA
- standby mode ~3.5 uA

Low-power mode wakeup timings from the datasheet,
but it barely meets these in reality:
- stop (regulator in run mode) 3.6 us
- stop (regulator in low-power mode) 5.4 us
- standby 50 us

It's possible to use RTC as idle timer to exit from stop mode.

Signed-off-by: Oleh Kravchenko <oleg@kaa.org.ua>
2025-05-20 10:16:20 +02:00
..
application_development samples: code_relocation_nocopy: update macro for flash size and address 2025-04-30 18:44:24 +02:00
arch samples: smp: pi: use K_SEM_DEFINE() for simplicity 2025-04-02 19:03:22 +02:00
basic boards: qemu_nios2: drop board definition 2025-05-15 20:01:05 -04:00
bluetooth boards: nxp: mimxrt1040_evk: Convert to Bluetooth M.2 shield 2025-05-12 19:19:53 +02:00
boards soc: stm32f1x: Add support for stop/standby modes 2025-05-20 10:16:20 +02:00
cpp samples: cpp: hello_world: add cpp target tag 2025-04-09 21:10:27 +02:00
drivers samples: drivers: flash: Add nrf54h support in nrf_soc_flash sample 2025-05-19 13:32:34 +02:00
fuel_gauge boards: adafruit: esp32s2_feather: add support 2025-03-27 14:01:21 +01:00
hello_world
kernel
modules samples: lvgl: multi_display: add SDL Window titles 2025-05-19 16:36:12 +02:00
net samples: net: cellular_modem: add test for mikroe_lte_iot10_click shield 2025-05-16 17:31:58 +02:00
philosophers samples: philosphers: Fix typo in famous name 2025-03-31 08:20:19 +02:00
posix
psa secure_storage: use hybrid key store in samples/tests 2025-03-14 14:51:58 +01:00
sensor samples: sensor: add sample for SHT4X 2025-05-19 16:48:44 +01:00
shields samples: shields: npm2100_ek sample 2025-05-19 13:42:15 +02:00
subsys samples: lvgl: Enable PM for frdm_rw612 boards 2025-05-19 21:54:55 +02:00
synchronization
sysbuild tests, samples: update esp32_devkitc board records 2025-04-29 16:48:55 +02:00
tfm_integration modules: mbedtls: make key exchange Kconfigs depend on, not select 2025-05-13 22:22:43 -04:00
userspace samples: hello_world_user: unify board identifier output 2025-05-01 13:43:03 +02:00
index.rst
sample_definition_and_criteria.rst