Skip to content
/ ino Public
forked from amperka/ino

Command line toolkit for working with Arduino hardware

License

Notifications You must be signed in to change notification settings

mescalan/ino

 
 

Repository files navigation

MSP430 Energia port of ino

Changes to Energia source files to fix compilation errors.

  1. Missing itoa header file include in energia-0101E0015/hardware/msp430/cores/msp430/WString.cpp
  • Fix by adding "#include "itoa.h""

Changes to msp430 gcc tools to fix compilation errors.

  1. SR register and "status_register" read/write macros redefine msp430 built-in functions.
  • Copy the header files from msp430_gcc to the msp430 gcc/include directory.

About

Command line toolkit for working with Arduino hardware

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 68.4%
  • C 21.4%
  • HTML 9.6%
  • Other 0.6%