Commits
User selector
Commit History
Commits on Nov 1, 2015
- authored andcommitted
Commits on Oct 31, 2015
all: Add py/mphal.h and use it in all ports.
Show description for 731f359authored andcommitted
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
Commits on Apr 28, 2015
Commits on Apr 22, 2015
stmhal: Reset the timer counter to zero after changing the auto reload.
Show description for fd787c5authored 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 20, 2015
stmhal: Fix a bug related to unhandled channel interrupts.
Show description for 49d8e5eauthored andcommitted
Commits on Mar 9, 2015
- authored andcommitted
Commits on Feb 23, 2015
- committed
stmhal: Fix problem when passing callback= to timer init function.
Show description for caf5c40committed
Commits on Feb 13, 2015
stmhal: Properly deinit timer object.
Show description for 418ec8bcommitted
Commits on Jan 8, 2015
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 8, 2014
modsys: Add sys.print_exception(exc, file=sys.stdout) function.
Show description for 46c3ab2authored andcommitted
Commits on Oct 10, 2014
Add support for complimentary channel output and deadtime.
Show description for 1c79544committed
Commits on Oct 5, 2014
stmhal: Use mp_uint_t where appropriate.
Show description for d03c681committed- committed
- committed
stmhal, timer: Set freq from float; get timer source freq.
Show description for 97ef94dcommitted
Commits on Oct 4, 2014
stmhal: Allow pyb.freq() function to change SYSCLK frequency.
Show description for 2411917committed
Commits on Sep 29, 2014
stmhal: Fix edge case for timer PWM of 100%.
Show description for f042d7acommitted
Commits on Sep 28, 2014
Fix timer overflow code.
Show description for 39296b4committed
Commits on Sep 25, 2014
stmhal, timer: Factor code to compute PWM percent; improve 32bit case.
Show description for e8ea072committed
Commits on Sep 24, 2014
Add pulse_width_percent to teensy.
Show description for 53d5fa6committed
Commits on Sep 21, 2014
stmhal: Add pulse_width_ratio to timer channel object.
Show description for 0e58c58committed
Commits on Sep 19, 2014
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 13, 2014
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed