Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericboehs/current-core
https://github.com/ericboehs/current-core
Last synced: about 23 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericboehs/current-core
- Owner: ericboehs
- Created: 2014-10-18T19:26:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-18T19:27:14.000Z (about 10 years ago)
- Last Synced: 2023-04-12T04:56:30.454Z (over 1 year ago)
- Language: Arduino
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```