Got this error:
CC mbedtls/mbedtls_port.c
mbedtls/mbedtls_port.c:33:10: fatal error: mbedtls/platform_time.h: No such file or directory
33 | #include "mbedtls/platform_time.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~
The fix was to add this at line 111 in ports/stm32/Makefile:
INC += -I$(TOP)/lib/mbedtls/include
Got this error:
The fix was to add this at line 111 in ports/stm32/Makefile: