Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ericboehs/current-core


https://github.com/ericboehs/current-core

Last synced: about 23 hours ago
JSON representation

Awesome Lists containing this project

README

        

# SmartPanel Core Firmware
This is replacement firmware for the Spark Core hardware.

# Setup
For Mac OS X:

1. Install the gcc-arm compiler:
```
brew tap PX4/homebrew-px4
brew update
brew install gcc-arm-none-eabi
```
2. Download the core firmware repos
```
git clone https://github.com/spark/core-firmware.git
git clone https://github.com/spark/core-common-lib.git
git clone https://github.com/spark/core-communication-lib.git
```