summaryrefslogtreecommitdiffstatshomepage
path: root/stm/usb.c
Commit message (Expand)AuthorAge
* stm: Remove long-obsolete stm/ port.Damien George2014-05-21
* stm: Add option to pyb_usb_dev_init() to use USB HID interface.Damien George2014-02-24
* Implement proper exception type hierarchy.Damien George2014-02-15
* Merge branch 'iabdalkader-master'Damien George2014-02-01
|\
| * Detect VCP line state.mux2014-02-01
* | stm: Add support for ctrl-C to interrupt running Python.Damien George2014-02-01
|/
* stm: USB host mode working! Restructure stm library directories.Damien George2014-01-26
* stm: Remove unnecessary #includes; small other changes.Damien George2014-01-23
* stm: Fix USART3 init. Small edits to Makefile and other things.Damien George2014-01-22
* stm: Re-instate C debugging USART port (disabled by default).Damien George2014-01-13
* Add USB HID support. Runs as an alternative to VCP+MSC.Damien2013-10-25
* Implement simple servo control using PWM.Damien2013-10-23
* Board running boot.py, working REPL, soft reboot.Damien2013-10-22
* stm: improved GC, and cooked output for VCP.Damien2013-10-22
* Make stm use garbage collector.Damien2013-10-21
* Implement crude but working REPL for board.Damien2013-10-21
* Try to get REPL working, but bug with CDC VCP...Damien2013-10-21
* Try to re-add USB support...Damien2013-10-19
* Working SysTick, code factoring, some boot-up code.Damien2013-10-19
* Fix up linker script; improve startup code; printf to USB.Damien2013-10-17
* Implement crude but functional CDC + MSC USB device.Damien2013-10-13
* Inital commit of stm32f4xx framework.Damien2013-10-13