Sergey Lyubka
Sergey Lyubka
@tubular-rheostat thanks! loops is receive code are dangerous. Brian, could you try another patch please? Try to change this line https://github.com/cesanta/mongoose/blob/7581229bbfd31ea739ff3a7b9a8a230458063c82/src/tls_mbed.c#L171 To this: ```c return tls == NULL ? 0...
@tubular-rheostat @scaprile thanks! I used Brian's test program, just modified it to use [pcap](https://github.com/cesanta/mongoose/tree/master/examples/mip-pcap) instead of tun , just to avoid sudo-ing and ifconfig-in all the time. Then I changed...
@tubular-rheostat thanks. do we use the same connection when the script is executed the 2nd time? in other words, what's different the 2nd time? And, does it fail with built-in...
@tubular-rheostat did you try the pcap example? It'd be nice to be able to reproduce is locally.
@nigoroll Merged with thanks
@kenballus thank you! @robertc2000 please take this one
@bartgrantham I suggest https://github.com/cpq/bare-metal-programming-guide/tree/main/templates/blinky/esp32-c3 It has systick interrupt implemented as well, which gives better timing capability
This is not deprecated, it is just the other one is more advanced at this point.
@uliano thank you. Apparently in this context, both ways achieve the same. Current approach: "wait until the clock is set to something that is not the default (HSI)" Your suggestion:...
@uliano awesome, that's great to hear. You might want to check out this: https://github.com/cesanta/mongoose/tree/master/examples/stm32/nucleo-f429zi-usb-rndis This is a bare metal firmware for F429. I think it'll work on 411. Just clone...