Wykres commitów

3 Commity (master)

Autor SHA1 Wiadomość Data
jgromes b114295c54 Revert "Moved gitmodule file to tock example"
This reverts commit aa24052fda.
2023-08-31 16:33:06 +02:00
jgromes aa24052fda Moved gitmodule file to tock example 2023-08-30 16:21:23 +02:00
Alistair Francis a8172308fe examples: NonArduino: Tock: Initial commit
Add support for running RadioLib on Tock.

Tock is an embedded operating system designed for running multiple
concurrent, mutually distrustful applications on Cortex-M and RISC-V
based embedded platforms (https://github.com/tock/tock).

This PR uses libtock-c (https://github.com/tock/libtock-c) to add
support to running RadioLib as a Tock userspace application.

This has been tested on the SparkFun LoRa Thing Plus - expLoRaBLE board
(https://github.com/tock/tock/tree/master/boards/apollo3/lora_things_plus)
but will work on any LoRa compatible Tock board (currently only the
expLoRaBLE board).

Signed-off-by: Alistair Francis <alistair@alistair23.me>
2023-06-29 09:54:30 +10:00