aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Added I2C slave echo example in examples folder. Using another maple,...Marti Bolivar2014-01-104-121/+6
* Merge branch 'master' of github.com:leaflabs/libmapleMarti Bolivar2014-01-105-3/+460
|\
| * Merge pull request #54 from ginge/masterMarti Bolivar2013-07-265-3/+460
| |\
| | * Added I2C slave echo example in examples folder. Using another maple, write a...Barry Carter2012-09-054-6/+121
| | * I2C slave support cleanups.Barry Carter2012-09-043-9/+46
| | * - tx and rx callbacks for each moduleBarry Carter2012-09-034-1/+306
* | | build-rules.mk: allow user to override dfu-util path.Marti Bolivar2013-07-191-1/+1
|/ /
* | build-rules.mk: Add CROSS_COMPILE env var supportDaniel Nyström2013-06-041-9/+11
* | wirish/syscalls.c: Replace obsolete caddr_t with void *Daniel Nyström2013-06-041-6/+7
* | libmaple/timer.c: Sync enable_irq() declaration with it's definitionDaniel Nyström2013-06-041-1/+1
* | Use linker symbol __text_start__ to setup base of nvic vector table.Magnus Lundin2013-05-031-5/+7
* | wirish/syscalls.c: add weak exit function.Magnus Lundin2013-05-021-0/+5
* | libmaple/usb/stm32f1/usb.c: cosmetics.Marti Bolivar2013-04-301-99/+99
* | libmaple/usb/stm32f1/usb.c: fix build error.Marti Bolivar2013-04-291-1/+1
* | Merge remote-tracking branch 'wesen/bug/usb-resume'Marti Bolivar2013-04-262-7/+14
|\ \
| * | Preserve previous usb state when suspending / restore on resumeManuel Odendahl2013-04-262-7/+14
* | | usb_cdcacm: Reset transmitting flag in usbReset().Marti Bolivar2013-04-151-0/+1
* | | usb_cdcacm: Make USB lib globals weak symbols.Marti Bolivar2013-01-181-3/+6
* | | Merge branch 'bug/usb-full-ep'Marti Bolivar2013-01-183-32/+50
|\ \ \
| * | | usb_cdcacm.c: Fixups for usb_cdcacm_tx().Marti Bolivar2013-01-171-11/+8
| * | | Check if the last packet sent was the full endpoint size, in this case flush ...Manuel Odendahl2013-01-171-1/+12
| * | | Handle sending 0 byte packets.Manuel Odendahl2013-01-172-6/+16
| * | | Move endpoint definitions to include files (they are now needed outside in us...Manuel Odendahl2013-01-172-21/+21
| |/ /
* | | Merge branch 'dbl-buf-usb'Marti Bolivar2013-01-172-26/+217
|\ \ \
| * | | usb_reg_map.c: Fix incorrect function name call.Marti Bolivar2013-01-171-1/+1
| * | | usb_reg_map.h: Fix incorrect register bit definitions.Marti Bolivar2013-01-171-5/+5
| * | | 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
| |/ /
* | | Merge remote-tracking branch 'wesen/bug/bkp'Marti Bolivar2013-01-171-2/+2
|\ \ \
| * | | Fix BKP write enableManuel Odendahl2013-01-171-2/+2
| |/ /
* / / Set DCNTR before starting DMA transfer.Manuel Odendahl2013-01-172-0/+11
|/ /
* | 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