Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:freertos [2023/07/01 16:55] – darron | tools:freertos [2024/10/18 15:24] (current) – [Install] darron | ||
---|---|---|---|
Line 2: | Line 2: | ||
===Install=== | ===Install=== | ||
+ | |||
+ | ==Current== | ||
< | < | ||
Line 9: | 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:// |