Skip to content

Releases: stm32duino/STM32FreeRTOS

STM32FreeRTOS v9.0.2

16 Jul 08:24
10766d7

Choose a tag to compare

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

STM32FreeRTOS v9.0.1

30 Jan 13:50

Choose a tag to compare

  • Remove use of internal core header or constant use standard Arduino:
    Up to the used core to define properly what the library need.
    Mainly the cortex M core version used.
    Example for STM32F103 based board:
    #define __CORTEX_M (0x03U) /*!< Cortex-M Core */
    stm32duino/Arduino_Core_STM32 uses the CMSIS which defined it.
  • Add 2 examples based on examples from greiman/FreeRTOS-Arduino
    • frContextTime
    • frFifoDataLogger

First release based on FreeRTOS 9.0.0

15 Jan 21:48
24cd55d

Choose a tag to compare

Merge pull request #2 from per1234/keywords-separ

Use correct separator in keywords.txt