Просмотр исходного кода

Point in README.md that FreeRTOS is also supported

Kacper 8 лет назад
Родитель
Сommit
254ff70316
1 измененных файлов с 11 добавлено и 0 удалено
  1. 11 0
      README.md

+ 11 - 0
README.md

@@ -90,3 +90,14 @@ This project also supports ChibiOS v3.x.x and ChibiOS v16.x.x (both nil and rt k
 CMake modules for ChibiOS can find specified ChibiOS components using the COMPONENTS directive.
 CMake modules for ChibiOS can find specified ChibiOS components using the COMPONENTS directive.
 
 
 See project `stm32-chibios` for example usage.
 See project `stm32-chibios` for example usage.
+
+# FreeRTOS Support
+
+FreeRTOS is also supported. To include it in your project you should set a variable named `FREERTOS_HEAP_IMPL` with 
+a proper number of FreeRTOS heap implementation. You can do this by invoking:
+
+```
+SET(FREERTOS_HEAP_IMPL 4)
+```
+
+before `FIND_PACKAGE` command.