circuitpython/ports
Damien George d29b709642 stm32/timer: Enable ARPE so that timer freq can be changed smoothly.
The timer prescaler is buffered by default, and this patch enables ARPE
which buffers the auto-reload register.  With both of these registers
buffered it's now possible to smoothly change the timer's frequency and
have a smoothly varying PWM output.
2017-09-25 15:25:08 +10:00
..
bare-arm all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
cc3200 py/builtinhelp: Change signature of help text var from pointer to array. 2017-09-12 16:03:52 +10:00
esp8266 py/builtinhelp: Change signature of help text var from pointer to array. 2017-09-12 16:03:52 +10:00
minimal all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
pic16bit all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
qemu-arm tests/class_reverse_op: Test for reverse arith ops special methods. 2017-09-10 17:05:57 +03:00
stm32 stm32/timer: Enable ARPE so that timer freq can be changed smoothly. 2017-09-25 15:25:08 +10:00
teensy py/builtinhelp: Change signature of help text var from pointer to array. 2017-09-12 16:03:52 +10:00
unix py/vstr: Raise a RuntimeError if fixed vstr buffer overflows. 2017-09-21 20:29:41 +10:00
windows all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
zephyr py/builtinhelp: Change signature of help text var from pointer to array. 2017-09-12 16:03:52 +10:00