diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-05-22 20:49:08 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2018-05-22 20:49:08 -0400 |
| commit | 59615fc9938e0e7c7cf8141069f5eaaba05b18eb (patch) | |
| tree | 58c7a33708677c2ebda54dfb86c94d6bceaaf67c /README.rst | |
| parent | e65cc077640881baedae1dcea0b8fcc1886d0f88 (diff) | |
add caveat language re MicroPython libraries; other slight changes
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/README.rst b/README.rst index ace4ac188..a1b90fa02 100644 --- a/README.rst +++ b/README.rst @@ -108,9 +108,10 @@ CircuitPython: - 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. +- Longints (arbitrary-length integers) are enabled for most M0 + Express boards (those boards with SPI flash chips external + to the microcontroller), and for all M4 builds. + Longints are disabled on other boards due to lack of flash space. Behavior ~~~~~~~~ |
