* Fix include.am missing line * Fix macros * Add "static" keyword where needed * Make compatible with MSP430 GCC * Add MSP430 GCC Makefile * Fix watchdog issue with GCC, also fixes IAR when large data model is used * Fix comment style * Fix typo in RNG (makes it ever so slightly more random) * Add example output to README
11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
# vim:ft=automake
|
|
# included from Top Level Makefile.am
|
|
# All paths should be given relative to the root
|
|
|
|
EXTRA_DIST+= IDE/IAR-MSP430/include.am
|
|
EXTRA_DIST+= IDE/IAR-MSP430/Makefile
|
|
EXTRA_DIST+= IDE/IAR-MSP430/README.md
|
|
EXTRA_DIST+= IDE/IAR-MSP430/main.c
|
|
EXTRA_DIST+= IDE/IAR-MSP430/user_settings.h
|
|
|