diff options
author | Jim Mussared <jim.mussared@gmail.com> | 2023-07-21 13:39:36 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-07-24 23:53:20 +1000 |
commit | 975a687447f5fed27e08001d5760259ec523631c (patch) | |
tree | c6a23d144cb8358c16ac0962c7a4e17497ce7a6c /tests/unix/extra_coverage.py.exp | |
parent | 14374850ce54f0e1d446355738b31d4b0ba7aabe (diff) |
py/mpconfig: Add MICROPY_PY_PLATFORM, enabled at extra features level.
Previously this was explicitly enabled on esp32/stm32/renesas/mimxrt/samd,
but didn't get a default feature level because it wasn't in py/mpconfig.h.
With this commit it's now enabled at the "extra features" level, which adds
rp2, unix-standard, windows, esp8266, webassembly, and some nrf boards.
This work was funded through GitHub Sponsors.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'tests/unix/extra_coverage.py.exp')
-rw-r--r-- | tests/unix/extra_coverage.py.exp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/unix/extra_coverage.py.exp b/tests/unix/extra_coverage.py.exp index 352bf3963..ec3950074 100644 --- a/tests/unix/extra_coverage.py.exp +++ b/tests/unix/extra_coverage.py.exp @@ -56,10 +56,10 @@ cmath collections cppexample cryptolib deflate errno example_package ffi framebuf gc hashlib heapq io json machine -math os random re -select socket ssl struct -sys termios time uctypes -websocket +math os platform random +re select socket ssl +struct sys termios time +uctypes websocket me micropython machine math |