Submodule kernel directory. (#16)

* Removing FreeRTOS/Source in readiness for submoduling.

* Submoduling kernel.

* README.md update due to submoduling.

When releasing, please follow these steps:
1. in local directory, clean directory and check "git status" shows "nothing to commit, working tree clean" for ALL subdirectories.
2. copy source code and instructions only to an empty folder. Git related should not be in this folder -- this covers .git, .gitignore, .github, .gitmodules, gitmessages, ......
3. zip the folder from step 2. (create both .zip and .7z)
4. attach .zip and .7z to the release. (e.g. attach these two in new release -- https://github.com/FreeRTOS/FreeRTOS/releases/new)
5. PLEASE download both, unzip, diff with your local git repo. (should not see any difference other than git related.) And, sanity check a couple of projects.
This commit is contained in:
Yuhui.Zheng 2020-02-14 12:47:01 -08:00 committed by GitHub
parent c3f8b91652
commit 24c772d143
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
518 changed files with 18 additions and 183006 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "FreeRTOS/Source"]
path = FreeRTOS/Source
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git