index
:
librambutan
legacy
master
newprint
stm32f4discovery
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build libmaple/dma.c on STM32F1.
Marti Bolivar
2012-06-12
1
-1
/
+3
*
maple: board.cpp: More comments.
Marti Bolivar
2012-06-08
1
-5
/
+5
*
Bring back <wirish/wirish_debug.h>.
Marti Bolivar
2012-06-08
5
-7
/
+105
*
maple: board.h: More comments, remove SYSTICK_RELOAD_VAL.
Marti Bolivar
2012-06-08
1
-9
/
+14
*
enum spi_mode: Add more descriptive enumerators, documentation.
Marti Bolivar
2012-06-07
1
-11
/
+16
*
Bring back <libmaple/spi.h>.
Marti Bolivar
2012-06-07
8
-25
/
+221
*
wirish/syscalls.c: Assert LeafLabs copyright.
Marti Bolivar
2012-06-07
1
-0
/
+1
*
wirish/syscalls.c: Weaken I/O related function defs.
Marti Bolivar
2012-06-07
1
-12
/
+12
*
Move syscalls.c into Wirish.
Marti Bolivar
2012-06-07
3
-4
/
+4
*
libmaple/timer.h: Capitalization fix
Marti Bolivar
2012-06-07
1
-2
/
+2
*
libmaple/timer.h: Lose BIT().
Marti Bolivar
2012-06-07
1
-90
/
+90
*
libmaple/timer.h: Move deprecated bits to bottom.
Marti Bolivar
2012-06-07
1
-66
/
+67
*
struct timer_dev: Don't touch ->handlers!
Marti Bolivar
2012-06-07
1
-3
/
+1
*
libmaple/timer.h: Nuke useless comment.
Marti Bolivar
2012-06-07
1
-1
/
+1
*
libmaple/timer.h: Doxygen beautification and fixups
Marti Bolivar
2012-06-07
1
-98
/
+109
*
Makefile: fix cscope target.
Marti Bolivar
2012-06-07
1
-2
/
+2
*
Move timer_dev definitions into libmaple/timer.c.
Marti Bolivar
2012-06-07
4
-192
/
+184
*
Tweak some timer_private APIs.
Marti Bolivar
2012-06-07
3
-41
/
+36
*
series/timer.h: Remove silly duplicate declarations.
Marti Bolivar
2012-06-07
2
-2
/
+0
*
Makefile: help target pointers for multiple source files.
Marti Bolivar
2012-06-07
1
-0
/
+3
*
README: remove mention of support/openocd/.
Marti Bolivar
2012-06-07
1
-1
/
+0
*
Rework linker scripts.
Marti Bolivar
2012-06-07
44
-370
/
+199
*
Move OpenOCD stuff into contrib/.
Marti Bolivar
2012-06-07
7
-7
/
+1
*
Makefile: make help target more helpful.
Marti Bolivar
2012-06-07
1
-26
/
+26
*
Makefile: add list-boards target.
Marti Bolivar
2012-06-07
2
-2
/
+7
*
maple/board.cpp: Demo weakness of boardInit().
Marti Bolivar
2012-06-07
1
-0
/
+5
*
maple/board.cpp: Use PMAP_ROW().
Marti Bolivar
2012-06-07
1
-45
/
+55
*
board_private.h: Add PMAP_ROW() convenience macro.
Marti Bolivar
2012-06-07
1
-0
/
+4
*
maple/board.cpp: Add more explanatory comments.
Marti Bolivar
2012-06-07
1
-0
/
+16
*
isButtonPressed(): Take a pin and pressedLevel argument.
Marti Bolivar
2012-06-07
2
-4
/
+5
*
<wirish/boards.h>: Add BOARD_BUTTON_PRESSED_LEVEL.
Marti Bolivar
2012-06-07
2
-3
/
+11
*
wirish/boards.h: Optionally derive SYSTICK_RELOAD_VAL.
Marti Bolivar
2012-06-07
1
-0
/
+3
*
STM32F2: Allow boards to override PLL configuration.
Marti Bolivar
2012-06-07
1
-6
/
+20
*
Makefile: move the fake VID/PID, to hide our shame.
Marti Bolivar
2012-06-07
1
-6
/
+5
*
stm32.h: Soften "missing MCU" errors into warnings.
Marti Bolivar
2012-06-07
2
-3
/
+2
*
HardwareSerial.cpp: Fix "#warn" -> "#warning".
Marti Bolivar
2012-06-07
1
-1
/
+1
*
wirish: Weaken boards_private.h definitions.
Marti Bolivar
2012-06-07
2
-28
/
+36
*
Provide wirish::priv::series_init() on F1.
Marti Bolivar
2012-06-07
2
-10
/
+7
*
Remove a completed FIXME comment.
Marti Bolivar
2012-06-07
1
-3
/
+0
*
Bring back libmaple/dac.h.
Marti Bolivar
2012-06-04
5
-82
/
+228
*
stm32.h: Add STM32_HAVE_DAC feature-test.
Marti Bolivar
2012-06-04
3
-0
/
+12
*
STM32F1: gpio.h: Add hack mode macro, for F2 compatibility.
Marti Bolivar
2012-06-04
1
-0
/
+3
*
STM32F2: Add EXTI support.
Marti Bolivar
2012-06-03
7
-9
/
+128
*
STM32F2: Turn on SYSCFG I/O compensation during init().
Marti Bolivar
2012-06-03
1
-0
/
+3
*
STM32F2: Add SYSCFG support.
Marti Bolivar
2012-06-03
6
-1
/
+246
*
STM32F1: gpio.h: Cosmetics.
Marti Bolivar
2012-06-03
1
-100
/
+85
*
Bring back EXTI on F1, with deprecations for gpio.h on F1.
Marti Bolivar
2012-06-03
13
-191
/
+375
*
<libmaple/bitband.h>: Doxygen
Marti Bolivar
2012-06-03
1
-2
/
+2
*
libmaple/dac.c: Copyright.
Marti Bolivar
2012-06-03
1
-0
/
+1
*
libmaple/dac.c: Generalize comment about PA4/PA5.
Marti Bolivar
2012-06-03
1
-2
/
+2
[next]