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 Oct 31, 2015
all: Add py/mphal.h and use it in all ports.
Show description for 731f359authored 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
- 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 May 17, 2015
py/binary: Make return type of mp_binary_get_size size_t instead of int.
Show description for f5dd6f7authored andcommitted
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 andcommittedpy: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Mar 23, 2015
Commits on Mar 13, 2015
stmhal: Fix adc.read_timed so buffer store respects element size.
Show description for ac4f6b8committed
Commits on Feb 11, 2015
Commits on Feb 6, 2015
stmhal/adc.c: Fix calculation of read_core_vref()
Show description for 97f1460committed
Commits on Jan 1, 2015
Commits on Sep 28, 2014
Fix timer overflow code.
Show description for 39296b4committed
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 16, 2014
Commits on Jun 29, 2014
stmhal: pyb.adc: Clarify that buffer with elements of any size can be used.
Show description for 5813efdcommitted
Commits on Jun 16, 2014
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
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 19, 2014
stmhal: Add SPI class.
Show description for d689430committed- committed
Commits on Apr 18, 2014
stmhal: Update ADC, DAC and I2C objects to use new buffer protocol.
Show description for 38ae014committedstmhal: Big cleanup; merge gpio into Pin; make names consistent.
Show description for c66d86ccommitted
Commits on Apr 17, 2014
build: Simplify build directory layout by putting all headers in genhdr.
Show description for d553be5committed
Commits on Apr 15, 2014
stmhal: Add ADC function to read data at a given frequency.
Show description for 4d7f4ebcommitted
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