ArduinoCore-mbed
ArduinoCore-mbed copied to clipboard
Nina 01B ship without the 32k onboard and are otherwise indistinguishable from 00B modules. Don't merge this patch before running extensive tests on low power and BLE performance. We can...
I'm missing an EEPROM emulation like on STM32duino
When using the attachInterrupt() function set Pullups/Pulldowns are reset, the Pin is left floating. When setting the pinMode after attaching the interrupt, it does work fine. However this is inconsistent...
I'm working on a multi architecture project and foundthat there are inconsistencies of Ethernet libraries for different architectures. E.g.: 1. Ethernet library for AVR contains Dns.h (with more DNS related...
Hi, I want to ask if the low-power mode of Portenta H7 is supported using Arduino code. I read through the repo and found that the [enterLowPower ](https://github.com/arduino/ArduinoCore-mbed/blob/933a3e143adb9d0dca13515800ad02261a7675eb/libraries/STM32H747_System/src/Portenta_System.cpp)function of the...
ipv6 is currently unsupported on the portenta h7. Is support for this feature on the roadmap for the project?
MbedServer didn't manage clients for proper available() and print-to-all-clients. Now available() in derived server classes WiFiClient and EthernetClient is deprecated and accept() is added with the same implementation. Inheriting from...
Hi, please consider increasing this (and any other related/required) parameter from current 4 to 10 to permit more WiFiClient concurrent connections. Thanks Steve
What's the best Practice to change uart0 pins within the Arduino IDE? "Each UART can be connected to a number of GPIO pins as defined in the GPIO muxing table...
1. implement flush of wire. (flush functions have never been implemented before. But it is useful.)