| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2017-07-31 | all: Use the name MicroPython consistently in comments | Alexander Steffen | |
| There were several different spellings of MicroPython present in comments, when there should be only one. | |||
| 2017-07-03 | stmhal: Clean up some header includes. | Damien George | |
| 2015-07-30 | stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H. | Dave Hylands | |
| 2015-01-01 | stmhal: Prefix includes with py/; remove need for -I../py. | Damien George | |
| 2014-05-03 | Add license header to (almost) all files. | Damien George | |
| Blanket wide to all .c and .h files. Some files originating from ST are difficult to deal with (license wise) so it was left out of those. Also merged modpyb.h, modos.h, modstm.h and modtime.h in stmhal/. | |||
| 2014-03-22 | stmhal: Tidy up USB device configuration. Make it use less RAM. | Damien George | |
| 2014-03-21 | stmhal: Add support for USB MSC device. | Damien George | |
| This gives a functioning, independent MSC device. | |||
| 2014-03-14 | stmhal: Get USB enumerating a CDC device. | Damien George | |
| Enumerates CDC device over USB, but doesn't transmit/receive yet. | |||
