Releases: stm32duino/STM32FreeRTOS
Releases · stm32duino/STM32FreeRTOS
STM32FreeRTOS v10.3.2
STM32FreeRTOS v10.3.1
STM32FreeRTOS v10.2.2
What's Changed
Full Changelog: 10.2.1...10.2.2
STM32FreeRTOS v10.2.1
- Update to FreeRTOS 10.2.1 sources modified by ST: https://github.com/STMicroelectronics/stm32_mw_freertos/releases/tag/v10.2.1
STM32FreeRTOS v10.0.3
- Fix include issue to avoid C linkage issue.
- Add ltorg to gcc arm cm3+4f+7 port
STM32FreeRTOS v10.0.2
- Added missing include wrapper for message_buffer.h
STM32FreeRTOS v10.0.1
- Update to FreeRTOS 10.0.1 sources modified by ST
- CMSIS-RTOSv2 can be used instead of default CMSIS-RTOS:
configUSE_CMSIS_RTOS_V2
has to be defined and set to 1 to use CMSIS-RTOSv2.
No CMSIS-RTOSv2 support will be provided. It is provided as example. - Add FreeRTOS extra configuration possibility:
By addingSTM32FreeRTOSConfig_extra.h
file, it is possible to add extra FreeRTOS configuration to the default.
STM32FreeRTOS v9.0.4
- Add configUSE_NEWLIB_REENTRANT
- Fix __malloc_lock/unlock prototype change in newlib >= 3
- Add support for PlatformIO library manager
STM32FreeRTOS v9.0.3
- Add Newlib heap implementation using FreeRTOS memory API
Original file from Dave Nadler:
http://www.nadler.com/embedded/newlibAndFreeRTOS.html - Update default config to use linker definition
Require Core version 1.4.0