Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,18 @@ Nucleo_64.menu.pnum.NUCLEO_L476RG.build.product_line=STM32L476xx
Nucleo_64.menu.pnum.NUCLEO_L476RG.build.variant=NUCLEO_L476RG
Nucleo_64.menu.pnum.NUCLEO_L476RG.build.cmsis_lib_gcc=arm_cortexM4l_math

# PNUCLEO_WB55RG board
Nucleo_64.menu.pnum.PNUCLEO_WB55RG=P-Nucleo WB55RG
Nucleo_64.menu.pnum.PNUCLEO_WB55RG.node=NODE_WB55RG
Nucleo_64.menu.pnum.PNUCLEO_WB55RG.upload.maximum_size=524288
Nucleo_64.menu.pnum.PNUCLEO_WB55RG.upload.maximum_data_size=196604
Nucleo_64.menu.pnum.PNUCLEO_WB55RG.build.mcu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard
Nucleo_64.menu.pnum.PNUCLEO_WB55RG.build.board=PNUCLEO_WB55RG
Nucleo_64.menu.pnum.PNUCLEO_WB55RG.build.series=STM32WBxx
Nucleo_64.menu.pnum.PNUCLEO_WB55RG.build.product_line=STM32WB55xx
Nucleo_64.menu.pnum.PNUCLEO_WB55RG.build.variant=PNUCLEO_WB55RG
Nucleo_64.menu.pnum.PNUCLEO_WB55RG.build.cmsis_lib_gcc=arm_cortexM4l_math

# Upload menu
Nucleo_64.menu.upload_method.MassStorage=Mass Storage
Nucleo_64.menu.upload_method.MassStorage.upload.protocol=
Expand Down
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_adc.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_adc.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_adc.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_adc_ex.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_adc_ex.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_adc_ex.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_comp.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_comp.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_comp.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_cortex.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_cortex.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_cortex.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_crc.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_crc.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_crc.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_crc_ex.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_crc_ex.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_crc_ex.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_cryp.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_cryp.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_cryp.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_cryp_ex.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_cryp_ex.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_cryp_ex.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_dma.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_dma.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_dma_ex.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_dma_ex.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_dma_ex.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_exti.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_exti.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_exti.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_flash.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_flash.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_flash_ex.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_flash_ex.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_flash_ex.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_gpio.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_gpio.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_hsem.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifdef STM32H7xx
#include "stm32h7xx_hal_hsem.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_hsem.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_i2c.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_i2c.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_i2c_ex.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_i2c_ex.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_i2c_ex.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_ipcc.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#ifdef STM32WBxx
#include "stm32wbxx_hal_ipcc.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_irda.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_irda.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_irda.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_iwdg.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_iwdg.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_iwdg.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_lcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_lcd.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_lcd.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_lptim.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_lptim.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_lptim.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_msp_template.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_msp_template.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_msp_template.c"
#endif
#endif /* 0 */
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_pcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_pcd.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_pcd.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_pcd_ex.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_pcd_ex.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_pcd_ex.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_pka.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#ifdef STM32WBxx
#include "stm32wbxx_hal_pka.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_pwr.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_pwr.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_pwr.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_pwr_ex.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_pwr_ex.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_pwr_ex.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_qspi.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_qspi.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_qspi.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_rcc.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_rcc.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_rcc.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_rcc_ex.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_rcc_ex.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_rcc_ex.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_rng.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_rng.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_rng.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_rtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_rtc.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_rtc.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_rtc_ex.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_rtc_ex.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_rtc_ex.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_sai.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_sai.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_sai.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_sai_ex.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_sai_ex.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_sai_ex.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_smartcard.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_smartcard.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_smartcard.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_smartcard_ex.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_smartcard_ex.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_smartcard_ex.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_smbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_smbus.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_smbus.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_spi.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_spi.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_spi_ex.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_spi_ex.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_spi_ex.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_tim.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_tim.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_tim.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_tim_ex.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_tim_ex.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_tim_ex.c"
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@
#ifdef STM32F7xx
#include "stm32f7xx_hal_timebase_rtc_alarm_template.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_timebase_rtc_alarm_template.c"
#endif
#endif /* 0 */
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@
#ifdef STM32F7xx
#include "stm32f7xx_hal_timebase_rtc_wakeup_template.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_timebase_rtc_wakeup_template.c"
#endif
#endif /* 0 */
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_timebase_tim_template.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_timebase_tim_template.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_timebase_tim_template.c"
#endif
#endif /* 0 */
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_tsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_tsc.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_tsc.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_uart.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_uart.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_uart_ex.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_uart_ex.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_uart_ex.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_usart.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_usart.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_usart.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_usart_ex.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_usart_ex.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_usart_ex.c"
#endif
3 changes: 3 additions & 0 deletions cores/arduino/stm32/HAL/stm32yyxx_hal_wwdg.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
#ifdef STM32L4xx
#include "stm32l4xx_hal_wwdg.c"
#endif
#ifdef STM32WBxx
#include "stm32wbxx_hal_wwdg.c"
#endif
Loading