aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-17Move endpoint definitions to include files (they are now needed outside in us...Manuel Odendahl
2013-01-17Rename misleading ptr functionManuel Odendahl
2013-01-17Fix BKP write enableManuel Odendahl
2013-01-17Set DCNTR before starting DMA transfer.Manuel Odendahl
2013-01-17Refactor setting a USB EP rx countManuel Odendahl
2013-01-17Rename USB_EP_EP_KIND to USB_EP_EP_KIND_DBL_BUFManuel Odendahl
2013-01-17Add double buffering routinesManuel Odendahl
2013-01-05Add fix to support Summon/Linaro GCC ARM embedded toolchain.Dmitry Prokhorov
2013-01-01examples/blinky.cpp: Use toggleLED() instead of digitalWrite().Marti Bolivar
2012-11-08Merge remote-tracking branch 'wesen/bug/high-density-irqs'Marti Bolivar
2012-11-08usb_cdcacm.c: reenable the endpoint if an empty bulk transfer was received.Manuel Odendahl
2012-11-07stm32f1/rules.mk: update include path for assembler filesManuel Odendahl
2012-09-05Added I2C slave echo example in examples folder. Using another maple, write a...Barry Carter
2012-09-04I2C slave support cleanups.Barry Carter
2012-09-04Add some missing LeafLabs copyright notices.Marti Bolivar
2012-09-03exti.c: Use exti_num enumerators instead of magic values.Marti Bolivar
2012-09-03Merge branch 'callback_interrupt_handlers'Marti Bolivar
2012-09-03EXTI examples: whitespace fixups.Marti Bolivar
2012-09-03ext_interrupts.cpp: Doxygen fixups.Marti Bolivar
2012-09-03Whitespace fixups to EXTI files.Marti Bolivar
2012-09-03"Changed tabs to spaces. Changed some braces placement to match existing exam...Aditya Gaddam
2012-09-03"Added two examples for using attachInterrupt. One shows the use of a global ...Aditya Gaddam
2012-09-03- tx and rx callbacks for each moduleBarry Carter
2012-09-02"Callback versions of functions now take voidArgumentFuncPtr. We can probably...Aditya Gaddam
2012-08-31Include <stdint.h> from wirish.h.Marti Bolivar
2012-08-31Fixups for Wire library builds.Marti Bolivar
2012-08-31"Added ability to set callbacks for interrupts that get an argument. This arg...Aditya Gaddam
2012-08-27HardwareSPI: move warning into .cpp from header.Marti Bolivar
2012-08-27usb_serial.cpp: Hackishly silence spurious warnings on VLDiscovery.Marti Bolivar
2012-08-23notes/interrupts.txt: Fix typos and other errors.Marti Bolivar
2012-08-23Add notes/interrupts.txt.Marti Bolivar
2012-08-22Revert "Re-work the constraints on delay_us(). Ask GCC to allocate a register"Marti Bolivar
2012-08-22usb_serial.cpp: Neaten up reset signal RX hook.Marti Bolivar
2012-08-22Re-work the constraints on delay_us(). Ask GCC to allocate a registerMichael Hope
2012-08-22Merge branch 'reset-script'Marti Bolivar
2012-08-22reset.py: Not every Unix is Linux.Marti Bolivar
2012-08-22Improve Maple device detection in reset.py on LinuxDavid Kiliani
2012-08-20reset.py fixups for OS X 10.8.Marti Bolivar
2012-08-14Make PRIMASK set/clear functions __always_inline.Marti Bolivar
2012-08-14wirish/ext_interrupts.h: DoxygenMarti Bolivar
2012-08-10stm32loader.py: replace obsolete exception catch syntax.Marti Bolivar
2012-08-05Makefile: Don't assume Cortex M3.Marti Bolivar
2012-08-05fixup! Add support for ARM's GCC ARM embedded toolchain.Marti Bolivar
2012-08-05Add support for ARM's GCC ARM embedded toolchain.Marti Bolivar
2012-08-05Makefile: move flag settings after build-rules and -templates.Marti Bolivar
2012-08-04usb_cdcacm.c: Fix up descriptor definitions.Marti Bolivar
2012-08-04usb_cdcacm.h: Add convenience for declaring device descriptor.Marti Bolivar
2012-08-04<libmaple/usb.h>: Fix usb_descriptor_string.Marti Bolivar
2012-08-04Move contents of usb_descriptors.h to <libmaple/usb.h>.Marti Bolivar
2012-08-04Prep usb_descriptors.h for removal.Marti Bolivar