Anthony Campbell

Results 6 issues of Anthony Campbell

First off. Long time no see. I would like to propose a pull request of my stm32h7 host code. It is pretty complete except for the SDIOIT part and the...

Good day sir and may I say, you are doing great work... I have migrated the host code to work on a STM32H7B0 (Single core) and had good results running...

I'll keep it short. I'm running the station_example_main.c entry point. Other than adding esp_hosted_init(NULL); before app_main(); I haven't changed anything from the current branch. ### HOST ```sh I ESP-Hosted starting....

From an stm32 host. Initialization for TEST_RAW_TP works as expected but soon after transmission of packets the slave panics: Guru Meditation.... I had to increased the Host packet size to...

1. A DHCP Server on esp-hosted is setup to lease IPS from the SOFTAP. 2. The PC connects to the SOFTAP over WIFI successfully on Channel 1. 3. The PC...

I have tried both: ```C LWIP_TCPIP_CORE_LOCKING 1 LWIP_TCPIP_CORE_LOCKING 0 ``` The code executes without any apparent problems. - Host Connects to AP - Host Receives mac address but ```C void...