gojimmypi
gojimmypi
I'm hoping this is the place to fix warnings like this in the Arduino IDE after having edited libraries in Visual Studio (which creates a `.vs` directory): ``` WARNING: Spurious...
Heads up that I was unable to connect to our enterprise Wi-Fi using the format ` [email protected]`; what worked for me instead was the `domain\\username` format (AD-authenticated) like this: ```...
I was hoping to use ESP-IDF version 5.x in VisualGDB, mainly for the robust JTAG single step & breakpoint capabilities in Visual Studio. This error is occurring: ``` CMake Error...
**Describe the set-up** I am using the VisualGDB extension for Visual Studio. **Describe the bug** I noticed the the `HAL_FLASH_Program` failed to program when the [source was the same as...
@alex-wolf-ps you have an excellent [Razor Pages Course on PluralSight](https://app.pluralsight.com/player?course=razor-pages-aspdotnet-core-getting-started&author=alex-wolf) - thanks for putting it together. :) I noticed that on the slide presenting the link to this repo, about...
# Description ## Background While working on https://github.com/wolfSSL/wolfssh-examples/pull/4 an error was encountered calculating the SSH signature with the SHA256 HW Acceleration enabled on the Espressif ESP32. The root cause of...
# Description Adds wolfSSL TLS client example `make` and `cmake` support for the Espressif ESP8266. This update is in addition to the various ESP32 flavors, although the ESP32 only supports...
### Version Latest master branch ### Description There are a large numbers of improvements in my [fork](https://github.com/gojimmypi/wolfssl/tree/ED25519_SHA2_fix) that not only address several open issues, but also include numerous other improvements,...
# Description This PR adds the `WOLFSSL_ESPIDF_EXIT_MESSAGE ` macro to the Espressif port, along with some minor example code cleanup. When a keyword is encountered by the new `testMonitor.sh` script...
### Version primarily affecting Espressif esp-wolfssl ### Description TL;DR: CMake [add_compile_definitions()](https://cmake.org/cmake/help/latest/command/add_compile_definitions.html) is more reliable than `set(CMAKE_C_FLAGS ...` and other options when needing project-wide `define`s. `idf.py reconfigure` is also a possible...