Skip to content
Draft
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion CI/update/stm32_series.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"WBA": "xx",
"WB": "xx",
"WL3": "x",
"WL": "xx"
"WL": "xx",
"H7RS": "xx"
},
"seriesv2": {
"C5": "xx"
Expand Down
146 changes: 146 additions & 0 deletions boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10468,6 +10468,95 @@ GenH7.menu.upload_method.OpenOCDDapLink.upload.tool=openocd_upload
GenH7.menu.upload_method.OpenOCDDapLink.debug.server.openocd.scripts.0=interface/cmsis-dap.cfg
GenH7.menu.upload_method.OpenOCDDapLink.debug.server.openocd.scripts.1={runtime.platform.path}/debugger/select_swd.cfg

################################################################################
# Generic H7RS
GenH7RS.name=Generic STM32H7RS Series

GenH7RS.build.core=arduino
GenH7RS.build.board=GenH7RS
GenH7RS.build.st_extra_flags=-DCORE_CM7 -D{build.product_line} {build.enable_usb} {build.xSerial}
GenH7RS.build.mcu=cortex-m7
GenH7RS.build.fpu=-mfpu=fpv5-sp-d16
GenH7RS.build.float-abi=-mfloat-abi=hard
GenH7RS.build.series=STM32H7RSxx
GenH7RS.build.flash_offset=0x0
GenH7RS.upload.maximum_size=0
GenH7RS.upload.maximum_data_size=0
GenH7RS.openocd.target=stm32h7x
GenH7RS.vid.0=0x0483
GenH7RS.pid.0=0x5740

# Generic H7R3L8Hx
GenH7RS.menu.pnum.GENERIC_H7R3L8HX=Generic H7R3L8Hx
GenH7RS.menu.pnum.GENERIC_H7R3L8HX.upload.maximum_size=65536
GenH7RS.menu.pnum.GENERIC_H7R3L8HX.upload.maximum_data_size=634880
GenH7RS.menu.pnum.GENERIC_H7R3L8HX.build.board=GENERIC_H7R3L8HX
GenH7RS.menu.pnum.GENERIC_H7R3L8HX.build.product_line=STM32H7R3xx
GenH7RS.menu.pnum.GENERIC_H7R3L8HX.build.variant=STM32H7RSxx/H7R3L8H_H7R7L8H_H7S3L8H_H7S7L8H
GenH7RS.menu.pnum.GENERIC_H7R3L8HX.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32H7RSxx/STM32H7R.svd

# Generic H7R7L8Hx
GenH7RS.menu.pnum.GENERIC_H7R7L8HX=Generic H7R7L8Hx
GenH7RS.menu.pnum.GENERIC_H7R7L8HX.upload.maximum_size=65536
GenH7RS.menu.pnum.GENERIC_H7R7L8HX.upload.maximum_data_size=634880
GenH7RS.menu.pnum.GENERIC_H7R7L8HX.build.board=GENERIC_H7R7L8HX
GenH7RS.menu.pnum.GENERIC_H7R7L8HX.build.product_line=STM32H7R7xx
GenH7RS.menu.pnum.GENERIC_H7R7L8HX.build.variant=STM32H7RSxx/H7R3L8H_H7R7L8H_H7S3L8H_H7S7L8H
GenH7RS.menu.pnum.GENERIC_H7R7L8HX.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32H7RSxx/STM32H7R.svd

# Generic H7S3L8Hx
GenH7RS.menu.pnum.GENERIC_H7S3L8HX=Generic H7S3L8Hx
GenH7RS.menu.pnum.GENERIC_H7S3L8HX.upload.maximum_size=65536
GenH7RS.menu.pnum.GENERIC_H7S3L8HX.upload.maximum_data_size=634880
GenH7RS.menu.pnum.GENERIC_H7S3L8HX.build.board=GENERIC_H7S3L8HX
GenH7RS.menu.pnum.GENERIC_H7S3L8HX.build.product_line=STM32H7S3xx
GenH7RS.menu.pnum.GENERIC_H7S3L8HX.build.variant=STM32H7RSxx/H7R3L8H_H7R7L8H_H7S3L8H_H7S7L8H
GenH7RS.menu.pnum.GENERIC_H7S3L8HX.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32H7RSxx/STM32H7S.svd

# Generic H7S7L8Hx
GenH7RS.menu.pnum.GENERIC_H7S7L8HX=Generic H7S7L8Hx
GenH7RS.menu.pnum.GENERIC_H7S7L8HX.upload.maximum_size=65536
GenH7RS.menu.pnum.GENERIC_H7S7L8HX.upload.maximum_data_size=634880
GenH7RS.menu.pnum.GENERIC_H7S7L8HX.build.board=GENERIC_H7S7L8HX
GenH7RS.menu.pnum.GENERIC_H7S7L8HX.build.product_line=STM32H7S7xx
GenH7RS.menu.pnum.GENERIC_H7S7L8HX.build.variant=STM32H7RSxx/H7R3L8H_H7R7L8H_H7S3L8H_H7S7L8H
GenH7RS.menu.pnum.GENERIC_H7S7L8HX.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32H7RSxx/STM32H7S.svd

# Upload menu
GenH7RS.menu.upload_method.swdMethod=STM32CubeProgrammer (SWD)
GenH7RS.menu.upload_method.swdMethod.upload.protocol=swd
GenH7RS.menu.upload_method.swdMethod.upload.options=-a {upload.address} -m {upload.mode} -s {upload.start} -f {upload.freq} -n {upload.stlink_sn}
GenH7RS.menu.upload_method.swdMethod.upload.tool=stm32CubeProg

GenH7RS.menu.upload_method.jlinkMethod=STM32CubeProgrammer (J-Link)
GenH7RS.menu.upload_method.jlinkMethod.upload.protocol=jlink
GenH7RS.menu.upload_method.jlinkMethod.upload.options=-a {upload.address} -s {upload.start}
GenH7RS.menu.upload_method.jlinkMethod.upload.tool=stm32CubeProg

GenH7RS.menu.upload_method.serialMethod=STM32CubeProgrammer (Serial)
GenH7RS.menu.upload_method.serialMethod.upload.protocol=serial
GenH7RS.menu.upload_method.serialMethod.upload.options=-c {serial.port.file} -a {upload.address} -s {upload.start} -p {upload.parity}
GenH7RS.menu.upload_method.serialMethod.upload.tool=stm32CubeProg

GenH7RS.menu.upload_method.dfuMethod=STM32CubeProgrammer (DFU)
GenH7RS.menu.upload_method.dfuMethod.upload.protocol=dfu
GenH7RS.menu.upload_method.dfuMethod.upload.options=-v {upload.vid} -p {upload.pid} -a {upload.address} -s {upload.start}
GenH7RS.menu.upload_method.dfuMethod.upload.tool=stm32CubeProg

GenH7RS.menu.upload_method.bmpMethod=BMP (Black Magic Probe)
GenH7RS.menu.upload_method.bmpMethod.upload.protocol=gdb_bmp
GenH7RS.menu.upload_method.bmpMethod.upload.tool=bmp_upload

GenH7RS.menu.upload_method.OpenOCDSTLink=OpenOCD STLink (SWD)
GenH7RS.menu.upload_method.OpenOCDSTLink.upload.protocol=stlink
GenH7RS.menu.upload_method.OpenOCDSTLink.upload.tool=openocd_upload

GenH7RS.menu.upload_method.OpenOCDDapLink=OpenOCD DapLink (SWD)
GenH7RS.menu.upload_method.OpenOCDDapLink.upload.protocol=cmsis-dap
GenH7RS.menu.upload_method.OpenOCDDapLink.upload.tool=openocd_upload
GenH7RS.menu.upload_method.OpenOCDDapLink.debug.server.openocd.scripts.0=interface/cmsis-dap.cfg
GenH7RS.menu.upload_method.OpenOCDDapLink.debug.server.openocd.scripts.1={runtime.platform.path}/debugger/select_swd.cfg

################################################################################
# Generic L0
GenL0.name=Generic STM32L0 series
Expand Down Expand Up @@ -15514,6 +15603,12 @@ GenH7.menu.xserial.none.build.xSerial=-DHAL_UART_MODULE_ENABLED -DHWSERIAL_NONE
GenH7.menu.xserial.disabled=Disabled (No Serial support)
GenH7.menu.xserial.disabled.build.xSerial=

GenH7RS.menu.xserial.generic=Enabled (generic 'Serial')
GenH7RS.menu.xserial.none=Enabled (no generic 'Serial')
GenH7RS.menu.xserial.none.build.xSerial=-DHAL_UART_MODULE_ENABLED -DHWSERIAL_NONE
GenH7RS.menu.xserial.disabled=Disabled (No Serial support)
GenH7RS.menu.xserial.disabled.build.xSerial=

GenL0.menu.xserial.generic=Enabled (generic 'Serial')
GenL0.menu.xserial.none=Enabled (no generic 'Serial')
GenL0.menu.xserial.none.build.xSerial=-DHAL_UART_MODULE_ENABLED -DHWSERIAL_NONE
Expand Down Expand Up @@ -15859,6 +15954,19 @@ GenH7.menu.xusb.HS.build.usb_speed=-DUSE_USB_HS
GenH7.menu.xusb.HSFS=High Speed in Full Speed mode
GenH7.menu.xusb.HSFS.build.usb_speed=-DUSE_USB_HS -DUSE_USB_HS_IN_FS

GenH7RS.menu.usb.none=None
GenH7RS.menu.usb.CDCgen=CDC (generic 'Serial' supersede U(S)ART)
GenH7RS.menu.usb.CDCgen.build.enable_usb={build.usb_flags} -DUSBD_USE_CDC
GenH7RS.menu.usb.CDC=CDC (no generic 'Serial')
GenH7RS.menu.usb.CDC.build.enable_usb={build.usb_flags} -DUSBD_USE_CDC -DDISABLE_GENERIC_SERIALUSB
GenH7RS.menu.usb.HID=HID (keyboard and mouse)
GenH7RS.menu.usb.HID.build.enable_usb={build.usb_flags} -DUSBD_USE_HID_COMPOSITE
GenH7RS.menu.xusb.FS=Low/Full Speed
GenH7RS.menu.xusb.HS=High Speed
GenH7RS.menu.xusb.HS.build.usb_speed=-DUSE_USB_HS
GenH7RS.menu.xusb.HSFS=High Speed in Full Speed mode
GenH7RS.menu.xusb.HSFS.build.usb_speed=-DUSE_USB_HS -DUSE_USB_HS_IN_FS

GenL0.menu.usb.none=None
GenL0.menu.usb.CDCgen=CDC (generic 'Serial' supersede U(S)ART)
GenL0.menu.usb.CDCgen.build.enable_usb={build.usb_flags} -DUSBD_USE_CDC
Expand Down Expand Up @@ -16396,6 +16504,26 @@ GenH7.menu.opt.ogstd.build.flags.optimize=-Og
GenH7.menu.opt.o0std=No Optimization (-O0)
GenH7.menu.opt.o0std.build.flags.optimize=-O0

GenH7RS.menu.opt.osstd=Smallest (-Os default)
GenH7RS.menu.opt.oslto=Smallest (-Os) with LTO
GenH7RS.menu.opt.oslto.build.flags.optimize=-Os -flto
GenH7RS.menu.opt.o1std=Fast (-O1)
GenH7RS.menu.opt.o1std.build.flags.optimize=-O1
GenH7RS.menu.opt.o1lto=Fast (-O1) with LTO
GenH7RS.menu.opt.o1lto.build.flags.optimize=-O1 -flto
GenH7RS.menu.opt.o2std=Faster (-O2)
GenH7RS.menu.opt.o2std.build.flags.optimize=-O2
GenH7RS.menu.opt.o2lto=Faster (-O2) with LTO
GenH7RS.menu.opt.o2lto.build.flags.optimize=-O2 -flto
GenH7RS.menu.opt.o3std=Fastest (-O3)
GenH7RS.menu.opt.o3std.build.flags.optimize=-O3
GenH7RS.menu.opt.o3lto=Fastest (-O3) with LTO
GenH7RS.menu.opt.o3lto.build.flags.optimize=-O3 -flto
GenH7RS.menu.opt.ogstd=Debug (-Og)
GenH7RS.menu.opt.ogstd.build.flags.optimize=-Og
GenH7RS.menu.opt.o0std=No Optimization (-O0)
GenH7RS.menu.opt.o0std.build.flags.optimize=-O0

GenL0.menu.opt.osstd=Smallest (-Os default)
GenL0.menu.opt.oslto=Smallest (-Os) with LTO
GenL0.menu.opt.oslto.build.flags.optimize=-Os -flto
Expand Down Expand Up @@ -17016,6 +17144,14 @@ GenH7.menu.dbg.enable_log.build.flags.debug=
GenH7.menu.dbg.enable_all=Core Logs and Symbols Enabled (-g)
GenH7.menu.dbg.enable_all.build.flags.debug=-g

GenH7RS.menu.dbg.none=None
GenH7RS.menu.dbg.enable_sym=Symbols Enabled (-g)
GenH7RS.menu.dbg.enable_sym.build.flags.debug=-g -DNDEBUG
GenH7RS.menu.dbg.enable_log=Core logs Enabled
GenH7RS.menu.dbg.enable_log.build.flags.debug=
GenH7RS.menu.dbg.enable_all=Core Logs and Symbols Enabled (-g)
GenH7RS.menu.dbg.enable_all.build.flags.debug=-g

GenL0.menu.dbg.none=None
GenL0.menu.dbg.enable_sym=Symbols Enabled (-g)
GenL0.menu.dbg.enable_sym.build.flags.debug=-g -DNDEBUG
Expand Down Expand Up @@ -17389,6 +17525,16 @@ GenH7.menu.rtlib.nanofps.build.flags.ldspecs=--specs=nano.specs -u _printf_float
GenH7.menu.rtlib.full=Newlib Standard
GenH7.menu.rtlib.full.build.flags.ldspecs=

GenH7RS.menu.rtlib.nano=Newlib Nano (default)
GenH7RS.menu.rtlib.nanofp=Newlib Nano + Float Printf
GenH7RS.menu.rtlib.nanofp.build.flags.ldspecs=--specs=nano.specs -u _printf_float
GenH7RS.menu.rtlib.nanofs=Newlib Nano + Float Scanf
GenH7RS.menu.rtlib.nanofs.build.flags.ldspecs=--specs=nano.specs -u _scanf_float
GenH7RS.menu.rtlib.nanofps=Newlib Nano + Float Printf/Scanf
GenH7RS.menu.rtlib.nanofps.build.flags.ldspecs=--specs=nano.specs -u _printf_float -u _scanf_float
GenH7RS.menu.rtlib.full=Newlib Standard
GenH7RS.menu.rtlib.full.build.flags.ldspecs=

GenL0.menu.rtlib.nano=Newlib Nano (default)
GenL0.menu.rtlib.nanofp=Newlib Nano + Float Printf
GenL0.menu.rtlib.nanofp.build.flags.ldspecs=--specs=nano.specs -u _printf_float
Expand Down
8 changes: 8 additions & 0 deletions cores/arduino/stm32/stm32_def_build.h
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,14 @@
#define CMSIS_STARTUP_FILE "startup_stm32h5f4xx.s"
#elif defined(STM32H5F5xx)
#define CMSIS_STARTUP_FILE "startup_stm32h5f5xx.s"
#elif defined(STM32H7R3xx)
#define CMSIS_STARTUP_FILE "startup_stm32h7r3xx.s"
#elif defined(STM32H7R7xx)
#define CMSIS_STARTUP_FILE "startup_stm32h7r7xx.s"
#elif defined(STM32H7S3xx)
#define CMSIS_STARTUP_FILE "startup_stm32h7s3xx.s"
#elif defined(STM32H7S7xx)
#define CMSIS_STARTUP_FILE "startup_stm32h7s7xx.s"
#elif defined(STM32H723xx)
#define CMSIS_STARTUP_FILE "startup_stm32h723xx.s"
#elif defined(STM32H725xx)
Expand Down
2 changes: 2 additions & 0 deletions libraries/SrcWrapper/inc/LL/stm32yyxx_ll_adc.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#include "stm32h5xx_ll_adc.h"
#elif STM32H7xx
#include "stm32h7xx_ll_adc.h"
#elif STM32H7RSxx
#include "stm32h7rsxx_ll_adc.h"
#elif STM32L0xx
#include "stm32l0xx_ll_adc.h"
#elif STM32L1xx
Expand Down
2 changes: 2 additions & 0 deletions libraries/SrcWrapper/inc/LL/stm32yyxx_ll_bus.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#include "stm32h5xx_ll_bus.h"
#elif STM32H7xx
#include "stm32h7xx_ll_bus.h"
#elif STM32H7RSxx
#include "stm32h7rsxx_ll_bus.h"
#elif STM32L0xx
#include "stm32l0xx_ll_bus.h"
#elif STM32L1xx
Expand Down
2 changes: 2 additions & 0 deletions libraries/SrcWrapper/inc/LL/stm32yyxx_ll_cordic.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#include "stm32h5xx_ll_cordic.h"
#elif STM32H7xx
#include "stm32h7xx_ll_cordic.h"
#elif STM32H7RSxx
#include "stm32h7rsxx_ll_cordic.h"
#elif STM32U5xx
#include "stm32u5xx_ll_cordic.h"
#endif
Expand Down
2 changes: 2 additions & 0 deletions libraries/SrcWrapper/inc/LL/stm32yyxx_ll_cortex.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
#include "stm32h5xx_ll_cortex.h"
#elif STM32H7xx
#include "stm32h7xx_ll_cortex.h"
#elif STM32H7RSxx
#include "stm32h7rsxx_ll_cortex.h"
#elif STM32L0xx
#include "stm32l0xx_ll_cortex.h"
#elif STM32L1xx
Expand Down
2 changes: 2 additions & 0 deletions libraries/SrcWrapper/inc/LL/stm32yyxx_ll_crc.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#include "stm32h5xx_ll_crc.h"
#elif STM32H7xx
#include "stm32h7xx_ll_crc.h"
#elif STM32H7RSxx
#include "stm32h7rsxx_ll_crc.h"
#elif STM32L0xx
#include "stm32l0xx_ll_crc.h"
#elif STM32L1xx
Expand Down
2 changes: 2 additions & 0 deletions libraries/SrcWrapper/inc/LL/stm32yyxx_ll_crs.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
#include "stm32h5xx_ll_crs.h"
#elif STM32H7xx
#include "stm32h7xx_ll_crs.h"
#elif STM32H7RSxx
#include "stm32h7rsxx_ll_crs.h"
#elif STM32L0xx
#include "stm32l0xx_ll_crs.h"
#elif STM32L4xx
Expand Down
2 changes: 2 additions & 0 deletions libraries/SrcWrapper/inc/LL/stm32yyxx_ll_dlyb.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

#ifdef STM32H5xx
#include "stm32h5xx_ll_dlyb.h"
#elif STM32H7RSxx
#include "stm32h7rsxx_ll_dlyb.h"
#elif STM32U3xx
#include "stm32u3xx_ll_dlyb.h"
#elif STM32U5xx
Expand Down
2 changes: 2 additions & 0 deletions libraries/SrcWrapper/inc/LL/stm32yyxx_ll_dma.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#include "stm32h5xx_ll_dma.h"
#elif STM32H7xx
#include "stm32h7xx_ll_dma.h"
#elif STM32H7RSxx
#include "stm32h7rsxx_ll_dma.h"
#elif STM32L0xx
#include "stm32l0xx_ll_dma.h"
#elif STM32L1xx
Expand Down
2 changes: 2 additions & 0 deletions libraries/SrcWrapper/inc/LL/stm32yyxx_ll_dma2d.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#include "stm32h5xx_ll_dma2d.h"
#elif STM32H7xx
#include "stm32h7xx_ll_dma2d.h"
#elif STM32H7RSxx
#include "stm32h7rsxx_ll_dma2d.h"
#elif STM32L4xx
#include "stm32l4xx_ll_dma2d.h"
#elif STM32U5xx
Expand Down
2 changes: 2 additions & 0 deletions libraries/SrcWrapper/inc/LL/stm32yyxx_ll_exti.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#include "stm32h5xx_ll_exti.h"
#elif STM32H7xx
#include "stm32h7xx_ll_exti.h"
#elif STM32H7RSxx
#include "stm32h7rsxx_ll_exti.h"
#elif STM32L0xx
#include "stm32l0xx_ll_exti.h"
#elif STM32L1xx
Expand Down
2 changes: 2 additions & 0 deletions libraries/SrcWrapper/inc/LL/stm32yyxx_ll_fmc.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#include "stm32h5xx_ll_fmc.h"
#elif STM32H7xx
#include "stm32h7xx_ll_fmc.h"
#elif STM32H7RSxx
#include "stm32h7rsxx_ll_fmc.h"
#elif STM32L4xx
#include "stm32l4xx_ll_fmc.h"
#elif STM32L5xx
Expand Down
2 changes: 2 additions & 0 deletions libraries/SrcWrapper/inc/LL/stm32yyxx_ll_gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#include "stm32h5xx_ll_gpio.h"
#elif STM32H7xx
#include "stm32h7xx_ll_gpio.h"
#elif STM32H7RSxx
#include "stm32h7rsxx_ll_gpio.h"
#elif STM32L0xx
#include "stm32l0xx_ll_gpio.h"
#elif STM32L1xx
Expand Down
2 changes: 2 additions & 0 deletions libraries/SrcWrapper/inc/LL/stm32yyxx_ll_i2c.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#include "stm32h5xx_ll_i2c.h"
#elif STM32H7xx
#include "stm32h7xx_ll_i2c.h"
#elif STM32H7RSxx
#include "stm32h7rsxx_ll_i2c.h"
#elif STM32L0xx
#include "stm32l0xx_ll_i2c.h"
#elif STM32L1xx
Expand Down
2 changes: 2 additions & 0 deletions libraries/SrcWrapper/inc/LL/stm32yyxx_ll_i3c.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#include "stm32c5xx_ll_i3c.h"
#elif STM32H5xx
#include "stm32h5xx_ll_i3c.h"
#elif STM32H7RSxx
#include "stm32h7rsxx_ll_i3c.h"
#elif STM32U3xx
#include "stm32u3xx_ll_i3c.h"
#endif
Expand Down
2 changes: 2 additions & 0 deletions libraries/SrcWrapper/inc/LL/stm32yyxx_ll_icache.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#include "stm32c5xx_ll_icache.h"
#elif STM32H5xx
#include "stm32h5xx_ll_icache.h"
#elif STM32H7RSxx
#include "stm32h7rsxx_ll_icache.h"
#elif STM32L5xx
#include "stm32l5xx_ll_icache.h"
#elif STM32U3xx
Expand Down
2 changes: 2 additions & 0 deletions libraries/SrcWrapper/inc/LL/stm32yyxx_ll_iwdg.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#include "stm32h5xx_ll_iwdg.h"
#elif STM32H7xx
#include "stm32h7xx_ll_iwdg.h"
#elif STM32H7RSxx
#include "stm32h7rsxx_ll_iwdg.h"
#elif STM32L0xx
#include "stm32l0xx_ll_iwdg.h"
#elif STM32L1xx
Expand Down
2 changes: 2 additions & 0 deletions libraries/SrcWrapper/inc/LL/stm32yyxx_ll_lptim.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
#include "stm32h5xx_ll_lptim.h"
#elif STM32H7xx
#include "stm32h7xx_ll_lptim.h"
#elif STM32H7RSxx
#include "stm32h7rsxx_ll_lptim.h"
#elif STM32L0xx
#include "stm32l0xx_ll_lptim.h"
#elif STM32L4xx
Expand Down
2 changes: 2 additions & 0 deletions libraries/SrcWrapper/inc/LL/stm32yyxx_ll_lpuart.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
#include "stm32h5xx_ll_lpuart.h"
#elif STM32H7xx
#include "stm32h7xx_ll_lpuart.h"
#elif STM32H7RSxx
#include "stm32h7rsxx_ll_lpuart.h"
#elif STM32L0xx
#include "stm32l0xx_ll_lpuart.h"
#elif STM32L4xx
Expand Down
2 changes: 2 additions & 0 deletions libraries/SrcWrapper/inc/LL/stm32yyxx_ll_pka.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#include "stm32c5xx_ll_pka.h"
#elif STM32H5xx
#include "stm32h5xx_ll_pka.h"
#elif STM32H7RSxx
#include "stm32h7rsxx_ll_pka.h"
#elif STM32L4xx
#include "stm32l4xx_ll_pka.h"
#elif STM32L5xx
Expand Down
2 changes: 2 additions & 0 deletions libraries/SrcWrapper/inc/LL/stm32yyxx_ll_pwr.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#include "stm32h5xx_ll_pwr.h"
#elif STM32H7xx
#include "stm32h7xx_ll_pwr.h"
#elif STM32H7RSxx
#include "stm32h7rsxx_ll_pwr.h"
#elif STM32L0xx
#include "stm32l0xx_ll_pwr.h"
#elif STM32L1xx
Expand Down
Loading
Loading