fabricedesre / cc3200-rs

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

Fix temperature #32

Closed dhylands closed 7 years ago

dhylands commented 7 years ago

This adds onto fabrice's #27 to get blinky and temperature examples to both run.

dhylands commented 7 years ago

I also updated .travis.yml to pull gcc 4.9.3 from launchpad.

The default arm-none-eabi-gcc included on travis is 4.8.2 and that version doesn't have __aeabi_memclr4 function.

dhylands commented 7 years ago

Closing since the changes were merged as part of #27