Hello again from Germany,
can You provide a Portable repository to clone into my source-tree? So i can get the newest updates and bug-fixes? I can’t work with FreeRTOS without it.
Best regards,
Sven
Hello again from Germany,
can You provide a Portable repository to clone into my source-tree? So i can get the newest updates and bug-fixes? I can’t work with FreeRTOS without it.
Best regards,
Sven
What is wrong with GitHub - FreeRTOS/FreeRTOS-Kernel: FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. ?
I’m not looking for examples. FreeRTOS doesn’t even have a kernel. I’m looking for a runtime i can work with on cutting edge. Basically FreeRTOS.h, task.h etc. Everything necessary for driver-development.
Maybe You can provide a second repository Portable.CortexM33 to support my new platform?
My clustered flash-driver is a multi-million dollar project. It can save humanity from buying batteries against software-problems.
Believe it, or not!
(post deleted by author)
I do see requests from people to check out a single port and not get all the code for all of the ports pulled into their repository.
Sparse checkouts with git is one way you can try to deal with this, but I would love to hear how others solve this problem. It is rare to have a project that runs on every port out there, it is usually just one or two after all
We move the *.c files from the “root”, to a source directory parallel to include, portable and examples directory. Then we can check out just the pieces we need in a couple of sub-repository checkout, and not need to handle the more complicated sparse checkouts for other revision control.
(post deleted by author)
(post deleted by author)
(post deleted by author)