fabricedesre / cc3200-rs

Getting Rust to run on a TI cc3200
Mozilla Public License 2.0
7 stars 2 forks source link

Add FreeRTOS #9

Closed dhylands closed 7 years ago

dhylands commented 7 years ago

This implements the producer/consumer from the freertos demo and also implements the LED blinker as a task too.

dhylands commented 7 years ago

Cleaned up and ran cargo fmt (except on isr_vector.rs)