Mythologyli / MicroPython-MCUDev-DevEBox-STM32H743

MicroPython board support for MCUDev DevEBox STM32H743.
MIT License
0 stars 2 forks source link

mbedtls/check_config.h #1

Open Kongduino opened 1 year ago

Kongduino commented 1 year ago
CC ../../lib/libm_dbl/atan.c
In file included from mbedtls/mbedtls_config.h:42,
                 from mbedtls/mbedtls_port.c:28:
../../extmod/mbedtls/mbedtls_config_common.h:111:10: fatal error: mbedtls/check_config.h: No such file or directory
  111 | #include "mbedtls/check_config.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

I am getting this error on Ubuntu 22.04.2 and Mac OS X 11.6.1. I am wondering whether my machines are using a newer version of mbedtls that has a different API. Anyone seen this?

Thanks

Mythologyli commented 1 year ago

You can fork this repo and run the Github action to compile.

Kongduino commented 1 year ago

Not exactly an answer to my question, now, is it?

tobozo commented 1 year ago

You can fork this repo and run the Github action to compile.

tried that, and build fails with lwip errors

image

Mythologyli commented 1 year ago

Due to the absence of an ethernet interface on this board, I have removed modules such as lwip. Now you can compile it successfully.

https://github.com/Mythologyli/MicroPython-MCUDev-DevEBox-STM32H743/commit/e545d1303b99ec5c561b4f0fa068cc618ca8768e

Kongduino commented 1 year ago

I've ordered one of these boards. I'll install it and confirm that it works ASAP.