index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
mphal.h
Age
Commit message (
Expand
)
Author
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-10-30
stmhal: Add define for UNIQUE_ID address (differs per MCU)
Dave Hylands
2015-10-27
unix, stmhal: Introduce mp_hal_delay_ms(), mp_hal_ticks_ms().
Paul Sokolovsky
2015-08-07
stamhal: Add definitions for MCU_SERIES_F4 and MCU_SERIES_F7
Dave Hylands
2015-08-03
stmhal: Factor GPIO clock enable logic into mp_hal_gpio_clock_enable.
Damien George
2015-07-30
stmhal: Add STM32F7DISC and associated changes.
Dave Hylands
2015-07-30
stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.
Dave Hylands
2015-02-13
stmhal: Make pybstdio usable by other ports, and use it.
Damien George
2014-11-27
stmhal: Reduce coupling between USB driver and readline.
Damien George
2014-10-23
stmhal: Use OSError with POSIX error code for HAL errors.
Damien George
2014-08-07
Add support for selecting pin alternate functions from python.
Dave Hylands
2014-07-02
Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...
Damien George