chipKIT® Development Platform

Inspired by Arduino™

Development without MPIDE or MPLAB

Posted 2014-05-09 10:56:46 by Majenko

It is possible to create pure C / assembly code for chipKIT boards without MPIDE or MPLAB.

Compiler

Newlib-based chipKIT compiler Example minimal application (contains Makefile, linker scripts, startup code, trivial C app)

Uploading to board

See "Using avrdude from Linux console" section in avrdude and the chipkit article. Example minimal application above has uploading with avrdude integrated into Makefile.

Debugging

Debugging with ejtagproxy and GDB.