mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-23 11:09:28 -05:00
Added a link to the community supported demos repo in the demos readme.txt (#987)
* Added a link to the community supported demos repo in the demos readme.txt * Update FreeRTOS/Demo/readme.txt Co-authored-by: Aniruddha Kanhere <60444055+AniruddhaKanhere@users.noreply.github.com> * Update and rename readme.txt to readme.md --------- Co-authored-by: Aniruddha Kanhere <60444055+AniruddhaKanhere@users.noreply.github.com>
This commit is contained in:
parent
d57e2b746b
commit
1309654d6f
1 changed files with 8 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
# Documentation
|
||||||
Links to a documentation page for each demo are provided on the following
|
Links to a documentation page for each demo are provided on the following
|
||||||
URL: http://www.freertos.org/a00090.html
|
URL: http://www.freertos.org/a00090.html
|
||||||
|
|
||||||
|
|
@ -11,9 +12,15 @@ every port.
|
||||||
+ All the other directories contain a project or makefile for the demo
|
+ All the other directories contain a project or makefile for the demo
|
||||||
application targeted at a particular microcontroller.
|
application targeted at a particular microcontroller.
|
||||||
|
|
||||||
|
|
||||||
For example, if you are interested in the ATMega323 demo application for
|
For example, if you are interested in the ATMega323 demo application for
|
||||||
the WinAVR tools then the AVR_ATMega323_WinAVR directory contains the
|
the WinAVR tools then the AVR_ATMega323_WinAVR directory contains the
|
||||||
relevant makefile. The makefile includes files from the Demo/ATMega323
|
relevant makefile. The makefile includes files from the Demo/ATMega323
|
||||||
and the Demo/Common directories. If this is the only port you are
|
and the Demo/Common directories. If this is the only port you are
|
||||||
interested in then all the other directories can be ignored.
|
interested in then all the other directories can be ignored.
|
||||||
|
|
||||||
|
# Community Supported Demos
|
||||||
|
Not all demos are maintained by the FreeRTOS team in the FreeRTOS/FreeRTOS repo.
|
||||||
|
Community Supported Demos can be found here:
|
||||||
|
https://github.com/FreeRTOS/FreeRTOS-Community-Supported-Demos
|
||||||
|
|
||||||
|
If you would like to contribute by adding a demo, please see this guide to get to know the prerequisites and to get information on how to structure the directories: https://github.com/FreeRTOS/FreeRTOS/blob/main/FreeRTOS/Demo/ThirdParty/Template/README.md
|
||||||
Loading…
Add table
Add a link
Reference in a new issue