Skip to content

Tags: daniel-starke/STM32CubeDuino

Tags

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
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()

Signed-off-by: Daniel Starke <[email protected]>

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
1.1.0

- added support for STM32G0 series
- added SIMPLE option to test build script
- simplified platform specific EXTI handling
- fixed STM32F0 interrupt handling
- removed use of unaccacessible RCC_GetSystemClockFreq() function

Signed-off-by: Daniel Starke <[email protected]>

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Fixed STM32F7 build error in _TimerPinMap::getClockSource().

Signed-off-by: Daniel Starke <[email protected]>