summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/pin.c
Commit message (Expand)AuthorAge
* py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming.Paul Sokolovsky2015-10-11
* stmhal: Factor GPIO clock enable logic into mp_hal_gpio_clock_enable.Damien George2015-08-03
* stmhal: Add STM32F7DISC and associated changes.Dave Hylands2015-07-30
* stmhal: Use new %q format to print qstr's in a few more places.blmorris2015-04-16
* py: Overhaul and simplify printf/pfenv mechanism.Damien George2015-04-16
* stmhal: Collect all root pointers together in 1 place.Damien George2015-01-07
* teensy: Prefix includes with py/; remove need for -I../py.Damien George2015-01-01
* stmhal: Prefix includes with py/; remove need for -I../py.Damien George2015-01-01
* Add Timer support (PWM, OC, IC) for stmhal and teensyDave Hylands2014-09-19
* Change some parts of the core API to use mp_uint_t instead of uint/int.Damien George2014-08-30
* stmhal, pin: Update documentation.Damien George2014-08-24
* Added python script to map AF to a pin nameDave Hylands2014-08-24
* stmhal, pin: Save 140 bytes ROM by simplifying pin_print function.Damien George2014-08-09
* stmhal, pin: Simplify default value for alternate function init.Damien George2014-08-09
* stmhal: Start of documentation for modos and modtime.Damien George2014-08-08
* stmhal/teensy: Use _ instead of - in source file names.Damien George2014-08-08
* stmhal: Fix documentation; remove ability to specify af by str.Damien George2014-08-08
* Add support for selecting pin alternate functions from python.Dave Hylands2014-08-07
* stmhal: Put #if guards around all GPIOx_CLK_ENABLE's.Damien George2014-08-06
* stmhal: Enable relevant GPIO clock when Pin obj is init'd.Damien George2014-08-06
* stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc.Damien George2014-08-04
* py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.Damien George2014-07-31
* Rename machine_(u)int_t to mp_(u)int_t.Damien George2014-07-03
* Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...Damien George2014-07-02
|\
| * Updated teensy to build.Dave Hylands2014-06-15
* | Use mp_const_none to initialize mapper and map_dictDave Hylands2014-06-25
|/
* Add license header to (almost) all files.Damien George2014-05-03
* stmhal: Fix typos in class documentation.Damien George2014-05-03
* unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.Paul Sokolovsky2014-05-02
* Fix pin initialization when a mode argument is providedDave Hylands2014-05-01
* stmhal: Add documentation in comments, and script to generate HTML.Damien George2014-04-29
* stmhal: Fix bug with pin GPIO reading.Damien George2014-04-21
* stmhal: Add SPI class.Damien George2014-04-20
* stmhal: Add pyb.Pin.init method to re-init GPIO pin mode.Damien George2014-04-19
* stmhal: Update help and comments re gpio changing to Pin.Damien George2014-04-18
* stmhal: Big cleanup; merge gpio into Pin; make names consistent.Damien George2014-04-18
* REPl working on UART6 with STMHALDave Hylands2014-03-12