micropython/ports
Damien George c6140ad0d4 rp2/mpconfigport: Enable os.dupterm and hashlib.sha1 on all boards.
This further aligns the features available on Pico and Pico W boards.

os.dupterm is generally useful, but can still be disabled by a board if
needed.  hashlib.sha1 requires mbedtls for the implementation, but that's
always available (due to ucryptolib's requirements).  The entire hashlib
module can still be disabled by an individual board if needed.

Fixes issue #7881.

Signed-off-by: Damien George <damien@micropython.org>
2023-02-17 13:43:03 +11:00
..
bare-arm
cc3200
embed
esp32 top: Update Python formatting to black "2023 stable style". 2023-02-02 12:51:03 +11:00
esp8266 top: Update Python formatting to black "2023 stable style". 2023-02-02 12:51:03 +11:00
mimxrt shared/runtime/softtimer: Use consistently the same clock source. 2023-02-16 12:59:48 +11:00
minimal
nrf nrf/Makefile: Add support for BOSSAC flasher. 2023-02-16 12:46:23 +11:00
pic16bit
powerpc
qemu-arm
renesas-ra shared/runtime/softtimer: Use consistently the same clock source. 2023-02-16 12:59:48 +11:00
rp2 rp2/mpconfigport: Enable os.dupterm and hashlib.sha1 on all boards. 2023-02-17 13:43:03 +11:00
samd shared/runtime/softtimer: Use consistently the same clock source. 2023-02-16 12:59:48 +11:00
stm32 shared/runtime/softtimer: Use consistently the same clock source. 2023-02-16 12:59:48 +11:00
teensy
unix
webassembly
windows windows/msvc: Fix module freezing. 2023-02-01 13:10:00 +11:00
zephyr