aboutsummaryrefslogtreecommitdiff
path: root/examples/lm3s
AgeCommit message (Collapse)Author
2011-11-13examples: Remove duplicate example linker scripts.Uwe Hermann
Only add one linker script per eval board, and have the Makefiles use that. This avoids duplication, and various copy-paste errors and left-overs which we already have in the tree. Some of the linker scripts are not really correct, yet. Both, the comments which say which board, chip, and RAM/ROM sizes are used, as well as the actual RAM/ROM size definitions are sometimes copy-pasted from other boards and are thus incorrect. This needs to be fixed.
2011-11-12lm3s: Cosmetics.Uwe Hermann
2011-10-12Update examples Makefiles to use the make shell function rather than ↵Fergus Noble
backticks for shell command expansion. Backticks are unreliable and don't work on all platforms.
2011-10-04Switched all makefiles to arm-none-eabi default.Piotr Esden-Tempski
2011-04-24Delete example dependencies on 'make clean'Gareth McMullin
2011-03-14Added dependency generation. Abort loops on error.Gareth McMullin
2011-03-13More build improvements and fixed broken examples.Gareth McMullin
2011-03-13Simplified build system for adding new examples.Gareth McMullin
2011-02-09Minor cosmetics, whitespace.Uwe Hermann
2011-02-04Added initial support for the LuminaryMicro LM3S family.Gareth McMullin