Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boards: Tock: Add Tock support #1390

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alistair23
Copy link

@alistair23 alistair23 commented Nov 25, 2022

Tock is an embedded operating system designed for running multiple concurrent, mutually distrustful applications on Cortex-M and RISC-V based embedded platforms. Tock's design centers around protection, both from potentially malicious applications and from device drivers.

This PR adds support for the "Tock" board. This allows LoRaMac-node to run as a userspace application on top of Tock. This means we can support all Tock boards that have the required hardware.

This is built on top of the libtock-c library. This provides access to the hardware and other useful syscalls.

Currently this is being developed and tested on the SparkFun LoRa Thing Plus - expLoRaBLE board. I can communicate with the SX1262 and receive interrupts when operations complete.

@alistair23 alistair23 marked this pull request as ready for review June 5, 2023 11:16
@alistair23
Copy link
Author

@mluis1 this is ready to go now

@alistair23
Copy link
Author

Gentle ping on this

@alistair23
Copy link
Author

Ping!

1 similar comment
@alistair23
Copy link
Author

Ping!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants