summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorRadomir Dopieralski <deshipu@users.noreply.github.com>2020-01-22 19:26:01 +0100
committerGitHub <noreply@github.com>2020-01-22 19:26:01 +0100
commit203403c5d0d7ae9bfa2a05affa262b1b9147b354 (patch)
treef6ab4a307ec7ecfab10b2c660de6728ea5aae8f6 /README.rst
parentf99157b8111868bbe6664481ed5a0cd37cf23cff (diff)
Update CircuitPython differences in README
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst13
1 files changed, 6 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index 03116be88..280abdb17 100644
--- a/README.rst
+++ b/README.rst
@@ -94,13 +94,12 @@ Differences from `MicroPython <https://github.com/micropython/micropython>`__
CircuitPython:
-- includes ports for MicroChip SAMD21 (Commonly known as M0 in Adafruit
- product names) and SAMD51 (M4).
-- supports only SAMD21, SAMD51, and nRF52840 ports.
-- tracks MicroPython's releases (not master).
-- floats (aka decimals) are enabled for all builds.
-- error messages are translated into 10+ languages.
-- does not support concurrency within Python (including interrupts and threading). Some concurrency
+- Supports native USB on all boards, allowing file editing without special tools.
+- Supports only SAMD21, SAMD51, nRF52840, CXD56, STM32F4 and i.MX ports.
+- Tracks MicroPython's releases (not master).
+- Floats (aka decimals) are enabled for all builds.
+- Error messages are translated into 10+ languages.
+- Does not support concurrency within Python (including interrupts and threading). Some concurrency
is achieved with native modules for tasks that require it such as audio file playback.
Behavior