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
/
pin_named_pins.c
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-14
stmhal/pin_named_pins: Remove unreachable print function.
Damien George
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-04-16
stmhal: Use new %q format to print qstr's in a few more places.
blmorris
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-01-01
teensy: Prefix includes with py/; remove need for -I../py.
Damien George
2015-01-01
stmhal: Prefix includes with py/; remove need for -I../py.
Damien George
2014-09-19
Add Timer support (PWM, OC, IC) for stmhal and teensy
Dave Hylands
2014-08-08
stmhal: Comment out unused functions.
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
2014-06-28
stmhal: Include mpconfig.h before all other includes.
Paul Sokolovsky
2014-06-15
Updated teensy to build.
Dave Hylands
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-18
stmhal: Big cleanup; merge gpio into Pin; make names consistent.
Damien George
2014-03-14
stmhal - add pin mapping, gpio, exti, usrsw
Dave Hylands