aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* stm32f4: series-specific linker flagsbnewbold2015-03-031-4/+4
* buildsys: allow out-of-tree board filesbryan newbold2015-02-281-1/+1
* Generate .hex files as well.Grégoire Passault2015-02-281-1/+1
* Adding ROBOTIS "make install" and reset hookGregwar2014-04-241-0/+10
* Adding BOOTLOADER option to support Robotis bootloader different ROMGregwar2014-04-231-1/+5
* Fixups for Wire library builds.Marti Bolivar2012-08-311-0/+2
* Makefile: Don't assume Cortex M3.Marti Bolivar2012-08-051-4/+3
* Add support for ARM's GCC ARM embedded toolchain.Marti Bolivar2012-08-051-1/+1
* Makefile: move flag settings after build-rules and -templates.Marti Bolivar2012-08-051-7/+7
* LD: Don't --print-gc-sections.Marti Bolivar2012-06-261-1/+3
* Merge branch 'wip-family-support'Marti Bolivar2012-06-261-54/+58
|\
| * Bring back the libraries.Marti Bolivar2012-06-261-6/+6
| * Makefile: fix cscope target.Marti Bolivar2012-06-071-2/+2
| * Makefile: help target pointers for multiple source files.Marti Bolivar2012-06-071-0/+3
| * Rework linker scripts.Marti Bolivar2012-06-071-2/+1
| * Move OpenOCD stuff into contrib/.Marti Bolivar2012-06-071-6/+1
| * Makefile: make help target more helpful.Marti Bolivar2012-06-071-26/+26
| * Makefile: add list-boards target.Marti Bolivar2012-06-071-1/+6
| * Makefile: move the fake VID/PID, to hide our shame.Marti Bolivar2012-06-071-6/+5
| * Slightly improve and generify the USB infrastructure.Marti Bolivar2012-06-031-1/+1
| * [UNDO] Rip out a bunch of F1-only bits from libmaple properMarti Bolivar2012-04-111-1/+1
| * [UNDO] Rip out everything but libmaple and Wirish startup code.Marti Bolivar2012-04-111-4/+4
| * Makefile: use $(MAKEDIR) instead of $(SUPPORT_PATH)/make.Marti Bolivar2012-04-111-2/+2
| * Great renaming: use "series" instead of "family".Marti Bolivar2012-04-111-2/+2
| * Rename GLOBAL_FLAGS to TARGET_FLAGS, remove from Makefile.Marti Bolivar2012-04-111-9/+4
| * Make USB its own submodule.Marti Bolivar2012-04-111-0/+1
| * Move public headers to include directories; related cleanups.Marti Bolivar2012-04-111-0/+7
* | Makefile: cosmetics.Marti Bolivar2012-06-151-1/+1
* | Xlinker + Xassembler flags to MakefileGaute Hope2012-06-151-2/+2
* | Tweak build system to allow out-of-tree projects.Marti Bolivar2012-06-141-6/+6
|/
* Remove CS3-style initialization.Marti Bolivar2012-04-111-0/+1
* Make vector table symbols family-specific during linking.Marti Bolivar2011-11-151-1/+1
* Add Windows support to DFU installation tools.Marti Bolivar2011-09-261-1/+1
* Make it easier to use the libmaple build system externally.Marti Bolivar2011-09-141-1/+7
* [make] Factor out target/board configuration.Marti Bolivar2011-09-131-64/+47
* Makefile: Improve helpMarti Bolivar2011-09-131-9/+13
* Makefile: tweak clean, add mrproper, make help more helpful.Marti Bolivar2011-09-071-2/+11
* Makefile: Add doxygen to .PHONY, remove doxygen dir on clean.Marti Bolivar2011-08-301-2/+2
* FreeRTOS: Added FreeRTOS 7.0.1, including hook in libmaple/systick.c and exam...Nis Sarup2011-06-211-0/+3
* Remove reST documentation, attendant updates.Marti Bolivar2011-06-111-0/+3
* Adding $(SRCROOT)/ in front of build-targets.mk to allow building in any dire...Victor G Estevez2011-06-021-1/+1
* openocd: Detect openocd versionPerry Hung2011-05-261-2/+2
* NVIC and SCB refactorMarti Bolivar2011-04-051-28/+21
* Redid Servo in terms of new timer.h.Marti Bolivar2011-04-011-1/+1
* Initial timer refactor.Marti Bolivar2011-03-241-1/+1
* Maple RET6 edition supportMarti Bolivar2011-03-161-0/+7
* [WIP] GPIO refactor: seems ok, ready for reviewMarti Bolivar2011-03-111-4/+4
* cscope: Find .S instead of .s filesPerry Hung2011-03-021-1/+1
* Cleaned out libmaple.h; this had wide-ranging implications.Marti Bolivar2011-02-271-7/+30
* Increase debug symbol output for gdb.Perry Hung2011-02-271-1/+1