Skip to content
/ clarOS Public

A fully open-source starter kit for the TM4C LaunchPad

Notifications You must be signed in to change notification settings

kk4ead/clarOS

Folders and files

NameName
Last commit message
Last commit date
Feb 1, 2019
Feb 2, 2019
Feb 5, 2019
Feb 2, 2019
Jan 30, 2019
Feb 2, 2019
Feb 2, 2019
Feb 2, 2019
Feb 1, 2019
Feb 2, 2019
Feb 1, 2019
Feb 2, 2019

Repository files navigation

clarOS

A starter kit for the Texas Instruments Tiva C Series TM4C123GXL LaunchPad, containing only software with BSD-compatible licenses and no "TI Commercial" code. Tested on macOS 10.14.3 with Homebrew, but should work on any other Unix that supports Linuxbrew.

Getting Started

  1. Install Homebrew from https://brew.sh if you haven't already.
  2. Clone this repository with git clone [email protected]:kk4ead/claros.
  3. Download and install all dependencies with cd claros && make deps.
  4. Build the demo project with make.
  5. Connect a LaunchPad and run make flash. You should see the LED on the board start cycling through colors.
  6. Run screen /dev/cu.usbmodem* 115200 to connect to UART0. You should see "red", "green", "red", "blue", print to the console each time the corresponding color is toggled.

Acknowledgements

Thanks to Josh Minor and Sean Kirmani for their ee445l-linux tools, and to Zee Lv for his zEEware tools.

About

A fully open-source starter kit for the TM4C LaunchPad

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published