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.h
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-18
all: Unify header guard usage.
Alexander Steffen
2016-10-21
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Damien George
2016-02-10
stmhal: Add a function for setting the pin alternate function
Dave Hylands
2014-09-19
Add Timer support (PWM, OC, IC) for stmhal and teensy
Dave Hylands
2014-08-07
Add support for selecting pin alternate functions from python.
Dave Hylands
2014-08-04
stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc.
Damien George
2014-07-02
Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...
Damien George
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-24
stmhal - fixed up adc stuff
Dave Hylands
2014-03-12
REPl working on UART6 with STMHAL
Dave Hylands