libtock-c
libtock-c copied to clipboard
Userland apps for Tock written in C and C++
To make libtock-c builds easier to manage let's create symlinks to the libraries that don't include the version information
This is a simple tool that compiles u8g2 apps for the native machine and generates image files (rather than writing to a display) when the app runs. Those images can...
@bradjc you will need to update the pre-built versions to support GCC 14
At the point the libtock-c redesign (https://github.com/tock/libtock-c/pull/370) merged, there were still a few outstanding tasks. This issue tracks the completion of those. un-ported drivers: - [ ] ipc (@alevy) -...
This changes the IPC service callback function type to provide the IPC buffer pointer as an actual pointer type. The fact that this is currently an integer is pretty weird,...
After the big rebase for #380, a few changes were lost. Per @tyler-potyondy's request, leaving as an issue here for him to address post-tutorial; these should not affect fundamental operation....
This adds an intentionally simple test for multiple alarms that only sets exactly two repeating alarms that should overlap frequently (one is twice the other's frequency). It sets two repeating...
This allows building Tock applications for VeeR EL2 (see related PR: https://github.com/tock/tock/pull/4118)
Add lr1110 library and two related example applications. This library uses [Seeed Studio's code](https://github.com/Seeed-Studio/Seeed_Wio_WM1110_Dev_Board) as user space, built upon Tock, to provide support for the LR1110 LoRa chip on Wio-WM1110...