-
Talking Tock 19: High-Speed ADC and LLVM bugs
This is the 19th post in a series tracking the development of Tock, a safe multi-tasking operating system for microcontrollers.
-
Talking Tock 18: SenSys tutorial, MPU improvements and a warm welcome
This is the 18th post in a series tracking the development of Tock, a safe multi-tasking operating system for microcontrollers.
-
Talking Tock 17: Rust + Lua userlands, Hail shipped and an upcoming tutorial
This is the 17th post in a series tracking the development of Tock, a safe multi-tasking operating system for microcontrollers.
-
Talking Tock 16: Papers, ports and pull requests
This is the sixteenth post in a series tracking the development of Tock, a safe multi-tasking operating system for microcontrollers.
-
Including External Libraries in Processes
Tock can be a little particular about how things are built. Specifically, it requires flags to correctly build position independent code and prefers to build for all supported architectures to create TABs. This makes including external libraries a bit tricky.