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
/
mphalport.c
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-03-10
stmhal/mphalport: Get ticks_cpu() working on F7 MCUs.
Damien George
2017-02-15
stmhal: Use generic interrupt char code.
Damien George
2017-02-06
stmhal: Use MICROPY_EVENT_POLL_HOOK instead of __WFI where appropriate.
Damien George
2017-01-12
stmhal: Support PortG on STM32L476 and STM32L486.
Dave Hylands
2016-11-21
stmhal: Updates to get F411 MCUs compiling with latest ST HAL.
Damien George
2016-11-11
stmhal: Rename mp_hal_pin_set_af to _config_alt, to simplify alt config.
Damien George
2016-10-18
stmhal: Refactor pin usage to use mp_hal_pin API.
Damien George
2016-10-18
stmhal/modutime: Refactor to use extmod's version of ticks_cpu.
Damien George
2016-10-07
stmhal: Use mp_raise_OSError helper function.
Damien George
2016-05-10
stmhal: Convert to use internal errno symbols; enable uerrno module.
Damien George
2016-04-21
stmhal: L4: Modify mphalport to support L4 MCU.
Tobias Badertscher
2016-04-12
stmhal: Implement basic C-level pin HAL.
Damien George
2016-02-10
stmhal: Add a function for setting the pin alternate function
Dave Hylands
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George