aboutsummaryrefslogtreecommitdiff
path: root/libmaple
AgeCommit message (Expand)Author
2013-04-20This ain't pretty but it works...Donald Delmar Davis
2013-04-18Rough in of resetDonald Delmar Davis
2013-04-17Basic sysex parser to determine if its mine.Donald Delmar Davis
2013-04-11odds and endsDonald Delmar Davis
2013-04-11fucking maple build system.Donald Delmar Davis
2013-04-10Initial pour of midi code from https://github.com/mlu/maple-ide --builds and ...Donald Delmar Davis
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-17Handle sending 0 byte packets.Manuel Odendahl
2013-01-17Merge remote-tracking branch 'wesen/bug/bkp'Marti Bolivar
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
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-04Add some missing LeafLabs copyright notices.Marti Bolivar
2012-09-03exti.c: Use exti_num enumerators instead of magic values.Marti Bolivar
2012-09-03Whitespace fixups to EXTI files.Marti Bolivar
2012-09-02"Callback versions of functions now take voidArgumentFuncPtr. We can probably...Aditya Gaddam
2012-08-31"Added ability to set callbacks for interrupts that get an argument. This arg...Aditya Gaddam
2012-08-22Revert "Re-work the constraints on delay_us(). Ask GCC to allocate a register"Marti Bolivar
2012-08-22Re-work the constraints on delay_us(). Ask GCC to allocate a registerMichael Hope
2012-08-14Make PRIMASK set/clear functions __always_inline.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
2012-08-04usb_cdcacm: Remove unused/redundant variables.Marti Bolivar
2012-08-04usb_cdcacm: Expose line coding state.Marti Bolivar
2012-08-04usb_cdcacm: Set endpoint to NAK before checking byte count.Marti Bolivar
2012-08-04Add FIXME for usb_get_ep_tx_count().Marti Bolivar
2012-08-04usb_cdcacm: various fixups.Marti Bolivar
2012-08-03usb_cdcacm: Improve write speed.Marti Bolivar
2012-08-03usb_cdcacm: CosmeticsMarti Bolivar
2012-08-03usb_cdcacm: minor fixups.Marti Bolivar
2012-08-01usb_cdcacm: Rename "notification" -> "management".Marti Bolivar
2012-07-31Move CDC ACM config. descriptor into usb_cdcacm.c.Marti Bolivar
2012-07-31Move bootloader details out of libmaple.h.Marti Bolivar
2012-07-31Move bootloader reset signal detection to Wirish.Marti Bolivar
2012-07-31usb_cdcacm: Add usb_cdcacm_peek().Marti Bolivar