Skip to content

Commit

Permalink
chore: update Arduino_Core_STM32 submodule to version 2.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
  • Loading branch information
fpistm committed Jul 19, 2024
1 parent df90e27 commit a1790fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STM32/src/Arduino_Core_STM32
Submodule Arduino_Core_STM32 updated 46 files
+25 −10 CI/build/arduino-cli.py
+5 −0 CI/build/conf/cores_config.json
+5 −0 CI/build/conf/cores_config_ci.json
+22 −3 CI/update/stm32variant.py
+16 −10 README.md
+98 −56 boards.txt
+710 −0 cmake/boards_db.cmake
+6 −4 cmake/convert_file.cmake
+8 −1 cmake/scripts/update_boarddb.py
+1 −1 libraries/EEPROM/library.properties
+1 −1 libraries/Keyboard/library.properties
+1 −1 libraries/Mouse/library.properties
+1 −1 libraries/SPI/library.properties
+1 −1 libraries/Servo/library.properties
+1 −1 libraries/SoftwareSerial/library.properties
+1 −1 libraries/SrcWrapper/inc/stm32_def.h
+4 −0 libraries/USBDevice/src/usbd_ep_conf.c
+1 −1 libraries/Wire/library.properties
+10 −4 libraries/Wire/src/Wire.cpp
+13 −8 platform.txt
+0 −9 programmers.txt
+0 −17 variants/STM32F0xx/openocd.cfg
+0 −17 variants/STM32F1xx/openocd.cfg
+0 −17 variants/STM32F2xx/openocd.cfg
+0 −17 variants/STM32F3xx/openocd.cfg
+0 −17 variants/STM32F4xx/openocd.cfg
+0 −17 variants/STM32F7xx/openocd.cfg
+0 −17 variants/STM32G0xx/openocd.cfg
+0 −17 variants/STM32G4xx/openocd.cfg
+44 −2 variants/STM32H5xx/H503KBU/generic_clock.c
+187 −0 variants/STM32H5xx/H503KBU/ldscript.ld
+44 −2 variants/STM32H5xx/H563R(G-I)T_H573RIT/generic_clock.c
+187 −0 variants/STM32H5xx/H563R(G-I)T_H573RIT/ldscript.ld
+0 −17 variants/STM32H7xx/openocd.cfg
+0 −17 variants/STM32L0xx/openocd.cfg
+0 −17 variants/STM32L1xx/openocd.cfg
+38 −2 variants/STM32L4xx/L431C(B-C)(T-U)/generic_clock.c
+189 −0 variants/STM32L4xx/L431C(B-C)(T-U)/ldscript.ld
+0 −17 variants/STM32L4xx/openocd.cfg
+0 −17 variants/STM32L5xx/openocd.cfg
+0 −17 variants/STM32MP1xx/openocd.cfg
+0 −17 variants/STM32U5xx/openocd.cfg
+0 −17 variants/STM32WBxx/openocd.cfg
+2 −2 variants/STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U/variant_RAK3172_MODULE.cpp
+6 −1 variants/STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U/variant_RAK3172_MODULE.h
+0 −17 variants/STM32WLxx/openocd.cfg

0 comments on commit a1790fe

Please sign in to comment.