aboutsummaryrefslogtreecommitdiff
path: root/stmhal/pin.h
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-18all: Unify header guard usage.Alexander Steffen
2016-10-21py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.Damien George
2016-02-10stmhal: Add a function for setting the pin alternate functionDave Hylands
2014-09-19Add Timer support (PWM, OC, IC) for stmhal and teensyDave Hylands
2014-08-07Add support for selecting pin alternate functions from python.Dave Hylands
2014-08-04stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc.Damien George
2014-07-02Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...Damien George
2014-06-15Updated teensy to build.Dave Hylands
2014-05-03Add license header to (almost) all files.Damien George
2014-04-18stmhal: Big cleanup; merge gpio into Pin; make names consistent.Damien George
2014-03-24stmhal - fixed up adc stuffDave Hylands
2014-03-12REPl working on UART6 with STMHALDave Hylands