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
*
Handle sending 0 byte packets.
Manuel Odendahl
2013-01-17
2
-6
/
+16
*
Move endpoint definitions to include files (they are now needed outside in us...
Manuel Odendahl
2013-01-17
2
-21
/
+21
*
Add fix to support Summon/Linaro GCC ARM embedded toolchain.
Dmitry Prokhorov
2013-01-05
1
-0
/
+4
*
examples/blinky.cpp: Use toggleLED() instead of digitalWrite().
Marti Bolivar
2013-01-01
1
-8
/
+1
*
Merge remote-tracking branch 'wesen/bug/high-density-irqs'
Marti Bolivar
2012-11-08
3
-1
/
+6
|
\
|
*
stm32f1/rules.mk: update include path for assembler files
Manuel Odendahl
2012-11-07
3
-1
/
+6
*
|
usb_cdcacm.c: reenable the endpoint if an empty bulk transfer was received.
Manuel Odendahl
2012-11-08
1
-0
/
+7
|
/
*
Add some missing LeafLabs copyright notices.
Marti Bolivar
2012-09-04
7
-0
/
+7
*
exti.c: Use exti_num enumerators instead of magic values.
Marti Bolivar
2012-09-03
1
-16
/
+16
*
Merge branch 'callback_interrupt_handlers'
Marti Bolivar
2012-09-03
7
-34
/
+263
|
\
|
*
EXTI examples: whitespace fixups.
Marti Bolivar
2012-09-03
2
-22
/
+22
|
*
ext_interrupts.cpp: Doxygen fixups.
Marti Bolivar
2012-09-03
1
-26
/
+2
|
*
Whitespace fixups to EXTI files.
Marti Bolivar
2012-09-03
2
-5
/
+4
|
*
"Changed tabs to spaces. Changed some braces placement to match existing exam...
Aditya Gaddam
2012-09-03
2
-48
/
+44
|
*
"Added two examples for using attachInterrupt. One shows the use of a global ...
Aditya Gaddam
2012-09-03
2
-0
/
+141
|
*
"Callback versions of functions now take voidArgumentFuncPtr. We can probably...
Aditya Gaddam
2012-09-02
4
-6
/
+6
|
*
"Added ability to set callbacks for interrupts that get an argument. This arg...
Aditya Gaddam
2012-08-31
5
-24
/
+141
*
|
Include <stdint.h> from wirish.h.
Marti Bolivar
2012-08-31
1
-0
/
+2
*
|
Fixups for Wire library builds.
Marti Bolivar
2012-08-31
6
-8
/
+10
*
|
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
|
/
*
notes/interrupts.txt: Fix typos and other errors.
Marti Bolivar
2012-08-23
1
-29
/
+27
*
Add notes/interrupts.txt.
Marti Bolivar
2012-08-23
1
-0
/
+348
*
Revert "Re-work the constraints on delay_us(). Ask GCC to allocate a register"
Marti Bolivar
2012-08-22
1
-4
/
+4
*
usb_serial.cpp: Neaten up reset signal RX hook.
Marti Bolivar
2012-08-22
1
-34
/
+33
*
Re-work the constraints on delay_us(). Ask GCC to allocate a register
Michael Hope
2012-08-22
1
-4
/
+4
*
Merge branch 'reset-script'
Marti Bolivar
2012-08-22
1
-7
/
+27
|
\
|
*
reset.py: Not every Unix is Linux.
Marti Bolivar
2012-08-22
1
-8
/
+20
|
*
Improve Maple device detection in reset.py on Linux
David Kiliani
2012-08-22
1
-4
/
+12
|
/
*
reset.py fixups for OS X 10.8.
Marti Bolivar
2012-08-20
1
-2
/
+3
*
Make PRIMASK set/clear functions __always_inline.
Marti Bolivar
2012-08-14
2
-4
/
+4
*
wirish/ext_interrupts.h: Doxygen
Marti Bolivar
2012-08-14
1
-6
/
+7
*
stm32loader.py: replace obsolete exception catch syntax.
Marti Bolivar
2012-08-10
1
-1
/
+1
*
Makefile: Don't assume Cortex M3.
Marti Bolivar
2012-08-05
2
-5
/
+14
*
fixup! Add support for ARM's GCC ARM embedded toolchain.
Marti Bolivar
2012-08-05
2
-0
/
+7
*
Add support for ARM's GCC ARM embedded toolchain.
Marti Bolivar
2012-08-05
5
-22
/
+44
*
Makefile: move flag settings after build-rules and -templates.
Marti Bolivar
2012-08-05
1
-7
/
+7
*
usb_cdcacm.c: Fix up descriptor definitions.
Marti Bolivar
2012-08-04
1
-39
/
+25
*
usb_cdcacm.h: Add convenience for declaring device descriptor.
Marti Bolivar
2012-08-04
1
-0
/
+21
*
<libmaple/usb.h>: Fix usb_descriptor_string.
Marti Bolivar
2012-08-04
1
-3
/
+3
*
Move contents of usb_descriptors.h to <libmaple/usb.h>.
Marti Bolivar
2012-08-04
3
-139
/
+94
*
Prep usb_descriptors.h for removal.
Marti Bolivar
2012-08-04
3
-63
/
+84
*
usb_cdcacm: Remove unused/redundant variables.
Marti Bolivar
2012-08-04
1
-11
/
+3
*
usb_cdcacm: Expose line coding state.
Marti Bolivar
2012-08-04
2
-22
/
+55
*
usb_cdcacm: Set endpoint to NAK before checking byte count.
Marti Bolivar
2012-08-04
1
-4
/
+4
*
Add FIXME for usb_get_ep_tx_count().
Marti Bolivar
2012-08-04
1
-1
/
+3
*
usb_cdcacm: various fixups.
Marti Bolivar
2012-08-04
2
-64
/
+60
*
usb_cdcacm: Improve write speed.
Marti Bolivar
2012-08-03
1
-4
/
+3
*
usb_cdcacm: Cosmetics
Marti Bolivar
2012-08-03
1
-1
/
+1
*
test session: Add SerialUSB benchmark to 'U' command.
Marti Bolivar
2012-08-03
1
-4
/
+20
[next]