You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
5 years ago
|
|
|
[submodule "FreeRTOS/Source"]
|
|
|
|
path = FreeRTOS/Source
|
|
|
|
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git
|
|
|
|
[submodule "FreeRTOS-Plus/Test/CMock"]
|
|
|
|
path = FreeRTOS-Plus/Test/CMock
|
|
|
|
url = https://github.com/ThrowTheSwitch/CMock
|
|
|
|
[submodule "FreeRTOS/Test/CMock/CMock"]
|
|
|
|
path = FreeRTOS/Test/CMock/CMock
|
|
|
|
url = https://github.com/ThrowTheSwitch/CMock.git
|
|
|
|
[submodule "FreeRTOS-Plus/Source/AWS/device-shadow-for-aws-iot-embedded-sdk"]
|
|
|
|
path = FreeRTOS-Plus/Source/AWS/device-shadow-for-aws-iot-embedded-sdk
|
|
|
|
url = https://github.com/aws/device-shadow-for-aws-iot-embedded-sdk
|
|
|
|
[submodule "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT"]
|
|
|
|
path = FreeRTOS-Plus/Source/Application-Protocols/coreMQTT
|
|
|
|
url = https://github.com/FreeRTOS/coreMQTT
|
|
|
|
[submodule "FreeRTOS-Plus/Source/coreJSON"]
|
|
|
|
path = FreeRTOS-Plus/Source/coreJSON
|
|
|
|
url = https://github.com/FreeRTOS/coreJSON
|