Adrian Soundy
Adrian Soundy
**nanoFramework area:** (System.Net ) ### Is your feature request related to a problem? Please describe. Currently the low level driver in native code exists for the ENC28J60 but there is...
### Target name(s) ESP32 ( all targets that use RingBufer ) ### Firmware version All ### Was working before? On which version? No ### Description After fixing issue in RingBuffer...
## Description This adds support for the following Ethernet based ESP32 boards. - ESP32_ETHERNET_KIT_1.2 (Espressif) - ESP32_WT32_ETH01 - ESP32_WESP32 Change the Ethernet configuration so as to support new boards and...
## Description Added 2 samples for Bluetooth Central/Client - Simple Watcher (Central1) - Data collection sample (Central2) Also updated Sample 3 to use as a test client for Central2 by...
### Description Add support for the WPS wifi connection method for ESP32. ### How to solve the problem There would need to be C# api that the application can call...
### Description Currently we can't support/build the later ESP32 C6/H2 soc as they depend on ESP IDF 5.1 which is now available. Having firmware for these will allow Matter /...
## Description This PR updates code to the IDF 5.1.3 version and adds the new ESP devices ESP32-C6 and ESP32-H2. As part of the C6 and H2 addition the OpenThread...
### Answers checklist. - [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [X] I have updated my IDF branch (master or...
## Description For some reason we were getting a much smaller size of managed heap when running on IF 5.x firmware then previously even through parameters where unchanged. To try...
## Description Native side of fixing issues with SD card. - Adds mapping of Sd card pins for esp32-s3 - Fix an issue with GPIO events randomly not working when...