Commits
User selector
Commit History
Commits on Aug 13, 2017
all: Raise exceptions via mp_raise_XXX
Show description for 35a1feacommitted
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jul 19, 2017
Commits on Jul 14, 2017
Commits on Jul 3, 2017
Commits on Jun 15, 2017
Commits on May 6, 2017
Commits on Apr 18, 2017
stmhal/timer: Clear interrupt flag before setting callback.
Show description for 1f3887dauthored andcommitted
Commits on Mar 20, 2017
stmhal: Enable micropython.schedule().
Show description for a5159edcommitted
Commits on Jan 4, 2017
all: Consistently update signatures of .make_new and .call methods.
Show description for eac22e2committed
Commits on Aug 22, 2016
stmhal: Remove obsolete code for special handling of TIM3 irq settings.
Show description for d2d9dfccommittedstmhal: Fix timer capture/compare interrupt handling for TIM1 and TIM8.
Show description for c6983e3authored andcommitted
Commits on Apr 17, 2016
- authored andcommitted

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