samples: boards: stm32: group STM32 board samples

Group all STM32 board samples in samples/boards/st to
keep samples/boards/ organized by vendor

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2024-09-06 12:39:01 +02:00 committed by Carles Cufí
parent a755f0e54a
commit 28fe72ea5e
123 changed files with 36 additions and 19 deletions

View file

@ -3925,7 +3925,7 @@ STM32 Platforms:
- dts/arm/st/
- dts/bindings/*/*stm32*
- soc/st/stm32/
- samples/boards/stm32/
- samples/boards/st/
labels:
- "platform: STM32"
description: >-

View file

@ -243,6 +243,23 @@ REDIRECTS = [
('samples/boards/nrf/nrfx_prs/README', 'samples/boards/nordic/nrfx_prs/README'),
('samples/boards/nrf/system_off/README', 'samples/boards/nordic/system_off/README'),
('samples/boards/nxp_s32/netc/README', 'samples/boards/nxp/s32/netc/README'),
('samples/boards/stm32/backup_sram/README', 'samples/boards/st/backup_sram/README'),
('samples/boards/stm32/bluetooth/interactive_gui/README', 'samples/boards/st/bluetooth/interactive_gui/README'),
('samples/boards/stm32/ccm/README', 'samples/boards/st/ccm/README'),
('samples/boards/stm32/h7_dual_core/README', 'samples/boards/st/h7_dual_core/README'),
('samples/boards/stm32/i2c_timing/README', 'samples/boards/st/i2c_timing/README'),
('samples/boards/stm32/mco/README', 'samples/boards/st/mco/README'),
('samples/boards/stm32/power_mgmt/adc/README', 'samples/boards/st/power_mgmt/adc/README'),
('samples/boards/stm32/power_mgmt/blinky/README', 'samples/boards/st/power_mgmt/blinky/README'),
('samples/boards/stm32/power_mgmt/serial_wakeup/README', 'samples/boards/st/power_mgmt/serial_wakeup/README'),
('samples/boards/stm32/power_mgmt/standby_shutdown/README', 'samples/boards/st/power_mgmt/standby_shutdown/README'),
('samples/boards/stm32/power_mgmt/stm32wb_ble/README', 'samples/boards/st/power_mgmt/stm32wb_ble/README'),
('samples/boards/stm32/power_mgmt/stop3/README', 'samples/boards/st/power_mgmt/stop3/README'),
('samples/boards/stm32/power_mgmt/suspend_to_ram/README', 'samples/boards/st/power_mgmt/suspend_to_ram/README'),
('samples/boards/stm32/power_mgmt/wkup_pins/README', 'samples/boards/st/power_mgmt/wkup_pins/README'),
('samples/boards/stm32/sensortile_box/README', 'samples/boards/st/sensortile_box/README'),
('samples/boards/stm32/sensortile_box_pro/sensors-on-board/README', 'samples/boards/st/sensortile_box_pro/sensors-on-board/README'),
('samples/boards/stm32/steval_stwinbx1/sensors/README', 'samples/boards/st/steval_stwinbx1/sensors/README'),
('samples/drivers/adc/README', 'samples/drivers/adc/adc_dt/README'),
('samples/drivers/kscan_touch', 'samples/subsys/input/input'),
('samples/drivers/led_apa102/README', 'samples/drivers/led_strip/README'),

View file

@ -138,7 +138,7 @@ Examples
Some helpful examples showing different power management features:
* :zephyr_file:`samples/boards/stm32/power_mgmt/blinky/`
* :zephyr_file:`samples/boards/st/power_mgmt/blinky/`
* :zephyr_file:`samples/boards/espressif/deep_sleep/`
* :zephyr_file:`samples/subsys/pm/device_pm/`
* :zephyr_file:`tests/subsys/pm/power_mgmt/`

View file

@ -26,7 +26,7 @@ In order to run this sample, make sure to enable ``backup_sram`` node in your
board DT file.
.. zephyr-app-commands::
:zephyr-app: samples/boards/stm32/backup_sram
:zephyr-app: samples/boards/st/backup_sram
:board: nucleo_h743zi
:goals: build
:compact:

View file

@ -30,7 +30,7 @@ The UART default settings are:
Building and Running
********************
This sample can be found under :zephyr_file:`samples/boards/stm32/bluetooth/interactive_gui` in the
This sample can be found under :zephyr_file:`samples/boards/st/bluetooth/interactive_gui` in the
Zephyr tree.
.. _BlueNRG GUI:

View file

@ -43,7 +43,7 @@ Building and Running
********************
.. zephyr-app-commands::
:zephyr-app: samples/boards/stm32/ccm
:zephyr-app: samples/boards/st/ccm
:goals: build flash
The first time the example is run after power on, the output will

View file

@ -14,14 +14,14 @@ Building and Running
Build for stm32h747i_disco/stm32h747xx/m7:
.. zephyr-app-commands::
:zephyr-app: samples/boards/stm32/h7_dual_core
:zephyr-app: samples/boards/st/h7_dual_core
:board: stm32h747i_disco/stm32h747xx/m7
:goals: build
Build for stm32h747i_disco/stm32h747xx/m4:
.. zephyr-app-commands::
:zephyr-app: samples/boards/stm32/h7_dual_core
:zephyr-app: samples/boards/st/h7_dual_core
:board: stm32h747i_disco/stm32h747xx/m4
:goals: build

View file

@ -47,7 +47,7 @@ In order to run this sample, make sure to
- alias the **i2c-0** to your ``i2c`` node of the board **overlay** file
.. zephyr-app-commands::
:zephyr-app: samples/boards/stm32/i2c_timing
:zephyr-app: samples/boards/st/i2c_timing
:board: b_u585i_iot02a
:goals: build
:compact:

View file

@ -22,7 +22,7 @@ Building and Running
********************
.. zephyr-app-commands::
:zephyr-app: samples/boards/stm32/mco
:zephyr-app: samples/boards/st/mco
:board: nucleo_u5a5zj_q
:goals: build flash

View file

@ -25,7 +25,7 @@ Building and Running
Build and flash as follows, changing ``nucleo_wb55rg`` for your board:
.. zephyr-app-commands::
:zephyr-app: samples/boards/stm32/power_mgmt/adc
:zephyr-app: samples/boards/st/power_mgmt/adc
:board: nucleo_wb55rg
:goals: build flash
:compact:

View file

@ -38,7 +38,7 @@ Build and flash this sample as follows, changing ``nucleo_wb55rg`` for a board
configured to be compatible with this sample.
.. zephyr-app-commands::
:zephyr-app: samples/boards/stm32/power_mgmt/serial_wakeup
:zephyr-app: samples/boards/st/power_mgmt/serial_wakeup
:board: nucleo_wb55rg
:goals: build flash
:compact:

View file

@ -31,7 +31,7 @@ Building and Running
Build and flash standby_shutdown as follows, changing ``nucleo_L476RG`` for your board:
.. zephyr-app-commands::
:zephyr-app: samples/boards/stm32/power_mgmt/standby_shutdown
:zephyr-app: samples/boards/st/power_mgmt/standby_shutdown
:board: nucleo_L476RG
:goals: build flash
:compact:

View file

@ -24,7 +24,7 @@ Building and Running
Build and flash examples as follows:
.. zephyr-app-commands::
:zephyr-app: samples/boards/stm32/power_mgmt/stop3
:zephyr-app: samples/boards/st/power_mgmt/stop3
:board: nucleo_u575zi_q
:goals: build flash
:compact:

View file

@ -31,7 +31,7 @@ Building and Running
Build and flash Blinky as follows, changing ``stm32wba55cg`` for your board:
.. zephyr-app-commands::
:zephyr-app: samples/boards/stm32/power_mgmt/suspend_to_ram
:zephyr-app: samples/boards/st/power_mgmt/suspend_to_ram
:board: stm32wba55cg
:goals: build flash
:compact:

View file

@ -29,7 +29,7 @@ Building and Running
Build and flash wkup_pins as follows, changing ``nucleo_u5a5zj_q`` for your board:
.. zephyr-app-commands::
:zephyr-app: samples/boards/stm32/power_mgmt/wkup_pins
:zephyr-app: samples/boards/st/power_mgmt/wkup_pins
:board: nucleo_u5a5zj_q
:goals: build flash
:compact:

Some files were not shown because too many files have changed in this diff Show more