Skip to content

Releases: daniel-starke/STM32CubeDuino

1.2.0

29 May 14:44
28c5c30
Compare
Choose a tag to compare
  • added: EEPROM support
  • added: macro STM32CUBEDUINO_DISABLE_EEPROM
  • added: macro STM32CUBEDUINO_DISABLE_PRINTF_FLOAT
  • added: macro STM32CUBEDUINO_DISABLE_SCANF_FLOAT
  • added: macro STM32CUBEDUINO_DISABLE_STRING
  • added: hints for possible flash and speed improvement options to FAQ
  • added: STM32L053C8T6 (GreenPill) blinky example
  • fixed: OpenOCD target name creation in BuildScript.py for STM32L0, STM32L1 and STM32W108
  • fixed: missing transfer flag handling in USB_Send()
  • fixed: wrong if defined condition in CDC.cpp and CDC.h.

1.1.0

03 Apr 21:27
32669d7
Compare
Choose a tag to compare
  • added support for STM32G0 series
  • added SIMPLE option to test build script
  • added missing files for USB speed test
  • simplified platform specific EXTI handling
  • fixed STM32F0 interrupt handling
  • removed use of unaccacessible RCC_GetSystemClockFreq() function

1.0.0

27 Mar 15:32
bc96c03
Compare
Choose a tag to compare

First release.