https://github.com/tock/tock-sensortag
Port of Tock for the TI SensorTag (unfortunately no MPU)
https://github.com/tock/tock-sensortag
Last synced: 6 months ago
JSON representation
Port of Tock for the TI SensorTag (unfortunately no MPU)
- Host: GitHub
- URL: https://github.com/tock/tock-sensortag
- Owner: tock
- License: other
- Created: 2018-03-05T15:34:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T21:04:04.000Z (over 7 years ago)
- Last Synced: 2025-06-10T04:09:16.969Z (7 months ago)
- Language: Rust
- Size: 240 KB
- Stars: 6
- Watchers: 10
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Tock for SensorTag
This repository contains ports of Tock for the SensorTag board. Learn more about Tock on [the official website](https://www.tockos.org/).
**NOTE: The SensorTag CC2650STK (latest) does not have a Memory Protection Unit!**
## Getting Started
Follow the official [getting started guide](https://github.com/helena-project/tock/blob/master/doc/Getting_Started.md) to setup your system to compile Tock and Tock applications.
## Supported Boards
* [SensorTag cc2650](http://www.ti.com/tool/CC2650STK)
Tock supports more than just SensorTag-based boards, take a look at [the boards](https://github.com/helena-project/tock/tree/master/boards) which are part of main repository too!