Skip to content

Releases: shadow578/framework-arduino-hc32f46x

1.2.0

18 Jul 06:39
ea73483
Compare
Choose a tag to compare

What's Changed

  • add alls-green job for build_examples build matrix by @shadow578 in #18
  • update GPIO wait cycles in power_mode_update() by @shadow578 in #16
  • assert newly allocated pointers are not null by @shadow578 in #19
  • update documentation by @shadow578 in #20
  • rewrite interrupt driver using dynamic vector table by @shadow578 in #15
  • fix MPU_CRITICAL_SECTION incorrectly restoring the previous interrupt state by @shadow578 in #24
  • enable instruction cache by default by @shadow578 in #23
  • Call core_hook_usart_rx_irq with RX DMA enabled by @shadow578 in #25
  • add assert_system_clocks_valid to validate system clock configurations by @shadow578 in #27
  • fix watchdog autoconfiguring a timeout below the target by @shadow578 in #26
  • add get_mpll_output_clock and assert_mpll_config_valid helpers by @shadow578 in #28

Full Changelog: 1.1.0...1.2.0

Release 1.1.0

05 Mar 12:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.1.0

Initial Release

30 Nov 11:21
f8a91e6
Compare
Choose a tag to compare

initial release of HC32F460 Arduino core