| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-07-22 | lib/utils/stdout_helpers: Move from minimal/uart_extra.c for reuse. | Paul Sokolovsky | |
| 2015-11-07 | minimal: Clarify comments. | Paul Sokolovsky | |
| 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-02-13 | minimal: Allow to compile without defining MICROPY_HAL_H. | Damien George | |
| 2015-01-13 | minimal: Convert "bare-arm" port to "minimal" port. | Paul Sokolovsky | |
| This enable libc functions, GC, and line-editing function. Also, UART emulation for POSIX systems is added. Emulation build is set as default. | |||
