8000 Release Arduino Core for STM32 2.10.0 · stm32duino/Arduino_Core_STM32 · GitHub
[go: up one dir, main page]

Skip to content
8000

Arduino Core for STM32 2.10.0

Compare
Choose a tag to compare
@fpistm fpistm released this 13 Mar 13:03
· 57 commits to main since this release

Github Releases (by Release)

Important

OpenOcd version issue preventing its usage.
New release available to fix this: 2.10.1

What's Changed

  • fix: arduino legacy ide warning by @fpistm in #2578
  • chore(c0): enable usb by @fpistm in #2584
  • chore(c0): update to latest STM32CubeC0 v1.3.0 by @fpistm in #2587
  • chore(u0): update to latest STM32CubeU0 v1.2.0 by @fpistm in #2588
  • chore(h5): update to latest STM32CubeH5 v1.4.0 by @fpistm in #2586
  • fix(openocd): path on windows by @fpistm in #2591
  • chore: allow to not disable UCPD dead battery by @fpistm in #2607
  • chore(h7): update to latest STM32CubeH7 v1.12.1 by @fpistm in #2609
  • variant(g4): Add WeActStudio.STM32G474CoreBoard support by @ALTracer in #2615
  • variant(g4): Fix clock config of WeAct STM32G474CoreBoard by @ALTracer in #2619
  • ci: enhancements by @fpistm in #2622
  • feat(platform): extend Black Magic Debug Probe upload method to more boards by @ALTracer in #2621
  • chore(wba): update to latest STM32CubeWBA v1.5.0 by @fpistm in #2624
  • system(WB) update STM32WBxx HAL Drivers to v1.14.4 by @fpistm in #2626
  • Fix dead lock with pin above NUM_DIGITAL_PINS by @VitorBoss in #2629
  • fix: wrong product lines by @fpistm in #2631
  • feat(h7): add a message for the system power supply by @fpistm in #2633
  • variants(h7): add Nucleo-H7A3ZI-Q by @fpistm in #2634
  • chore(u5): update to latest STM32CubeU5 v1.7.0 by @fpistm in #2592
  • fix(h5): review system clock configuration by @fpistm in #2599
  • feat(uart): support UART Tx Rx pin swap function by @fronders in #2601
  • fix(uart): add missing USART11 and UART12 support by @fpistm in #2641
  • Update wrong HSE value on variant_B_G431B_ESC1.h by @Moddingear in #2647
  • Add STM32F042K6Ux Variants by @jackb60 in #2648
  • chore(uart): set LSE as source only if LSE is ready by @fpistm in #2651
  • system(WL) update STM32WLxx HAL Drivers to v1.3.1 by @fpistm in #2650
  • add support for stm32F407IGHx by @hlgzhx in #2649
  • chore: xpack update by @fpistm in #2652
  • variants(wb): add generic WB55V(C-E-G) and WB55VYY by @fpistm in #2655
  • feat(debugger): set dapdirect_swd as default transport by @fpistm in #2657
  • chore(mp1): update to latest STM32CubeMP1 v1.7.0 by @fpistm in #2659
  • chore(usb): update to latest USB device and host mw by @fpistm in #2660
  • fix(doc): typo by @fpistm in #2665
  • system(c0) update STM32C0xx HAL Drivers to v1.4.0 by @fpistm in #2670
  • chore(h5): update to latest STM32CubeH5 v1.5.0 by @fpistm in #2671
  • system(WB) update STM32WBxx HAL Drivers to v1.14.5 by @fpistm in #2672
  • chore(l1): update to latest STM32CubeL1 v1.10.5 by @fpistm in #2677
  • feat: add STM32U3xx support by @fpistm in #2674
  • chore: update to stm32_svd 1.18.0 by @fpistm in #2680

New Contributors

Full Changelog: 2.9.0...2.10.0

0