Commits
User selector
Commit History
Commits on Jan 29, 2016
stmhal: Add PWM capability for LED(3) and LED(4) on pyboards.
Show description for a8a4b01committedstmhal: Make TIM3 available for use by the user.
Show description for ea89b80committedstmhal: Make USB CDC driver use SOF instead of TIM3 for outgoing data.
Show description for d363133committed
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 9, 2015
stmhal/timer: Use mp_float_t instead of float.
Show description for f54a96dcommitted
Commits on Dec 4, 2015
stmhal: Add option to free up TIM3 from USB VCP polling.
Show description for 66b9682committed
Commits on Nov 24, 2015
stmhal: Move flash storage idle tick handler from TIM3 to SysTick.
Show description for e99e6c8committed
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