-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduction of STM32WB0 series #78013
Introduction of STM32WB0 series #78013
Commits on Sep 10, 2024
-
west.yml: hal_stm32: Update to HAL integrating STM32WB0
Update the West manifest to point to an updated version of the STM32 HAL compatible with WB0 series thank to inclusion of STM32CubeWB0 package. Signed-off-by: Mathieu Choplain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 793774f - Browse repository at this point
Copy the full SHA 793774fView commit details -
modules: Kconfig.stm32: Add Kconfig symbols for RADIO
The RADIO and RADIO_TIMER HAL modules will be required to implement BLE support for STM32WB0 series. Signed-off-by: Mathieu Choplain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e51cf7 - Browse repository at this point
Copy the full SHA 8e51cf7View commit details -
soc: st: stm32: add STM32WB0 series
Adds support for the STM32WB0 MCU series. Signed-off-by: Mathieu Choplain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44e7a32 - Browse repository at this point
Copy the full SHA 44e7a32View commit details -
dts: bindings: clock: add STM32WB0 RCC and LSI
Add the Device Tree bindings for the RCC and LSI clock of STM32WB0 series. Signed-off-by: Mathieu Choplain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6e53f9 - Browse repository at this point
Copy the full SHA d6e53f9View commit details -
dts: bindings: intc: add STM32WB0 GPIO interrupt controller
Add the Device Tree binding for the STM32WB0 GPIO interrupt controller. Signed-off-by: Mathieu Choplain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28abbb6 - Browse repository at this point
Copy the full SHA 28abbb6View commit details -
dts: bindings: flash: add STM32WB0 flash controller
Add the Device Tree binding for the STM32WB0 flash controller. Signed-off-by: Mathieu Choplain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c66f0f0 - Browse repository at this point
Copy the full SHA c66f0f0View commit details -
dts: bindings: power: add STM32WB0 power controller
Add a Device Tree binding for the STM32WB0 power controller. Signed-off-by: Mathieu Choplain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6305444 - Browse repository at this point
Copy the full SHA 6305444View commit details -
include: dt-bindings: add STM32WB0 reset header
Adds the reset controller dt-bindings header for STM32WB0 series. Signed-off-by: Mathieu Choplain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 05a0950 - Browse repository at this point
Copy the full SHA 05a0950View commit details
Commits on Sep 11, 2024
-
drivers: clock: add STM32WB0 clock control
Add control driver for STM32WB0 series, with support for all clock sources. Signed-off-by: Mathieu Choplain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3eb08bc - Browse repository at this point
Copy the full SHA 3eb08bcView commit details -
drivers: intc: add STM32WB0 GPIO interrupt controller
Adds a driver for the STM32WB0 series GPIO interrupt controller. This driver implements the STM32 GPIO INTC API, along with an extension function used to check if a specific line is available on current board. This also extends the GPIO INTC API to support level-sensitive interrupts, as this feature is available on STM32WB0. Signed-off-by: Mathieu Choplain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac395c2 - Browse repository at this point
Copy the full SHA ac395c2View commit details -
drivers: gpio: stm32: add support for STM32WB0
Adds support for the STM32WB0 series in the existing STM32 GPIO driver. Signed-off-by: Mathieu Choplain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 65abda4 - Browse repository at this point
Copy the full SHA 65abda4View commit details -
drivers: flash: stm32: add STM32WB0 flash controller
Adds a basic driver for the STM32WB0 flash controller (read/erase/write). Extended operations are not supported by this driver. Signed-off-by: Mathieu Choplain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1db47b2 - Browse repository at this point
Copy the full SHA 1db47b2View commit details -
drivers: hwinfo: stm32: mark STM32WB0 series as incompatible
The existing hwinfo driver for STM32 is incompatible with STM32WB0 series. Prevent compiling the driver if the target's series is STM32WB0. This fixes the build failure on the drivers.hwinfo.api test. Signed-off-by: Mathieu Choplain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4c3401 - Browse repository at this point
Copy the full SHA d4c3401View commit details -
dts: arm: st: wb0: add DTSI for STM32WB0 series
Adds Device Tree include files for all MCUs in the STM32WB0 series. These DTSI files only contain the supported peripherals for now. Signed-off-by: Mathieu Choplain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed7b62d - Browse repository at this point
Copy the full SHA ed7b62dView commit details -
boards: st: nucleo_wb05kz: add support for Nucleo-WB05KZ board
Add support for the STMicroelectronics Nucleo-WB05KZ board. Signed-off-by: Mathieu Choplain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8cf93b - Browse repository at this point
Copy the full SHA c8cf93bView commit details -
boards: st: nucleo_wb09ke: add support for Nucleo-WB09KE board
This commit adds support for the ST Nucleo-WB09KE board. Signed-off-by: Mathieu Choplain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b9d9f89 - Browse repository at this point
Copy the full SHA b9d9f89View commit details