index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
teensy
/
timer.c
Age
Commit message (
Expand
)
Author
2017-08-21
all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.
Damien George
2017-08-13
all: Raise exceptions via mp_raise_XXX
Javier Candeira
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-01-04
all: Consistently update signatures of .make_new and .call methods.
Paul Sokolovsky
2016-01-11
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Damien George
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-01-01
teensy: Prefix includes with py/; remove need for -I../py.
Damien George
2014-12-08
modsys: Add sys.print_exception(exc, file=sys.stdout) function.
Paul Sokolovsky
2014-09-29
stmhal: Fix edge case for timer PWM of 100%.
Damien George
2014-09-27
Fix timer overflow code.
Dave Hylands
2014-09-25
stmhal, timer: Factor code to compute PWM percent; improve 32bit case.
Damien George
2014-09-23
Add pulse_width_percent to teensy.
Dave Hylands
2014-09-19
Add Timer support (PWM, OC, IC) for stmhal and teensy
Dave Hylands