Skip to content

STM32FreeRTOS v9.0.1

Compare
Choose a tag to compare
@fpistm fpistm released this 30 Jan 13:50
· 76 commits to main since this release
  • 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