Damien George
d966a33486
stm32: Change header include guards from STMHAL to STM32 to match dir.
2018-02-15 15:47:04 +11:00
Damien George
3130424b54
stm32/usbdev: Add support for MSC-only USB device class.
...
Select this mode in boot.py via: pyb.usb_mode('MSC')
2018-02-01 15:47:16 +11:00
Damien George
0eb333e3cf
stm32/mphalport: Improve efficiency of mp_hal_stdout_tx_strn_cooked.
...
Also simplifies the code by removing the specialised (and inefficient)
cooked functions from UART and USB_VCP.
2017-10-19 14:15:32 +11:00
Damien George
dbff0164b3
stm32/usbdev: Merge all global USB device state into a single struct.
...
This is the final piece of USB device refactoring to support multiple
USB device instances.
2017-09-21 21:51:15 +10:00
Damien George
3101a8fe32
stm32: Replace stray tabs with spaces.
2017-09-06 14:53:17 +10:00
Damien George
01dd7804b8
ports: Make new ports/ sub-directory and move all ports there.
...
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.
2017-09-06 13:40:51 +10:00