circuitpython/ports
Jeff Epler c451b22255 Disable 3-arg pow() function on m0 boards
`pow(a, b, c)` can compute `(a ** b) % c` efficiently (in time and memory).
This can be useful for extremely specific applications, like implementing
the RSA cryptosystem.  For typical uses of CircuitPython, this is not an
important feature.  A survey of the bundle and learn system didn't find
any uses.

Disable it on M0 builds so that we can fit in needed upgrades to the USB
stack.
2020-11-24 16:54:33 -06:00
..
atmel-samd Disable 3-arg pow() function on m0 boards 2020-11-24 16:54:33 -06:00
cxd56 spresense: Return fixed stack 2020-11-19 15:04:52 +01:00
esp32s2 ESP32S2: common_hal_mcu_delay_us() now calls mp_hal_delay_us() 2020-11-22 19:08:27 -05: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 cxd56 needed more precise include for __packed; needed SRC_C += on some ports 2020-10-15 15:24:24 -04:00