Commits
User selector
Commit History
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 Oct 13, 2015
stmhal: Allow to set bits resolution for DAC; 8 is default, can have 12.
Show description for b5c43becommitted
Commits on Jul 29, 2015
- authored andcommitted
Commits on Jul 22, 2015
stmhal: Allow ADC.read_timed to take Timer object in place of freq.
Show description for 7693ef3committed
Commits on Jul 21, 2015
stmhal: Allow DAC.write_timed to take Timer object in place of freq.
Show description for abc24c1committed- committed
Commits on Apr 18, 2015
Commits on Apr 16, 2015
stmhal: Use new %q format to print qstr's in a few more places.
Show description for 4c45921authored andcommitted
Commits on Jan 1, 2015
Commits on Oct 26, 2014
stmhal: Allow DAC object to be initialised from a pin.
Show description for e4e52f5committed
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 Aug 6, 2014
stmhal: Update STM32Cube F4 HAL driver to V1.3.0.
Show description for 3ef9113committed
Commits on Aug 5, 2014
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 19, 2014
- committed
stmhal: Fix write_timed function for DAC(2).
Show description for 2de4d59committed
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
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 19, 2014
stmhal: Add SPI class.
Show description for d689430committed
Commits on Apr 18, 2014
stmhal: Update ADC, DAC and I2C objects to use new buffer protocol.
Show description for 38ae014committed
Commits on Apr 15, 2014
stmhal: Add ADC function to read data at a given frequency.
Show description for 4d7f4ebcommitted
Commits on Apr 13, 2014
py: Fix mp_get_buffer, and use it in more places.
Show description for 8a1cab9committed
Commits on Apr 5, 2014
py: Change nlr_jump to nlr_raise, to aid in debugging.
Show description for ea13f40committed
Commits on Mar 30, 2014
Merge map.h into obj.h.
Show description for df6567ecommittedRename rt_* to mp_*.
Show description for d17926dcommitted
Commits on Mar 26, 2014
- committed
Remove mp_obj_type_t.methods entry and use .locals_dict instead.
Show description for 9b196cdcommitted