jkovacic / FreeRTOS-GCC-ARM926ejs

A port of FreeRTOS to the ARM 929EJ-S Versatile Platform Baseboard
Other
90 stars 42 forks source link

Remote FreeRTOS sources integration as git submodule. #6

Open VincentDary opened 1 year ago

VincentDary commented 1 year ago

Hello,

I suggest the following PR in order to use the official FreeRTOS source code as a git submodule rather than a partial copy of the source code in the FreeRTOS directory.

To test the PR, use the following command.

$ git clone -b remote-freeRTOS-integration  \
                   https://github.com/VincentDary/FreeRTOS-GCC-ARM926ejs.git \
                   --recurse-submodules
$ cd FreeRTOS-GCC-ARM926ejs && make