aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename misleading ptr functionManuel Odendahl2013-01-171-1/+1
* Refactor setting a USB EP rx countManuel Odendahl2013-01-171-18/+7
* Rename USB_EP_EP_KIND to USB_EP_EP_KIND_DBL_BUFManuel Odendahl2013-01-171-5/+5
* Add double buffering routinesManuel Odendahl2013-01-172-24/+226
* Add fix to support Summon/Linaro GCC ARM embedded toolchain.Dmitry Prokhorov2013-01-051-0/+4
* examples/blinky.cpp: Use toggleLED() instead of digitalWrite().Marti Bolivar2013-01-011-8/+1
* Merge remote-tracking branch 'wesen/bug/high-density-irqs'Marti Bolivar2012-11-083-1/+6
|\
| * stm32f1/rules.mk: update include path for assembler filesManuel Odendahl2012-11-073-1/+6
* | usb_cdcacm.c: reenable the endpoint if an empty bulk transfer was received.Manuel Odendahl2012-11-081-0/+7
|/
* Add some missing LeafLabs copyright notices.Marti Bolivar2012-09-047-0/+7
* exti.c: Use exti_num enumerators instead of magic values.Marti Bolivar2012-09-031-16/+16
* Merge branch 'callback_interrupt_handlers'Marti Bolivar2012-09-037-34/+263
|\
| * EXTI examples: whitespace fixups.Marti Bolivar2012-09-032-22/+22
| * ext_interrupts.cpp: Doxygen fixups.Marti Bolivar2012-09-031-26/+2
| * Whitespace fixups to EXTI files.Marti Bolivar2012-09-032-5/+4
| * "Changed tabs to spaces. Changed some braces placement to match existing exam...Aditya Gaddam2012-09-032-48/+44
| * "Added two examples for using attachInterrupt. One shows the use of a global ...Aditya Gaddam2012-09-032-0/+141
| * "Callback versions of functions now take voidArgumentFuncPtr. We can probably...Aditya Gaddam2012-09-024-6/+6
| * "Added ability to set callbacks for interrupts that get an argument. This arg...Aditya Gaddam2012-08-315-24/+141
* | Include <stdint.h> from wirish.h.Marti Bolivar2012-08-311-0/+2
* | Fixups for Wire library builds.Marti Bolivar2012-08-316-8/+10
* | HardwareSPI: move warning into .cpp from header.Marti Bolivar2012-08-272-5/+5
* | usb_serial.cpp: Hackishly silence spurious warnings on VLDiscovery.Marti Bolivar2012-08-271-0/+6
|/
* notes/interrupts.txt: Fix typos and other errors.Marti Bolivar2012-08-231-29/+27
* Add notes/interrupts.txt.Marti Bolivar2012-08-231-0/+348
* Revert "Re-work the constraints on delay_us(). Ask GCC to allocate a register"Marti Bolivar2012-08-221-4/+4
* usb_serial.cpp: Neaten up reset signal RX hook.Marti Bolivar2012-08-221-34/+33
* Re-work the constraints on delay_us(). Ask GCC to allocate a registerMichael Hope2012-08-221-4/+4
* Merge branch 'reset-script'Marti Bolivar2012-08-221-7/+27
|\
| * reset.py: Not every Unix is Linux.Marti Bolivar2012-08-221-8/+20
| * Improve Maple device detection in reset.py on LinuxDavid Kiliani2012-08-221-4/+12
|/
* reset.py fixups for OS X 10.8.Marti Bolivar2012-08-201-2/+3
* Make PRIMASK set/clear functions __always_inline.Marti Bolivar2012-08-142-4/+4
* wirish/ext_interrupts.h: DoxygenMarti Bolivar2012-08-141-6/+7
* stm32loader.py: replace obsolete exception catch syntax.Marti Bolivar2012-08-101-1/+1
* Makefile: Don't assume Cortex M3.Marti Bolivar2012-08-052-5/+14
* fixup! Add support for ARM's GCC ARM embedded toolchain.Marti Bolivar2012-08-052-0/+7
* Add support for ARM's GCC ARM embedded toolchain.Marti Bolivar2012-08-055-22/+44
* Makefile: move flag settings after build-rules and -templates.Marti Bolivar2012-08-051-7/+7
* usb_cdcacm.c: Fix up descriptor definitions.Marti Bolivar2012-08-041-39/+25
* usb_cdcacm.h: Add convenience for declaring device descriptor.Marti Bolivar2012-08-041-0/+21
* <libmaple/usb.h>: Fix usb_descriptor_string.Marti Bolivar2012-08-041-3/+3
* Move contents of usb_descriptors.h to <libmaple/usb.h>.Marti Bolivar2012-08-043-139/+94
* Prep usb_descriptors.h for removal.Marti Bolivar2012-08-043-63/+84
* usb_cdcacm: Remove unused/redundant variables.Marti Bolivar2012-08-041-11/+3
* usb_cdcacm: Expose line coding state.Marti Bolivar2012-08-042-22/+55
* usb_cdcacm: Set endpoint to NAK before checking byte count.Marti Bolivar2012-08-041-4/+4
* Add FIXME for usb_get_ep_tx_count().Marti Bolivar2012-08-041-1/+3
* usb_cdcacm: various fixups.Marti Bolivar2012-08-042-64/+60
* usb_cdcacm: Improve write speed.Marti Bolivar2012-08-031-4/+3