Merge pull request #10644 from Frauschi/arduino

Fix Arduino CI test
This commit is contained in:
David Garske
2026-06-09 09:36:01 -07:00
committed by GitHub
2 changed files with 7 additions and 0 deletions
+2
View File
@@ -52,6 +52,7 @@ on:
paths:
# Specific to this Arduino CI Build (1 of 4)
- '.github/workflows/arduino.yml'
- 'examples/configs/user_settings_arduino.h'
- 'IDE/ARDUINO/**'
- 'src/**'
- 'wolfcrypt/**'
@@ -61,6 +62,7 @@ on:
branches: [ '**' ]
paths:
- '.github/workflows/arduino.yml'
- 'examples/configs/user_settings_arduino.h'
- 'IDE/ARDUINO/**'
- 'src/**'
- 'wolfcrypt/**'
+5
View File
@@ -186,6 +186,11 @@
* Use the smaller ECC-256 built-in cert set to keep the examples fitting.
*/
#define USE_CERT_BUFFERS_256
/* ECC-256 certs alone no longer fit. Drop the error reason string
* tables to reclaim flash; only wolfSSL_ERR_*_string() text is lost,
* TLS/crypto and DEBUG_WOLFSSL traces are unchanged. */
#define NO_ERROR_STRINGS
#elif defined (__AVR__) || defined(__AVR_ARCH__) || defined(__MEGAAVR__)
/* Do not enable TLS on platforms without networking */