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 app tests the supported libtock-c libraries on the Microbit. It has limited usefulness without using tockloader listen, but some tests use the LED matrix to display results.

Hello, I tried to build some examples for a RISC-V architecture on a Debian machine having installed the requirements specified in this repo's description, but ran into a error. However,...

Added relevant CI testing applications and testing scripts for the RPi to test on Tock platforms. Boards tested were Nrf52840dk and Hail. Communication protocol tests only work with nrf52840dk currently

_alarm.h_ declares a function named `alarm_read`. Ostensibly this is used to read the current counter value of the underlying alarm hardware using [command number 2 of the alarm driver](https://github.com/tock/tock/blob/master/doc/syscalls/00000_alarm.md). Unfortunately...

The PR fixes the way in which the touch driver reads the multi touch events. Before this, the touch driver was accessing the shared readwrite buffer while still being shared...

blocked

This PR adds support for using picolibc as the libc. This means that most major distros now support RISC-V bulids just using the package manager. So let's also enable RISC-V...

### Pull Request Overview [2022-07-02] First prototype [2022-07-23] Change Log 1) Uart version ota app is implemented. 2) At current implementation, ota app provides only loading a new app (not...

Companion to https://github.com/tock/tock/pull/3190

blocked

Currently (as of Sep 2021 at least), to build libtock-c apps for RISC-V boards requires calling `make RISCV=1`. The reason for this is that it can be hard to get...

I'm not sure what this app is supposed to do and there's no README for it with expectations. It fails very quickly on the Microbit (printout in `grow_stack()` only happens...

good first issue