Releases: daniel-starke/STM32CubeDuino
Releases · daniel-starke/STM32CubeDuino
1.2.0
- 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
- 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
First release.