Skip to content

Releases: stm32duino/STM32FreeRTOS

STM32FreeRTOS v10.3.2

07 Jun 13:19
f3abddc
Compare
Choose a tag to compare

What's Changed

  • fix: set FreeRTOS Kernel priority to 14 by @ABOSTM in #57
  • FIXED BUG configKERNEL_INTERRUPT_PRIORITY must be left shifted accord… by @cversek in #64

New Contributors

Full Changelog: 10.3.1...10.3.2

STM32FreeRTOS v10.3.1

28 Feb 15:49
382c100
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 10.2.2...10.3.1

STM32FreeRTOS v10.2.2

10 Feb 17:41
c319f99
Compare
Choose a tag to compare

What's Changed

  • Update heap_useNewlib from Dave Nadler to support newlib 3.1 by @fpistm in #40

Full Changelog: 10.2.1...10.2.2

STM32FreeRTOS v10.2.1

23 Oct 17:02
9d9e37c
Compare
Choose a tag to compare

STM32FreeRTOS v10.0.3

22 Oct 12:14
Compare
Choose a tag to compare
  • Fix include issue to avoid C linkage issue.
  • Add ltorg to gcc arm cm3+4f+7 port

STM32FreeRTOS v10.0.2

15 May 08:46
fbb78cb
Compare
Choose a tag to compare
  • Added missing include wrapper for message_buffer.h

STM32FreeRTOS v10.0.1

03 Jun 09:07
fc47e2d
Compare
Choose a tag to compare
  • 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 adding STM32FreeRTOSConfig_extra.h file, it is possible to add extra FreeRTOS configuration to the default.

STM32FreeRTOS v9.0.4

10 May 12:31
Compare
Choose a tag to compare
  • Add configUSE_NEWLIB_REENTRANT
  • Fix __malloc_lock/unlock prototype change in newlib >= 3
  • Add support for PlatformIO library manager

STM32FreeRTOS v9.0.3

31 Oct 18:19
38eefa3
Compare
Choose a tag to compare

Require Core version 1.4.0

STM32FreeRTOS v9.0.2

16 Jul 08:24
10766d7
Compare
Choose a tag to compare

Fix invalid keywords.txt. See #7 thanks @per1234