| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-30 | buffered transmit for midi_usbHEADmaster | mlundinse | |
| 2013-08-30 | buffered transmit for usb_cdcacm | mlundinse | |
| 2013-08-30 | Handle i2c slave bug (quick fix) | mlundinse | |
| Quick fix for i2c master / slave problems | |||
| 2013-08-29 | Merge branch 'master' into MIDIUSB | mlundinse | |
| 2013-08-29 | Merge branch 'master' of git://github.com/leaflabs/libmaple.git | mlundinse | |
| 2013-08-27 | removed inclusion of stdbool | mlundinse | |
| 2013-07-26 | Merge pull request #54 from ginge/master | Marti Bolivar | |
| Added i2c slave support | |||
| 2013-07-16 | Merge branch 'HEAD' of git://github.com/leaflabs/libmaple.git | mlundinse | |
| 2013-06-04 | build-rules.mk: Add CROSS_COMPILE env var support | Daniel Nyström | |
| Since toolchains other then older Code Sourcery (Mentor Graphics) might not use the arm-none-eabi triplet, make it possible to use any triplet by just setting the CROSS_COMPILE environment variable accordingly. Signed-off-by: Daniel Nyström <daniel@nystrom.st> | |||
| 2013-06-04 | wirish/syscalls.c: Replace obsolete caddr_t with void * | Daniel Nyström | |
| caddr_t is obsolete in POSIX and thus unavailable in most modern toolchains. caddr_t usage should be replaced by void *. stddef.h includes the size_t typedef which was missing. Signed-off-by: Daniel Nyström <daniel@nystrom.st> | |||
| 2013-06-04 | libmaple/timer.c: Sync enable_irq() declaration with it's definition | Daniel Nyström | |
| Signed-off-by: Daniel Nyström <daniel@nystrom.st> | |||
| 2013-05-12 | Remove unnecessaryd extra_libs.inc | mlundinse | |
| 2013-05-12 | Remove unnecessaryd extra_libs.inc | mlundinse | |
| 2013-05-10 | Use 32 bit midiusb messages | mlundinse | |
| Integrated Donald Delmar Davis work to use 32bit midimessages for MIDI USB, more cleanup is stiill needed | |||
| 2013-05-04 | Make BOARD_HAVE_USB define contitional | mlundinse | |
| wirish/boards.h Make BOARD_HAVE_USB define contitional so it can be overridden for boards with different USB setup (like stm32f4 usb) Signed-off-by: Magnus Lundin <lundin@mlu.mine.nu> | |||
| 2013-05-04 | Whitespace cosmetics | mlundinse | |
| 2013-05-04 | Merge branch 'master' into usbbuildwork | mlundinse | |
| 2013-05-04 | Use linker symbol __text_start__ to setup base of nvic vector table. | mlundinse | |
| Signed-off-by: Magnus Lundin <lundin@mlu.mine.nu> Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com> | |||
| 2013-05-03 | Use linker symbol __text_start__ to setup base of nvic vector table. | Magnus Lundin | |
| Signed-off-by: Magnus Lundin <lundin@mlu.mine.nu> Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com> | |||
| 2013-05-03 | Define BOARD_HAVE_MIDIUSB if BOARD_HAVE_USB | mlundinse | |
| and USB_TYPE == USB_MIDI Signed-off-by: Magnus Lundin <lundin@mlu.mine.nu> | |||
| 2013-05-03 | wirish/boards.h | mlundinse | |
| Define BOARD_HAVE_USB if usb config bits present and define BOARD_HAVE_SERIALUSB if board have usb and USB_TYPE is USB_SERIAL or undefined Signed-off-by: Magnus Lundin <lundin@mlu.mine.nu> | |||
| 2013-05-02 | usb_midi_device - Control build with USB_TYPE build flag | mlundinse | |
| usb_midi_device - Control build with USB_TYPE build flag Signed-off-by: Magnus Lundin <lundin@mlu.mine.nu> | |||
| 2013-05-02 | Reverted work change | mlundinse | |
| 2013-05-02 | Merge branch 'master' of git://github.com/leaflabs/libmaple | mlundinse | |
| Conflicts: wirish/syscalls.c | |||
| 2013-05-02 | wirish/syscalls.c: add weak exit function. | Magnus Lundin | |
| For toolchains which require an exit function. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com> | |||
| 2013-05-01 | Merge branch 'HEAD' of git://github.com/leaflabs/libmaple.git | mlundinse | |
| 2013-04-30 | libmaple/usb/stm32f1/usb.c: cosmetics. | Marti Bolivar | |
| Whitespace and comments. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com> | |||
| 2013-04-29 | Linker files for F20x boards with 768k flash | mlundinse | |
| 2013-04-29 | Added board.mk makefile with board specific defines | mlundinse | |
| 2013-04-29 | usb_midi_device: Reset transmitting flag in usbReset() | mlundinse | |
| 2013-04-29 | Merge branch 'HEAD' of git://github.com/leaflabs/libmaple.git | mlundinse | |
| 2013-04-29 | libmaple/usb/stm32f1/usb.c: fix build error. | Marti Bolivar | |
| Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com> | |||
| 2013-04-26 | Merge remote-tracking branch 'wesen/bug/usb-resume' | Marti Bolivar | |
| 2013-04-26 | Preserve previous usb state when suspending / restore on resume | Manuel Odendahl | |
| Signed-off-by: Manuel Odendahl <wesen@ruinwesen.com> | |||
| 2013-04-23 | dont initialise SerialUSB by default | mlundinse | |
| 2013-04-23 | Added weak _exit function | mlundinse | |
| 2013-04-16 | reverted i2c change | mlundinse | |
| 2013-04-15 | moved usb_midi_descr.c | mlundinse | |
| Non processor specific code | |||
| 2013-04-15 | usb_cdcacm: Reset transmitting flag in usbReset(). | Marti Bolivar | |
| Thanks to Manuel Odenahl for the fix. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com> | |||
| 2013-04-14 | Configure i2c pins before resetting the bus. | mlundinse | |
| 2013-04-12 | Added midi usb support | mlundinse | |
| 2013-01-18 | usb_cdcacm: Make USB lib globals weak symbols. | Marti Bolivar | |
| This allows users to override them. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com> | |||
| 2013-01-18 | Merge branch 'bug/usb-full-ep' | Marti Bolivar | |
| This resolves issues related to sending full (64B) packets via USB 2.0. In this case, some hosts continue to expect more data. Add infrastructure for sending 0-byte packets to signal end of transmission, and use it in SerialUSB. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com> | |||
| 2013-01-17 | usb_cdcacm.c: Fixups for usb_cdcacm_tx(). | Marti Bolivar | |
| - Check if we're transmitting (instead of how many bytes are left untransmitted) before bailing, in case we're transmitting a zero-length packet. - Set transmitting=1 before setting the endpoint valid to avoid races with the USB interrupt. - Eliminate some duplicated code. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com> | |||
| 2013-01-17 | Merge branch 'dbl-buf-usb' | Marti Bolivar | |
| For bulk double buffer support. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com> | |||
| 2013-01-17 | usb_reg_map.c: Fix incorrect function name call. | Marti Bolivar | |
| Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com> | |||
| 2013-01-17 | usb_reg_map.h: Fix incorrect register bit definitions. | Marti Bolivar | |
| Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com> | |||
| 2013-01-17 | Check if the last packet sent was the full endpoint size, in this case flush ↵ | Manuel Odendahl | |
| the host buffers by sending a 0 byte packet Signed-off-by: Manuel Odendahl <wesen@ruinwesen.com> | |||
| 2013-01-17 | Handle sending 0 byte packets. | Manuel Odendahl | |
| Added a flag to see if we are currently waiting on an interrupt to acknowledge the sending of the current IN packet. Added a method usb_cdcacm_is_transmitting() to check for that flag. Signed-off-by: Manuel Odendahl <wesen@ruinwesen.com> | |||
| 2013-01-17 | Merge remote-tracking branch 'wesen/bug/bkp' | Marti Bolivar | |
| Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com> | |||
