aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|/