aboutsummaryrefslogtreecommitdiff
path: root/support
AgeCommit message (Expand)Author
2012-04-11Remove "CS3" prefix from libmaple symbol names.Marti Bolivar
2012-04-11Remove CS3-style initialization.Marti Bolivar
2012-04-11copy-to-ide: Remove references to libcs3_stm32_*_density.a.Marti Bolivar
2011-11-15Make vector table symbols family-specific during linking.Marti Bolivar
2011-10-07reset.py: Hackishly silence DeprecationWarning.Marti Bolivar
2011-09-27Add support for the Olimex STM32 H103 board.David Kiliani
2011-09-26Add Windows support to DFU installation tools.Marti Bolivar
2011-09-13Update support/scripts/copy-to-ide.Marti Bolivar
2011-09-13[support/ld] Unify linker scripts.Marti Bolivar
2011-09-13[make] Factor out target/board configuration.Marti Bolivar
2011-09-12[support/ld] Put Maple Native's heap on external SRAM chip.Marti Bolivar
2011-09-12[support/ld] Add linker support for reconfigurable heap.Marti Bolivar
2011-09-12common_rom.inc: More comments.Marti Bolivar
2011-09-09common_rom.inc: Eliminate apparently useless sections.Marti Bolivar
2011-09-09[support/ld] Rename vector table section.Marti Bolivar
2011-09-09Linker scripts: Remove useless junk.Marti Bolivar
2011-09-09Linker scripts: Rename section targets.Marti Bolivar
2011-09-09Linker scripts: Indent common_ram.inc, common_rom.inc.Marti Bolivar
2011-09-07Tidy up linker scripts.Marti Bolivar
2011-09-07[support/ld] Factor out header from common_rom.inc, common_ram.inc.Marti Bolivar
2011-08-22Doxyfile: add __DOXYGEN_PREDEFINED_HACK to PREDEFINED.Marti Bolivar
2011-08-03Fix Doxyfile.Marti Bolivar
2011-06-20DMA: Fix non-working DMA interrupts.Marti Bolivar
2011-06-11Remove reST documentation, attendant updates.Marti Bolivar
2011-06-02Added libs in libraries/ to the include pathCamille Moncelier
2011-05-27openocd: Add missing filePerry Hung
2011-05-26openocd: Fix repeated JTAG flash failure, use alternate reset configPerry Hung
2011-05-26openocd: Detect openocd versionPerry Hung
2011-05-10Converting all files to UNIX newlines.Marti Bolivar
2011-04-14Ancillary file cleanups.Marti Bolivar
2011-04-08stm32loader.py prints more information about what it's doing.Marti Bolivar
2011-03-30Hacks to get things to compile in the IDE.Marti Bolivar
2011-03-16Maple RET6 edition supportMarti Bolivar
2011-03-15support: linker: Fix high density vector tablePerry Hung
2011-03-11Cleanups; new support/gdb/gpio.gdb.Marti Bolivar
2011-02-27Refactor linker scripts. Rename irq and exception handlers.Perry Hung
2011-02-16Merge branch 'nzmichaelh-master' into master.Marti Bolivar
2011-02-10Function examples/test-session.cpp on NativeMarti Bolivar
2011-01-25support: Add openocd scripts for openocd 0.4.0Perry Hung
2011-01-13updating copy-to-ide script for more convenient IDE compilationMarti Bolivar
2010-12-150.0.9 release.Marti Bolivar
2010-12-15Finalized 0.0.9 documentation.Marti Bolivar
2010-10-22maple mini runs blinky now.Marti Bolivar
2010-09-29Merge remote branch 'upstream/master'Michael Hope
2010-09-29Added support for programming ELF files without converting first.Michael Hope
2010-09-29Do basic validation on the boot version and chip IDs.Michael Hope
2010-09-29Make the initial chip detection much more robust.Michael Hope
2010-09-29Changed the exception handling so that Ctrl-C passes through and isn't treate...Michael Hope
2010-09-29Added auto detection of the USB to serial port under Linux and MacOS.Michael Hope
2010-09-17Enable USB auto-reset in a hard fault.Perry Hung