StratifyOS
StratifyOS copied to clipboard
A Powerful embedded RTOS for ARM Cortex M microcontrollers
message queues use a mutex as a sync mechanism. But they need to atomically block and unlock the mutex.
The event could be X bytes are available in the FIFO. The callback could be tied to a signal. So when the FIFO exceeded X bytes, the thread would receive...
``` - [can](https://github.com/StratifyLabs/StratifyOS/blob/master/include/sos/dev/can.h) is still broken. It may need to point to https://github.com/StratifyLabs/StratifyOS/tree/master/include/mcu/can.h ``` lmk if I need to rebase or change branch targets
``` s@PF1AJJFF:~/path$ sl sdk.install # sdk.install ## cloud.login - uid: oN8ZhE2AVZMytXzVFwa51CWOlsS2 ## output - downloading: ################################################## ### external.begin Archive: /home/s/.sl/packager-1598365934343755500/compiler End-of-central-directory signature not found. Either this file is not a...
Using mingw on windows, ``` me@PF1AJJFF MINGW64 ~ $ echo $SOS_SDK_PATH /c/Users/me/StratifyLabs-SDK ``` ``` me@PF1AJJFF MINGW64 ~/Documents/path (branch) $ sl sdk.update # sdk.update ## output - tasks: - StratifyOS: -...
To re-create, elevate the USB priority and run `sl term.run`
An app that is partially installed should not be executable.