Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@daniel-starke daniel-starke released this 29 May 14:44
· 15 commits to main since this release
28c5c30
  • 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.