| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-16 | stm32/usb: Add config options to disable USB MSC and/or HID. | Damien George | |
| The new configurations MICROPY_HW_USB_MSC and MICROPY_HW_USB_HID can be used by a board to enabled or disable MSC and/or HID. They are both enabled by default. | |||
| 2018-05-11 | stm32/usbdev: Convert files to unix line endings. | Damien George | |
| Also remove trailing whitespace and convert tabs to spaces. | |||
| 2017-09-21 | stm32/usbdev: Simplify pointers to MSC state and block dev operations. | Damien George | |
| 2017-09-21 | stm32/usbdev: Put all CDC state in a struct. | Damien George | |
| 2017-09-06 | ports: Make new ports/ sub-directory and move all ports there. | Damien George | |
| This is to keep the top-level directory clean, to make it clear what is core and what is a port, and to allow the repository to grow with new ports in a sustainable way. | |||
