Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tools:freertos [2023/07/01 16:55] – created darron | tools:freertos [2024/10/18 15:24] (current) – [Install] darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
====FreeRTOS==== | ====FreeRTOS==== | ||
- | For STM32 | + | ===Install=== |
- | ==Install== | + | ==Current== |
< | < | ||
Line 11: | Line 11: | ||
</ | </ | ||
+ | ==LTS== | ||
+ | |||
+ | < | ||
+ | cd /opt | ||
+ | wget https:// | ||
+ | unzip FreeRTOSv202210.01-LTS.zip | ||
+ | </ | ||
+ | |||
+ | ==GIT== | ||
+ | |||
+ | < | ||
+ | cd /opt | ||
+ | git clone --recurse-submodules https:// | ||
+ | </ | ||
+ | |||
+ | ==KERNEL== | ||
+ | |||
+ | < | ||
+ | cd /opt | ||
+ | git clone --recurse-submodules https:// | ||
+ | </ | ||
+ | |||
+ | ==RPi== | ||
+ | |||
+ | < | ||
+ | cd /opt | ||
+ | git clone --recurse-submodules https:// | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===Update=== | ||
+ | |||
+ | < | ||
+ | git pull --recurse-submodules | ||
+ | </ | ||
+ | ====Resources==== | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | [[https:// |