circuitpython/ports
Jeff Epler aaca3eccf1 samd: PDMIn: Reduce code unrolling on samd21 only
Instead of unrolling the code 16 times, unroll it 4 times and loop
over it 4 times.  This gives the same 16 iterations, but at an expense
of less flash space.
2020-11-19 16:19:37 -06:00
..
atmel-samd samd: PDMIn: Reduce code unrolling on samd21 only 2020-11-19 16:19:37 -06:00
cxd56 cxd56 needed more precise include for __packed; needed SRC_C += on some ports 2020-10-15 15:24:24 -04:00
esp32s2 esp32s2: port_get_raw_ticks: Use a more efficient, monotonic routine 2020-11-17 17:45:41 -06:00
litex no _bleio for litex; ESP32S2 defines BIT() already 2020-10-15 16:34:19 -04:00
mimxrt10xx Update parallel bus signatures 2020-11-13 18:57:52 -08:00
nrf Merge pull request #3667 from microDev1/watchdog-s2 2020-11-16 15:01:54 -08:00
stm Update parallel bus signatures 2020-11-13 18:57:52 -08:00
unix Introduce, use mp_raise_arg1 2020-11-19 16:15:06 -06:00