i am curious - does RTOS have a concept of "resources?" because both the cores and the Flash are resources that can be allocated and considered critical. im curious as to if i will need to extend rtos for every Pico resource i need to protect.
@@DrJonEA thanks! i'm signing up for your udemy course. i'm way behind on Cmakelists.txt. i'm building my own library for Pico and am at a loss since (back in the day) one delivered a lib.a file and a folder of .h files. The idea of delivering all the source code and recompiling it every time is a bit foreign to me. Thanks for your work. I'm subscribed. Continued Success!
👍👍👍
Thank you. Always great to get feedback and encouragement.
i am curious - does RTOS have a concept of "resources?" because both the cores and the Flash are resources that can be allocated and considered critical. im curious as to if i will need to extend rtos for every Pico resource i need to protect.
Yes absolutely does. The issue here is that flash is so fundamental to the operation of both cores.
@@DrJonEA thanks! i'm signing up for your udemy course. i'm way behind on Cmakelists.txt. i'm building my own library for Pico and am at a loss since (back in the day) one delivered a lib.a file and a folder of .h files. The idea of delivering all the source code and recompiling it every time is a bit foreign to me.
Thanks for your work. I'm subscribed. Continued Success!
Thank you for signing up. CMake is building "lib.a" in the background, but managing when to update them.