aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libmaple/i2c.h: Don't use BIT().Marti Bolivar2012-06-221-40/+40
* <libmaple/dma.h>: Assert LeafLabs copyright.Marti Bolivar2012-06-211-0/+1
* Port test-usart-dma.cpp for STM32F2.Marti Bolivar2012-06-151-0/+9
* Implement DMA tube API on STM32F2.Marti Bolivar2012-06-154-2/+1315
* Port test-usart-dma.cpp to use tube API.Marti Bolivar2012-06-151-13/+61
* Implement DMA tube API on STM32F1.Marti Bolivar2012-06-152-4/+60
* DMA: prep for F2 with new "tube" API.Marti Bolivar2012-06-156-366/+1038
* test-usart-dma.cpp: tweaks.Marti Bolivar2012-06-131-16/+17
* examples/test-usart-dma.cpp: Use HardwareSerial::c_dev().Marti Bolivar2012-06-131-18/+19
* examples/test-usart-dma.cpp: Cleanups and comments.Marti Bolivar2012-06-131-49/+78
* HardwareTimer: add a c_dev().Marti Bolivar2012-06-131-0/+8
* HardwareSPI: add a c_dev().Marti Bolivar2012-06-131-0/+8
* HardwareSerial: Add c_dev() accessor for instance's usart_dev*.Marti Bolivar2012-06-131-0/+4
* Add stm32_private.h.Marti Bolivar2012-06-121-0/+45
* Typo fix.Marti Bolivar2012-06-121-1/+1
* Build libmaple/dma.c on STM32F1.Marti Bolivar2012-06-121-1/+3
* maple: board.cpp: More comments.Marti Bolivar2012-06-081-5/+5
* Bring back <wirish/wirish_debug.h>.Marti Bolivar2012-06-085-7/+105
* maple: board.h: More comments, remove SYSTICK_RELOAD_VAL.Marti Bolivar2012-06-081-9/+14
* enum spi_mode: Add more descriptive enumerators, documentation.Marti Bolivar2012-06-071-11/+16
* Bring back <libmaple/spi.h>.Marti Bolivar2012-06-078-25/+221
* wirish/syscalls.c: Assert LeafLabs copyright.Marti Bolivar2012-06-071-0/+1
* wirish/syscalls.c: Weaken I/O related function defs.Marti Bolivar2012-06-071-12/+12
* Move syscalls.c into Wirish.Marti Bolivar2012-06-073-4/+4
* libmaple/timer.h: Capitalization fixMarti Bolivar2012-06-071-2/+2
* libmaple/timer.h: Lose BIT().Marti Bolivar2012-06-071-90/+90
* libmaple/timer.h: Move deprecated bits to bottom.Marti Bolivar2012-06-071-66/+67
* struct timer_dev: Don't touch ->handlers!Marti Bolivar2012-06-071-3/+1
* libmaple/timer.h: Nuke useless comment.Marti Bolivar2012-06-071-1/+1
* libmaple/timer.h: Doxygen beautification and fixupsMarti Bolivar2012-06-071-98/+109
* Makefile: fix cscope target.Marti Bolivar2012-06-071-2/+2
* Move timer_dev definitions into libmaple/timer.c.Marti Bolivar2012-06-074-192/+184
* Tweak some timer_private APIs.Marti Bolivar2012-06-073-41/+36
* series/timer.h: Remove silly duplicate declarations.Marti Bolivar2012-06-072-2/+0
* Makefile: help target pointers for multiple source files.Marti Bolivar2012-06-071-0/+3
* README: remove mention of support/openocd/.Marti Bolivar2012-06-071-1/+0
* Rework linker scripts.Marti Bolivar2012-06-0744-370/+199
* Move OpenOCD stuff into contrib/.Marti Bolivar2012-06-077-7/+1
* Makefile: make help target more helpful.Marti Bolivar2012-06-071-26/+26
* Makefile: add list-boards target.Marti Bolivar2012-06-072-2/+7
* maple/board.cpp: Demo weakness of boardInit().Marti Bolivar2012-06-071-0/+5
* maple/board.cpp: Use PMAP_ROW().Marti Bolivar2012-06-071-45/+55
* board_private.h: Add PMAP_ROW() convenience macro.Marti Bolivar2012-06-071-0/+4
* maple/board.cpp: Add more explanatory comments.Marti Bolivar2012-06-071-0/+16
* isButtonPressed(): Take a pin and pressedLevel argument.Marti Bolivar2012-06-072-4/+5
* <wirish/boards.h>: Add BOARD_BUTTON_PRESSED_LEVEL.Marti Bolivar2012-06-072-3/+11
* wirish/boards.h: Optionally derive SYSTICK_RELOAD_VAL.Marti Bolivar2012-06-071-0/+3
* STM32F2: Allow boards to override PLL configuration.Marti Bolivar2012-06-071-6/+20
* Makefile: move the fake VID/PID, to hide our shame.Marti Bolivar2012-06-071-6/+5
* stm32.h: Soften "missing MCU" errors into warnings.Marti Bolivar2012-06-072-3/+2