Commits
User selector
Commit History
Commits on Nov 4, 2015
teensy: Switch over to using frozen modules instead of memzip
Show description for 53ea2b5authored andcommitted- authored andcommitted
Commits on Oct 31, 2015
- committed
all: Add py/mphal.h and use it in all ports.
Show description for 731f359authored andcommitted
Commits on Oct 29, 2015
Commits on Oct 24, 2015
Makefiles: Remove duplicate object files when linking.
Show description for 0dbd928committed
Commits on Oct 19, 2015
- committed
all: Make netutils.h available to all ports by default.
Show description for e0f5df5committed
Commits on Oct 11, 2015
Commits on Aug 2, 2015
stmhal: Factor GPIO clock enable logic into mp_hal_gpio_clock_enable.
Show description for 0851751committed
Commits on May 13, 2015
Commits on Apr 16, 2015
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Apr 5, 2015
Commits on Feb 13, 2015
stmhal: Make pybstdio usable by other ports, and use it.
Show description for 0b32e50committed
Commits on Feb 4, 2015
- committed
Commits on Jan 29, 2015
Commits on Jan 28, 2015
py: Change vstr so that it doesn't null terminate buffer by default.
Show description for 0d3cb67committed
Commits on Jan 12, 2015
Commits on Jan 9, 2015
Commits on Jan 7, 2015
stmhal: Collect all root pointers together in 1 place.
Show description for 3b51b3ecommittedpy: Put all global state together in state structures.
Show description for b4b10fdcommitted
Commits on Jan 1, 2015
Commits on Dec 27, 2014
Commits on Dec 8, 2014
modsys: Add sys.print_exception(exc, file=sys.stdout) function.
Show description for 46c3ab2authored andcommitted
Commits on Nov 29, 2014
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Show description for 3b603f2committed
Commits on Nov 27, 2014
stmhal: Reduce coupling between USB driver and readline.
Show description for 5cbc9e0committed
Commits on Nov 16, 2014
- committed
Commits on Oct 29, 2014
Commits on Oct 21, 2014
stmhal: Overhaul UART class to use read/write, and improve it.
Show description for 481d714committed
Commits on Sep 29, 2014
stmhal: Fix edge case for timer PWM of 100%.
Show description for f042d7acommittedMerge pull request #881 from dhylands/elapsed
Show description for 8537087committedMerge pull request #880 from dhylands/irq-align
Show description for 6e20513committed
Commits on Sep 28, 2014
Added pyb.elapsed_millis and pyb.elapsed_micros
Show description for a21f56bcommitted