micropython/ports
Damien George b89422ceaa extmod: Always use custom mbedtls error message code.
All ports that use mbedtls use the custom error messages in
mp_mbedtls_errors.c.  This commit simplifies the build so that ports don't
need to explicitly add this file, it's now used by default when mbedtls is
enabled.

Signed-off-by: Damien George <damien@micropython.org>
2022-07-18 22:55:22 +10:00
..
bare-arm
cc3200
esp32
esp8266
javascript
mimxrt extmod: Always use custom mbedtls error message code. 2022-07-18 22:55:22 +10:00
minimal shared/runtime/pyexec: Use MP_REGISTER_ROOT_POINTER(). 2022-07-18 13:52:01 +10:00
nrf
pic16bit
powerpc shared/runtime/pyexec: Use MP_REGISTER_ROOT_POINTER(). 2022-07-18 13:52:01 +10:00
qemu-arm
renesas-ra py/mpstate: Drop MICROPY_PORT_ROOT_POINTERS from mp_state_vm_t. 2022-07-18 13:51:16 +10:00
rp2 extmod: Always use custom mbedtls error message code. 2022-07-18 22:55:22 +10:00
samd
stm32 extmod: Always use custom mbedtls error message code. 2022-07-18 22:55:22 +10:00
teensy
unix extmod: Always use custom mbedtls error message code. 2022-07-18 22:55:22 +10:00
windows
zephyr zephyr: Use MP_REGISTER_ROOT_POINTER(). 2022-07-18 13:50:35 +10:00