aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-30buffered transmit for midi_usbHEADmastermlundinse
2013-08-30buffered transmit for usb_cdcacmmlundinse
2013-08-30Handle i2c slave bug (quick fix)mlundinse
2013-08-29Merge branch 'master' into MIDIUSBmlundinse
2013-08-29Merge branch 'master' of git://github.com/leaflabs/libmaple.gitmlundinse
2013-08-27removed inclusion of stdboolmlundinse
2013-07-26Merge pull request #54 from ginge/masterMarti Bolivar
2013-07-16Merge branch 'HEAD' of git://github.com/leaflabs/libmaple.gitmlundinse
2013-06-04build-rules.mk: Add CROSS_COMPILE env var supportDaniel Nyström
2013-06-04wirish/syscalls.c: Replace obsolete caddr_t with void *Daniel Nyström
2013-06-04libmaple/timer.c: Sync enable_irq() declaration with it's definitionDaniel Nyström
2013-05-12Remove unnecessaryd extra_libs.incmlundinse
2013-05-12Remove unnecessaryd extra_libs.incmlundinse
2013-05-10Use 32 bit midiusb messagesmlundinse
2013-05-04Make BOARD_HAVE_USB define contitionalmlundinse
2013-05-04Whitespace cosmeticsmlundinse
2013-05-04Merge branch 'master' into usbbuildworkmlundinse
2013-05-04Use linker symbol __text_start__ to setup base of nvic vector table.mlundinse
2013-05-03Use linker symbol __text_start__ to setup base of nvic vector table.Magnus Lundin
2013-05-03Define BOARD_HAVE_MIDIUSB if BOARD_HAVE_USBmlundinse
2013-05-03wirish/boards.hmlundinse
2013-05-02usb_midi_device - Control build with USB_TYPE build flagmlundinse
2013-05-02Reverted work changemlundinse
2013-05-02Merge branch 'master' of git://github.com/leaflabs/libmaplemlundinse
2013-05-02wirish/syscalls.c: add weak exit function.Magnus Lundin
2013-05-01Merge branch 'HEAD' of git://github.com/leaflabs/libmaple.gitmlundinse
2013-04-30libmaple/usb/stm32f1/usb.c: cosmetics.Marti Bolivar
2013-04-29Linker files for F20x boards with 768k flashmlundinse
2013-04-29Added board.mk makefile with board specific definesmlundinse
2013-04-29usb_midi_device: Reset transmitting flag in usbReset()mlundinse
2013-04-29Merge branch 'HEAD' of git://github.com/leaflabs/libmaple.gitmlundinse
2013-04-29libmaple/usb/stm32f1/usb.c: fix build error.Marti Bolivar
2013-04-26Merge remote-tracking branch 'wesen/bug/usb-resume'Marti Bolivar
2013-04-26Preserve previous usb state when suspending / restore on resumeManuel Odendahl
2013-04-23dont initialise SerialUSB by defaultmlundinse
2013-04-23Added weak _exit functionmlundinse
2013-04-16reverted i2c changemlundinse
2013-04-15moved usb_midi_descr.cmlundinse
2013-04-15usb_cdcacm: Reset transmitting flag in usbReset().Marti Bolivar
2013-04-14Configure i2c pins before resetting the bus.mlundinse
2013-04-12Added midi usb supportmlundinse
2013-01-18usb_cdcacm: Make USB lib globals weak symbols.Marti Bolivar
2013-01-18Merge branch 'bug/usb-full-ep'Marti Bolivar
2013-01-17usb_cdcacm.c: Fixups for usb_cdcacm_tx().Marti Bolivar
2013-01-17Merge branch 'dbl-buf-usb'Marti Bolivar
2013-01-17usb_reg_map.c: Fix incorrect function name call.Marti Bolivar
2013-01-17usb_reg_map.h: Fix incorrect register bit definitions.Marti Bolivar
2013-01-17Check if the last packet sent was the full endpoint size, in this case flush ...Manuel Odendahl
2013-01-17Handle sending 0 byte packets.Manuel Odendahl
2013-01-17Merge remote-tracking branch 'wesen/bug/bkp'Marti Bolivar