aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for the Olimex STM32 H103 board.David Kiliani2011-09-277-0/+230
* Add Windows support to DFU installation tools.Marti Bolivar2011-09-262-54/+85
* test-fsmc.cpp: Fixup; wait for user input before running test.Marti Bolivar2011-09-261-0/+1
* test-fsmc.cpp: Switch to SerialUSBMarti Bolivar2011-09-261-33/+28
* build-targets.mk: Tweak for Windows compilation.unknown2011-09-261-2/+1
* rcc: Add RCC_USB to rcc_clk_id/rcc_dev_table.Marti Bolivar2011-09-242-0/+2
* nvic: Add nvic_sys_reset().Marti Bolivar2011-09-242-1/+14
* scb.h: Fix register map and bit definitions.Marti Bolivar2011-09-241-4/+140
* test-session: Add test case for disabling USB.Marti Bolivar2011-09-241-13/+10
* Merge remote branch 'rryan/usb_fixes'Marti Bolivar2011-09-204-156/+90
|\
| * Missed one hard-coded structure size.RJ Ryan2011-09-181-1/+1
| * Fix memory alignment of USB descriptor structures.RJ Ryan2011-09-183-155/+89
* | Add a libc abort() implementation.RJ Ryan2011-09-161-5/+28
* | Add an __assert_func assertion handler so that libc does not use itsRJ Ryan2011-09-161-0/+9
|/
* Merge remote branch 'nzmichaelh/comment-fixups-2'Marti Bolivar2011-09-1415-4/+68
|\
| * Added more doxygen file level headers. Documented a few more functions.Michael Hope2011-09-1315-4/+68
* | Make it easier to use the libmaple build system externally.Marti Bolivar2011-09-141-1/+7
* | Update support/scripts/copy-to-ide.Marti Bolivar2011-09-131-2/+1
* | [support/ld] Unify linker scripts.Marti Bolivar2011-09-1315-248/+89
* | [make] Factor out target/board configuration.Marti Bolivar2011-09-132-64/+103
* | Makefile: Improve helpMarti Bolivar2011-09-131-9/+13
|/
* maple_native.cpp: Cosmetics.Marti Bolivar2011-09-121-2/+2
* syscalls.c: Allow environment to specify heap boundaries.Marti Bolivar2011-09-121-6/+12
* usart.h: Deprecate rx_buf field in usart_dev.Marti Bolivar2011-09-121-1/+4
* [support/ld] Put Maple Native's heap on external SRAM chip.Marti Bolivar2011-09-123-0/+12
* [support/ld] Add linker support for reconfigurable heap.Marti Bolivar2011-09-123-15/+21
* common_rom.inc: More comments.Marti Bolivar2011-09-121-8/+20
* test-fsmc.cpp: Fix incorrect sram_end.Marti Bolivar2011-09-121-1/+1
* Maple Native: Fix BOARD_NR_USED_PINS, boardUsedPins.Marti Bolivar2011-09-092-8/+4
* common_rom.inc: Eliminate apparently useless sections.Marti Bolivar2011-09-091-8/+0
* [support/ld] Rename vector table section.Marti Bolivar2011-09-094-5/+2
* Linker scripts: Remove useless junk.Marti Bolivar2011-09-092-16/+1
* Linker scripts: Rename section targets.Marti Bolivar2011-09-092-14/+5
* Linker scripts: Indent common_ram.inc, common_rom.inc.Marti Bolivar2011-09-092-148/+149
* Updated against 0.11Michael Hope2011-09-082-27/+50
* syscalls.c: Bugfix _sbrk() implementation.Marti Bolivar2011-09-071-16/+31
* stm32.h: Add STM32_SRAM_END.Marti Bolivar2011-09-071-0/+12
* Update outdated stm32.h usages.Marti Bolivar2011-09-075-12/+12
* stm32.h: Remove SRAM_SIZE, prefix all #defines.Marti Bolivar2011-09-071-41/+63
* Tidy up linker scripts.Marti Bolivar2011-09-0712-27/+19
* syscalls.c: Remove fictitious uart_send() and broken comments.Marti Bolivar2011-09-071-10/+0
* util.c: Respect stm32.h.Marti Bolivar2011-09-071-1/+1
* [support/ld] Factor out header from common_rom.inc, common_ram.inc.Marti Bolivar2011-09-073-73/+48
* Makefile: tweak clean, add mrproper, make help more helpful.Marti Bolivar2011-09-071-2/+11
* pin-definitions.txt: Break up GPIO ports visually.Marti Bolivar2011-09-061-0/+28
* test-session.cpp: Fix 'd' command.Marti Bolivar2011-09-061-6/+2
* wirish/boards: Move includes into .cpp files.Marti Bolivar2011-09-017-26/+20
* maple_native.cpp: Add FSMC FIXME to resolve for 0.0.12.Marti Bolivar2011-09-011-0/+1
* maple-native.cpp: Comment tweak.Marti Bolivar2011-08-311-1/+1
* test-spi-roundtrip.cpp: Remove redundant loop.Marti Bolivar2011-08-311-2/+0