Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 572 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 572 Bytes

arduino-due-scons

Integration of SCons build system for arduino-due

  • automatic test building/running TDD (using Ceedling test framework)
  • automatic uploading to the board itself

Requirements

  • Python2 + SCons
  • ruby (test generation)

Current Goals

Make a blink LED example with TDD + upload to board

Future Goals

  • Add examples of more advanced Ceedling testing features
  • Add examples of more advanced Ceedling testing features

Usage

scons -c
scons test
scons compile
scons upload