libtock-c icon indicating copy to clipboard operation
libtock-c copied to clipboard

Userland apps for Tock written in C and C++

Results 39 libtock-c issues
Sort by recently updated
recently updated
newest added

This PR adds a driver for the cycle counter capsule, for which kernel support is being added in https://github.com/tock/tock/pull/3934. It also adds a basic test application which prints the number...

This PR introduces the helper app to validate the kernel's dynamic process loading functionality ([tock/tock#3941](https://github.com/tock/tock/pull/3941)). The helper app triggers the dynamic process loading with a button press. This application is...

This uses https://github.com/tock/tock/pull/3881 to read a NMEA location and transmit it over LoRa

This adds a demo app that graphs data using the u8g2 library.

Writes TOCK in blocks on the screen.

`libtock-c` depends on newlib. The newlib codebase contains code under many different licenses, including the GPL and LGPL. Because newlib's codebase is large (over 6000 source files), this poses a...

This is the companion PR for https://github.com/tock/tock/pull/3577. I just did console to start. The only thing using the `{put|get}nstr_async` methods were the test programs testing the async. Everything else used...

This adds support for the new 64-bit alarm capsule introduced in https://github.com/tock/tock/pull/3355 We don't support setting alarms with a 64-bit reference, as the Tock syscall architecture doesn't allow it.