diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-05-22 19:52:01 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2018-05-22 19:52:01 -0400 |
| commit | e65cc077640881baedae1dcea0b8fcc1886d0f88 (patch) | |
| tree | a10808606f3a1c338669244324680ced3c230924 /README.rst | |
| parent | 22405d6bdb594c308ee8360fbe9ced9cb91d27d8 (diff) | |
RTD documentation updates
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/README.rst b/README.rst index 6017be207..ace4ac188 100644 --- a/README.rst +++ b/README.rst @@ -103,10 +103,14 @@ Differences from `MicroPython <https://github.com/micropython/micropython>`__ CircuitPython: -- includes a port for Atmel SAMD21 (Commonly known as M0 in Adafruit - product names.) -- supports only Atmel SAMD21 and ESP8266 ports. +- includes a ports for MicroChip SAMD21 (Commonly known as M0 in Adafruit + product names and SAMD51 (M4). +- supports only SAMD21, SAMD51, and ESP8266 ports. An nRF port is under + development. - tracks MicroPython's releases (not master). +- Longints (arbitrary-length integers) are turned on for most Express builds + (those boards with SPI flash chips external to the microcontroller), + but not for boards without SPI flash, for space reasons. Behavior ~~~~~~~~ |
