aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2013-04-27Refactor my first attempt into fork of the Lundin code. Add sysex. Create a b...Donald Delmar Davis
2012-08-31Fixups for Wire library builds.Marti Bolivar
2012-08-05Makefile: Don't assume Cortex M3.Marti Bolivar
2012-08-05Add support for ARM's GCC ARM embedded toolchain.Marti Bolivar
2012-08-05Makefile: move flag settings after build-rules and -templates.Marti Bolivar
2012-06-26LD: Don't --print-gc-sections.Marti Bolivar
2012-06-26Merge branch 'wip-family-support'Marti Bolivar
2012-06-26Bring back the libraries.Marti Bolivar
2012-06-15Makefile: cosmetics.Marti Bolivar
2012-06-15Xlinker + Xassembler flags to MakefileGaute Hope
2012-06-14Tweak build system to allow out-of-tree projects.Marti Bolivar
2012-06-07Makefile: fix cscope target.Marti Bolivar
2012-06-07Makefile: help target pointers for multiple source files.Marti Bolivar
2012-06-07Rework linker scripts.Marti Bolivar
2012-06-07Move OpenOCD stuff into contrib/.Marti Bolivar
2012-06-07Makefile: make help target more helpful.Marti Bolivar
2012-06-07Makefile: add list-boards target.Marti Bolivar
2012-06-07Makefile: move the fake VID/PID, to hide our shame.Marti Bolivar
2012-06-03Slightly improve and generify the USB infrastructure.Marti Bolivar
2012-04-11[UNDO] Rip out a bunch of F1-only bits from libmaple properMarti Bolivar
2012-04-11[UNDO] Rip out everything but libmaple and Wirish startup code.Marti Bolivar
2012-04-11Makefile: use $(MAKEDIR) instead of $(SUPPORT_PATH)/make.Marti Bolivar
2012-04-11Great renaming: use "series" instead of "family".Marti Bolivar
2012-04-11Rename GLOBAL_FLAGS to TARGET_FLAGS, remove from Makefile.Marti Bolivar
2012-04-11Make USB its own submodule.Marti Bolivar
2012-04-11Move public headers to include directories; related cleanups.Marti Bolivar
2012-04-11Remove CS3-style initialization.Marti Bolivar
2011-11-15Make vector table symbols family-specific during linking.Marti Bolivar
2011-09-26Add Windows support to DFU installation tools.Marti Bolivar
2011-09-14Make it easier to use the libmaple build system externally.Marti Bolivar
2011-09-13[make] Factor out target/board configuration.Marti Bolivar
2011-09-13Makefile: Improve helpMarti Bolivar
2011-09-07Makefile: tweak clean, add mrproper, make help more helpful.Marti Bolivar
2011-08-30Makefile: Add doxygen to .PHONY, remove doxygen dir on clean.Marti Bolivar
2011-06-21FreeRTOS: Added FreeRTOS 7.0.1, including hook in libmaple/systick.c and exam...Nis Sarup
2011-06-11Remove reST documentation, attendant updates.Marti Bolivar
2011-06-02Adding $(SRCROOT)/ in front of build-targets.mk to allow building in any dire...Victor G Estevez
2011-05-26openocd: Detect openocd versionPerry Hung
2011-04-05NVIC and SCB refactorMarti Bolivar
2011-04-01Redid Servo in terms of new timer.h.Marti Bolivar
2011-03-24Initial timer refactor.Marti Bolivar
2011-03-16Maple RET6 edition supportMarti Bolivar
2011-03-11[WIP] GPIO refactor: seems ok, ready for reviewMarti Bolivar
2011-03-02cscope: Find .S instead of .s filesPerry Hung
2011-02-27Cleaned out libmaple.h; this had wide-ranging implications.Marti Bolivar
2011-02-27Increase debug symbol output for gdb.Perry Hung
2010-12-27adding missing libraries from maple-ide repoMarti Bolivar
2010-12-08Servo library tested and debugged.Marti Bolivar
2010-10-22maple mini runs blinky now.Marti Bolivar
2010-09-17Enable USB auto-reset in a hard fault.Perry Hung