index
:
librambutan
legacy
master
newprint
stm32f4discovery
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
wirish
Commit message (
Expand
)
Author
Age
Files
Lines
*
HardwareSPI.cpp: allow for missing SPI peripherals
Marti Bolivar
2014-11-24
1
-7
/
+31
*
Rename various "stm32f2" directories "stm32f2-f4".
Marti Bolivar
2014-11-24
5
-8
/
+9
*
Adding ROBOTIS "make install" and reset hook
Gregwar
2014-04-24
1
-0
/
+26
*
Adding BOOTLOADER option to support Robotis bootloader different ROM
Gregwar
2014-04-23
1
-0
/
+4
*
Adding support for cm900 and opencm904 boards (robotis)
Gregwar
2014-02-20
4
-0
/
+441
*
wirish/syscalls.c: Replace obsolete caddr_t with void *
Daniel Nyström
2013-06-04
1
-6
/
+7
*
Use linker symbol __text_start__ to setup base of nvic vector table.
Magnus Lundin
2013-05-03
1
-5
/
+7
*
wirish/syscalls.c: add weak exit function.
Magnus Lundin
2013-05-02
1
-0
/
+5
*
Check if the last packet sent was the full endpoint size, in this case flush ...
Manuel Odendahl
2013-01-17
1
-1
/
+12
*
Merge branch 'callback_interrupt_handlers'
Marti Bolivar
2012-09-03
2
-11
/
+37
|
\
|
*
ext_interrupts.cpp: Doxygen fixups.
Marti Bolivar
2012-09-03
1
-26
/
+2
|
*
Whitespace fixups to EXTI files.
Marti Bolivar
2012-09-03
1
-3
/
+4
|
*
"Callback versions of functions now take voidArgumentFuncPtr. We can probably...
Aditya Gaddam
2012-09-02
2
-2
/
+2
|
*
"Added ability to set callbacks for interrupts that get an argument. This arg...
Aditya Gaddam
2012-08-31
2
-0
/
+49
*
|
Include <stdint.h> from wirish.h.
Marti Bolivar
2012-08-31
1
-0
/
+2
*
|
HardwareSPI: move warning into .cpp from header.
Marti Bolivar
2012-08-27
2
-5
/
+5
*
|
usb_serial.cpp: Hackishly silence spurious warnings on VLDiscovery.
Marti Bolivar
2012-08-27
1
-0
/
+6
|
/
*
usb_serial.cpp: Neaten up reset signal RX hook.
Marti Bolivar
2012-08-22
1
-34
/
+33
*
Make PRIMASK set/clear functions __always_inline.
Marti Bolivar
2012-08-14
1
-2
/
+2
*
wirish/ext_interrupts.h: Doxygen
Marti Bolivar
2012-08-14
1
-6
/
+7
*
Add support for ARM's GCC ARM embedded toolchain.
Marti Bolivar
2012-08-05
2
-9
/
+10
*
Move bootloader details out of libmaple.h.
Marti Bolivar
2012-07-31
1
-0
/
+12
*
HardwareSerial: make read() block until data arrive.
Marti Bolivar
2012-07-31
1
-0
/
+3
*
Move bootloader reset signal detection to Wirish.
Marti Bolivar
2012-07-31
1
-0
/
+116
*
Hack: Provide a hook so Mini doesn't disable JTAG/SWD.
Marti Bolivar
2012-07-31
1
-1
/
+3
*
usb_serial.cpp: Minor tweak.
Marti Bolivar
2012-07-25
1
-2
/
+1
*
Add pin alias enums to other boards.
Marti Bolivar
2012-07-24
5
-0
/
+41
*
Doxygen hacks and fixups.
Marti Bolivar
2012-06-28
1
-1
/
+1
*
Clean up micros().
Marti Bolivar
2012-06-27
1
-7
/
+4
*
STM32F1: Bring back HardwareSPI.
Marti Bolivar
2012-06-26
2
-3
/
+6
*
Bring back and fix up util.c functionality.
Marti Bolivar
2012-06-26
3
-0
/
+129
*
HardwareTimer: add a c_dev().
Marti Bolivar
2012-06-13
1
-0
/
+8
*
HardwareSPI: add a c_dev().
Marti Bolivar
2012-06-13
1
-0
/
+8
*
HardwareSerial: Add c_dev() accessor for instance's usart_dev*.
Marti Bolivar
2012-06-13
1
-0
/
+4
*
Typo fix.
Marti Bolivar
2012-06-12
1
-1
/
+1
*
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
*
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
2
-0
/
+170
*
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
*
HardwareSerial.cpp: Fix "#warn" -> "#warning".
Marti Bolivar
2012-06-07
1
-1
/
+1
[next]