Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 480 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 480 Bytes

CS107e Homebrew Tap

A Homebrew tap with formulas useful in CS107e. Install this tap using the following command:

$ brew tap cs107e/cs107e

Install ARM Toolchain

To install the CS107e ARM toolchain using Homebrew, run the following commands:

$ brew install arm-none-eabi

Install rpi-install.py

To install the Raspberry Pi upload script, run the following commands:

$ sudo pip install pyserial
$ sudo pip install xmodem
$ brew install rpi-install