Commits
User selector
Commit History
Commits on Feb 10, 2016
stmhal: Expose flash and SD card as proper objects with block protocol.
Show description for 3770cd2committed
Commits on Feb 9, 2016
extmod/fsusermount: Introduce separate mkfs() function.
Show description for 5b85a86committed
Commits on Dec 22, 2015
stmhal: Add pyb.irq_stats() to get statistics about IRQ calls.
Show description for 401af50committed
Commits on Nov 25, 2015
Commits on Nov 9, 2015
Commits on Oct 19, 2015
stmhal: Implement os.dupterm (was pyb.repl_uart).
Show description for 83158e0committedstmhal: Add sleep_{ms,us} and ticks_{ms,us,cpu,diff} to time module.
Show description for d8066e9committed- authored andcommitted
Commits on Aug 7, 2015
- authored andcommitted
Commits on Aug 5, 2015
- authored andcommitted
- authored andcommitted
Commits on Jul 29, 2015
- authored andcommitted
- authored andcommitted
Commits on Mar 22, 2015
- committed
stmhal: Put flash in deep power-down mode when entering stop mode.
Show description for f44ace1committed
Commits on Mar 4, 2015
- committed
stmhal: Include fatfs headers using lib/fatfs prefix.
Show description for 4f94d90committed
Commits on Feb 13, 2015
stmhal: Make pybstdio usable by other ports, and use it.
Show description for 0b32e50committedstmhal: Add Python-configurable USB HID mode.
Show description for d39c7aacommitted
Commits on Jan 21, 2015
- authored andcommitted
Commits on Jan 7, 2015
stmhal: Collect all root pointers together in 1 place.
Show description for 3b51b3ecommitted
Commits on Jan 1, 2015
Commits on Dec 27, 2014
Commits on Dec 8, 2014
stmhal: Enhance pyb.freq to configure bus (AHB, APB1, APB2) freqs.
Show description for 0082511committed
Commits on Nov 30, 2014
stmhal: Make pyb.[u]delay use systick with IRQs, busy loop otherwise.
Show description for 1960475committed
Commits on Nov 29, 2014
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Show description for 3b603f2committed
Commits on Nov 2, 2014
stmhal: Improve pyb.freq to allow 8 and 16MHz (not usable with USB).
Show description for 38bd762committed
Commits on Oct 22, 2014
- authored andcommitted
Commits on Oct 9, 2014
Commits on Oct 5, 2014
stmhal: Use mp_uint_t where appropriate.
Show description for d03c681committed- committed
Commits on Oct 4, 2014
stmhal: Allow pyb.freq() function to change SYSCLK frequency.
Show description for 2411917committed
Commits on Oct 2, 2014
Commits on Sep 28, 2014
Added pyb.elapsed_millis and pyb.elapsed_micros
Show description for a21f56bcommitted
Commits on Aug 25, 2014
stmhal: Use MP_OBJ_NEW_SMALL_INT directly in pyb.micros/millis.
Show description for 29c92a4committed