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
..
2020-09-14 17:22:30 -05:00
2020-09-21 16:44:26 -05:00
2020-07-27 18:05:13 +09:00
2020-11-13 18:57:52 -08:00
2020-11-13 18:57:52 -08:00
2018-05-23 11:57:35 -07:00
wip
2019-12-05 22:45:53 -05:00
2020-11-01 14:52:03 -05:00
2020-09-28 18:55:56 -05:00
2020-09-28 18:55:56 -05:00
2020-06-22 10:45:27 -05:00

SAMD21 and SAMD51
==================

This port supports many development boards that utilize SAMD21 and SAMD51 chips. See
https://circuitpython.org/downloads for all supported boards.


Building
--------

For build instructions see this guide: https://learn.adafruit.com/building-circuitpython/


Debugging
---------

For debugging instructions see this guide: https://learn.adafruit.com/debugging-the-samd21-with-gdb


Port Specific modules
---------------------

.. toctree::
    ../../shared-bindings/samd/index