Search found 2 matches

by Atzingen
Wed Feb 24, 2021 3:42 am
Forum: General Discussion and Questions
Topic: Build problem, include library?
Replies: 7
Views: 4406

Re: Build problem, include library?

firmware with ssl was compiled and board booted just fine. Was able to import the ssl library but it give a error when trying to wrap a socket connection. Same code worked fine on micropython in esp32. socket working fine on stm32 with wiz5500 adaptor, justo not with ssl. addr = socket.getaddrinfo('...
by Atzingen
Tue Feb 23, 2021 3:32 am
Forum: General Discussion and Questions
Topic: Build problem, include library?
Replies: 7
Views: 4406

Re: Build problem, include library?

Having a similar problem on pyboard v1.1 can not import ussl using the latest pre build firmware. Buil firmware works without adition of MICROPY_PY_USSL (in mpconfgport.h). Tried add MICROPY_SSL_MBEDTLS and MICROPY_SSL_AXTLS to the config but a similar problem to this thread arised. GEN build-PYBV11...