aboutsummaryrefslogtreecommitdiff
path: root/stmhal/pin_named_pins.c
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-14stmhal/pin_named_pins: Remove unreachable print function.Damien George
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-04-16stmhal: Use new %q format to print qstr's in a few more places.blmorris
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George
2015-01-01teensy: Prefix includes with py/; remove need for -I../py.Damien George
2015-01-01stmhal: Prefix includes with py/; remove need for -I../py.Damien George
2014-09-19Add Timer support (PWM, OC, IC) for stmhal and teensyDave Hylands
2014-08-08stmhal: Comment out unused functions.Damien George
2014-08-07Add support for selecting pin alternate functions from python.Dave Hylands
2014-07-02Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...Damien George
2014-06-28stmhal: Include mpconfig.h before all other includes.Paul Sokolovsky
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-14stmhal - add pin mapping, gpio, exti, usrswDave Hylands