Jim Mussared
Jim Mussared
@massimosala > Wondering about the possible use-cases, and the impact on firmware size, I propose to have _bit_length_ and _bit_count_ working only on native integers, not on mpn/mpz. As @robert-hh...
The way to add this would be to write a board config directory in `ports/esp32/boards` that references another sdkconfig file that sets `CONFIG_FREERTOS_UNICORE`. It would look pretty much exactly like...
> Do you have suggestions on how to proceed if compiling on a system with no python available? I assume you do not maintain this flow, however you might have...
> The thing is: I need to approach a quite constrained environment, It sounds like you want to cross-compile for your target rather than building on-device (i.e. more like how...
Rather than removing it, we should make it work. On ESP8266 it should call esp_wifi_set_country - see https://docs.espressif.com/projects/esp8266-rtos-sdk/en/latest/api-reference/wifi/esp_wifi.html#_CPPv420esp_wifi_set_countryPK14wifi_country_t > I've been trying to set up a PR, but it seems...
`ca_certs` is currently only implemented in the CC3200 port (WiPy). See https://github.com/micropython/micropython/pull/5998 for an ESP32 implementation.
This was discussed recently (can't remember if it was Discord or GitHub Discussions). There are also other differences, the one that I find most difficult when moving between ports is...
> I'm specifically interested in mDNS. The ESP8266 port does not support mDNS. In this port, `network.hostname` only sets the name passed in the DHCP client request.
> Why does someone take this decision? It's just a matter of doing the work. We would welcome a PR to add mDNS to the ESP8266 port. > It is...
Sorry I missed this in January @peterhinch . I think this is a good improvement, and is a lot better than what was there before. You are of course correct,...