zephyr/samples
Abderrahmane Jarmouni ed95cd9ab3 samples: boards: stm32: no need to configure button pin
The gpio pin that will be used as a source for PWR wake-up pins does not
actually need to be configured as input, hence input_gpio_keys driver does
not need to be involved. As far as GPIO controller is concerned, the pin
can be in analog state.

Also, it's clearer & safer to call gpio_pin_configure_dt directly in the
application with the STM32_GPIO_WKUP flag, just before calling Poweroff,
instead of relying on a driver, like input_gpio_keys to do it just after
boot behind the scenes, & risk not having the correct wake-up pins config
when Poweroff is finally called.

Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
2024-06-13 17:51:43 +02:00
..
application_development samples: code relocation in external memory of stm32H7 disco kit 2024-06-06 15:22:06 -05:00
arch samples: pktqueue: remove main.h 2024-05-21 20:54:13 -04:00
basic boards: seeed: Add xiao_rp2040 board 2024-06-12 17:10:04 -05:00
bluetooth Samples: bluetooth: hf_ag: Add board specific configuration 2024-06-13 05:45:36 -04:00
boards samples: boards: stm32: no need to configure button pin 2024-06-13 17:51:43 +02:00
compression hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
cpp
drivers samples: drivers: flash_shell does not run on stm32h745/m4 boards 2024-06-13 08:23:16 -04:00
fuel_gauge hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
hello_world samples: hello_world: Use full board target string for hwmv2 boards 2024-03-21 20:10:46 +01:00
kernel arch: move arch_interface.h under zephyr/arch 2024-03-25 09:58:35 +00:00
modules samples: canopennode: fix HTTP 404 errors 2024-06-12 12:49:00 -04:00
net samples: net: ptp: Add sample for PTP 2024-06-13 05:40:41 -04:00
philosophers doc: samples: philosophers: fix formatting and spelling 2024-05-31 03:08:52 -07:00
posix posix: deprecate PTHREAD_IPC _MUTEX _COND and _KEY 2024-06-04 16:27:12 -05:00
sensor boards: silabs: Consistently name dev kits 2024-06-12 12:52:28 -04:00
shields posix: deprecate POSIX_FNMATCH GETOPT GETENTROPY 2024-06-04 16:27:12 -05:00
subsys usb: device_next: rename the rate properties to use the correct unit 2024-06-13 08:03:49 -04:00
synchronization
sysbuild samples: sysbuild: hello_world: fix broken references/args 2024-05-31 09:59:36 -05:00
tfm_integration tfm: do not enable all PSA features by default when BUILD_WITH_TFM 2024-06-05 01:38:22 -07:00
userspace samples: tests: bluetooth: Add support for frdm_rw612 2024-06-10 07:02:06 -07:00
classic.rst
index.rst samples: move with_mcuboot sample to samples/sysbuild 2024-05-13 16:09:01 -04:00
sample_definition_and_criteria.rst