Commits
User selector
Commit History
Commits on Feb 11, 2016
stmhal: Add a function for setting the pin alternate function
Show description for 7bb501ecommitted
Commits on Jan 11, 2016
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Show description for 5b3f0b7committed
Commits on Dec 2, 2015
- authored andcommitted
Commits on Nov 14, 2015
stmhal/modmachine: Initial attempt to add I2C & SPI classes.
Show description for 16d4236committed
Commits on Oct 31, 2015
all: Add py/mphal.h and use it in all ports.
Show description for 731f359authored andcommitted
Commits on Aug 5, 2015
- authored andcommitted
Commits on Aug 2, 2015
stmhal: Factor GPIO clock enable logic into mp_hal_gpio_clock_enable.
Show description for 0851751committed
Commits on Jul 29, 2015
- authored andcommitted
Commits on Jun 24, 2015
stmhal/dma.c: Modify dma_init() to accept init struct as an argument
Show description for c517552authored andcommitted
Commits on Jun 22, 2015
stmhal: Reorganise code for parsing keyword args in I2C methods.
Show description for 6e1dfb0committed
Commits on Jun 10, 2015
Commits on May 28, 2015
Commits on May 27, 2015
Commits on Apr 18, 2015
Commits on Apr 16, 2015
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Jan 21, 2015
py: Remove mp_obj_str_builder and use vstr instead.
Show description for 05005f6committed
Commits on Jan 1, 2015
Commits on Oct 23, 2014
stmhal: Use OSError with POSIX error code for HAL errors.
Show description for 185cb0dcommitted
Commits on Aug 29, 2014
Change some parts of the core API to use mp_uint_t instead of uint/int.
Show description for ecc88e9committed
Commits on Jul 22, 2014
Change boolean 'use_16bit_addr' to int 'addr_size', can be either 8 or 16 bits, default value is 8
Show description for 86f0b31committed
Commits on Jul 12, 2014
Commits on Jul 11, 2014
Add keyword argument 'memaddr_use_16b' to i2c.mem_read and mem_write methods
Show description for e687fdbcommitted
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on Jun 19, 2014
Commits on May 4, 2014
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed- committed
Commits on May 2, 2014
Commits on Apr 29, 2014
stmhal: Add documentation in comments, and script to generate HTML.
Show description for 8d09640committed
Commits on Apr 26, 2014
Commits on Apr 21, 2014
Commits on Apr 20, 2014
- committed
stmhal: Improved configurability for I2C and SPI busses.
Show description for ff91156committed- committed