aboutsummaryrefslogtreecommitdiff
path: root/stmhal/pin.c
AgeCommit message (Expand)Author
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-10-19stmhal: Bring Pin class close to new machine module specification.Damien George
2015-10-11py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming.Paul Sokolovsky
2015-08-03stmhal: Factor GPIO clock enable logic into mp_hal_gpio_clock_enable.Damien George
2015-07-30stmhal: Add STM32F7DISC and associated changes.Dave Hylands
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-07stmhal: Collect all root pointers together in 1 place.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-30Change some parts of the core API to use mp_uint_t instead of uint/int.Damien George
2014-08-24stmhal, pin: Update documentation.Damien George
2014-08-24Added python script to map AF to a pin nameDave Hylands
2014-08-09stmhal, pin: Save 140 bytes ROM by simplifying pin_print function.Damien George
2014-08-09stmhal, pin: Simplify default value for alternate function init.Damien George
2014-08-08stmhal: Start of documentation for modos and modtime.Damien George
2014-08-08stmhal/teensy: Use _ instead of - in source file names.Damien George
2014-08-08stmhal: Fix documentation; remove ability to specify af by str.Damien George
2014-08-07Add support for selecting pin alternate functions from python.Dave Hylands
2014-08-06stmhal: Put #if guards around all GPIOx_CLK_ENABLE's.Damien George
2014-08-06stmhal: Enable relevant GPIO clock when Pin obj is init'd.Damien George
2014-08-04stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc.Damien George
2014-07-31py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.Damien George
2014-07-03Rename machine_(u)int_t to mp_(u)int_t.Damien George
2014-07-02Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...Damien George
2014-06-25Use mp_const_none to initialize mapper and map_dictDave Hylands
2014-06-15Updated teensy to build.Dave Hylands
2014-05-03Add license header to (almost) all files.Damien George
2014-05-03stmhal: Fix typos in class documentation.Damien George
2014-05-02unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.Paul Sokolovsky
2014-05-01Fix pin initialization when a mode argument is providedDave Hylands
2014-04-29stmhal: Add documentation in comments, and script to generate HTML.Damien George
2014-04-21stmhal: Fix bug with pin GPIO reading.Damien George
2014-04-20stmhal: Add SPI class.Damien George
2014-04-19stmhal: Add pyb.Pin.init method to re-init GPIO pin mode.Damien George
2014-04-18stmhal: Update help and comments re gpio changing to Pin.Damien George
2014-04-18stmhal: Big cleanup; merge gpio into Pin; make names consistent.Damien George
2014-03-12REPl working on UART6 with STMHALDave Hylands