Adrian Soundy

Results 16 issues of 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...

Type: Feature request
Area: Interpreter
up-for-grabs
Priority: Medium
Area: CL-System.Net

### 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...

Type: Bug
Area: Interpreter
up-for-grabs
good first issue

## 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...

Type: bug
Type: enhancement
Area: Config-and-Build

## 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...

Type: enhancement
:warning: DO NOT MERGE :warning:

### 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...

Type: Feature request
Status: waiting feedback

### 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 /...

Status: In progress
Type: Feature request
non trivial
Area: Targets-ESP32

## 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...

Type: bug
Type: enhancement
Area: Config-and-Build
:warning: DO NOT MERGE :warning:
Platform: ESP32
Area: Dev-Containers
Series: ESP32C6
Series:ESP32H2

### 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...

Status: Done
Resolution: Duplicate

## 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...

Type: bug
Platform: ESP32

## 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...

Type: bug