Alistair Francis
Alistair Francis
This builds on top of https://github.com/tock/libtock-c/pull/432 and adds a LoRaWAN example where a Tock system can send data to [TTN](https://www.thethingsnetwork.org/).
This builds on top of https://github.com/tock/libtock-c/pull/456, which builds on top of https://github.com/tock/libtock-c/pull/432 to store the LoRaWAN keys in K/V storage. This modifies the LoRaWAN example to use keys set in...
Implement the AsRawFd trait [1] to allow users to get the RawFd from the UIO devfile. The main reason for this is to allow users to get the RawFd to...
See https://github.com/tock/tock/pull/4165 for the relevant Tock commits
### Pull Request Overview This is the complete implementation (not just HIL) of device pass through support, as mentioned in https://github.com/tock/tock/issues/4020 This replaces the original HIL PR from https://github.com/tock/tock/pull/4044. Hopefully...
### Pull Request Overview This builds on top of https://github.com/tock/tock/pull/4154 to support hardware acceleration of the `SignatureVerify` HIL. The atecc508a is used as a hardware accelerator to verify that a...