gojimmypi

Results 224 comments of gojimmypi

Hi @PaulMartinsen > The problem resurfaced when I tidied up my fix and remains persistent. It would be quite interesting to see the diff of before and after of the...

Hi @PaulMartinsen and thanks very much for all the detail. You have an excellent question. > removing the jtag driver ... install a new one resolved the debugging issue Oh,...

Hi @PaulMartinsen and thank you for the clarifications. > The WOLFSSL is being created in the connect thread then, once the TLS session is established, it gets used and (ultimately...

Hi @PaulMartinsen and thank you for your time as well on Friday & all the great input. I agree the discussion was very productive. It was good to talk with...

Hi @PaulMartinsen thanks for all the details. I think we're making good progress, > got stuck subscribing to the event I realize you've gone pretty far down the road of...

Hi @PaulMartinsen > SHA_BUSY_REG ... indicates whether the hardware is occupied with a calculation Yes, I think we agree: This is a register than only means "_the SHA calculation has...

Hi @PaulMartinsen I've made a but of progress on our multi-thread lock/release problem. I have an update to my [wolfssl_client_6637](https://github.com/gojimmypi/wolfssl/tree/ED25519_SHA2_fix/IDE/Espressif/ESP-IDF5/examples/wolfssl_client_6637). See the [sample_output_stray_lock_recovery.txt](https://github.com/gojimmypi/wolfssl/blob/ED25519_SHA2_fix/IDE/Espressif/ESP-IDF5/examples/wolfssl_client_6637/sample_output_stray_lock_recovery.txt) log file. In particular: - There's a...

Hi @PaulMartinsen and thankyou for taking a look at the interim progress. Ah yes, if you are only using the library and not my sample code, that makes sense. I...

Hello @PaulMartinsen and thank you again for your continued cooperation on this interesting issue. Apologies for the delay. I've been busily preparing and practicing for my ESP32 webinar that was...

Heads up I added the [include.am](https://github.com/gojimmypi/wolfssl/blob/ConfigCheck/config_check/include.am) to [Makefile.am](https://github.com/gojimmypi/wolfssl/blob/1bb40a77fd4dc183ad3cb6804548cf4102fecb0e/Makefile.am#L178). I also don't know why I was [previously](https://github.com/gojimmypi/wolfssl/blob/da2e0b33f325cf7287930672b14a21602fa78a39/config_check/refresh.sh#L79) _moving_ the the `options.h`. I changed that to a [copy](https://github.com/gojimmypi/wolfssl/blob/1bb40a77fd4dc183ad3cb6804548cf4102fecb0e/config_check/refresh.sh#L123).