| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-31 | all: Add py/mphal.h and use it in all ports. | Damien George | |
| py/mphal.h contains declarations for generic mp_hal_XXX functions, such as stdio and delay/ticks, which ports should provide definitions for. A port will also provide mphalport.h with further HAL declarations. | |||
| 2015-10-30 | stmhal: Add define for UNIQUE_ID address (differs per MCU) | Dave Hylands | |
| 2015-10-19 | stmhal: Bring Pin class close to new machine module specification. | Damien George | |
| Looks like we can use the same Pin class for legacy pyb module and new machine module. | |||
| 2015-10-19 | stmhal: Early version of machine module for stmhal. | Dave Hylands | |
