Skip to content

How to: Use with Codelite or shell

Thibaut VIARD edited this page Aug 29, 2015 · 1 revision

Codelite IDE is used for code writing and debug/validation.

Codelite workspace can be found in extras/Arduino.workspace and projects for each variant are in variants/[variant_name]/[variant_name].project. Corresponding Makefiles can be found in variants/[variant_name] folders.

The projects are based on Makefiles and don't rely on anything else than make and GCC.

GCC toolchain is obtained from https://launchpad.net/gcc-arm-embedded, ensure it is in your system PATH.

From command line, a simple 'make' in selected variant folder will build the according core library. The sample 'Blink' application is in cores/validation/blink. Ensure to modify the Makefile to match the variant you want to play with.

Clone this wiki locally