-
Notifications
You must be signed in to change notification settings - Fork 894
Improve Arduino Examples #9091
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Arduino Examples #9091
Conversation
14e27b4
to
3898d89
Compare
9ced6c5
to
8d24a30
Compare
I don't know how this ended up closed. I must have tripped on a keyboard shortcut? |
Jenkins retest this please For AgentOfflineException: Unable to create live FilePath for wolf-linux-cloud-node-[n]; wolf-linux-cloud-node-[n] was marked offline: Connection was broken |
a4ccd6b
to
1afbe4d
Compare
Jenkins retest this please For Cannot contact wolf-linux-cloud-node-[n]: java.lang.InterruptedException |
Jenkins retest this please For (I don't know what happened) but tail: cannot open '/var/lib/jenkins/workspace/wolfSSL/PRB-140-3-tests/wolfssl-fips/test-#2.log' for reading: No such file or directory |
1afbe4d
to
62adf7a
Compare
Jenkins retest this please For Unable to create live FilePath for wolf-linux-cloud-node-[n]; wolf-linux-cloud-node-[n] was marked offline: Connection was broken |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[check-source-text] [4 of 52] [62adf7ab70]
configure... real 0m7.391s user 0m4.763s sys 0m3.368s
sort: /tmp/wolfssl_test_workdir.3524983/wolfssl/.wolfssl_known_macro_extras:624: disorder: WIFIESPAT
/tmp/wolfssl_test_workdir.3524983/wolfssl/.wolfssl_known_macro_extras is not in C lexical order and/or has repeats.
unneeded entries in .wolfssl_known_macro_extras:
WC_16BIT_CPU
WOLFSSL_DTLS
WOLFSSL_DTLS13
WOLFSSL_NO_TLS12
WOLFSSL_NO_TLS13
WOLFSSL_TLS13
[skipping "codespell" subtest in check-source-text -- codespell is missing or too old]
overlong lines added:
examples/configs/user_settings_arduino.h:100 #if defined(ESP8266) || defined(__SAM3X8E__) || defined(ARDUINO_AVR_ETHERNET) || \
f7ba73c
to
f49a0d9
Compare
f49a0d9
to
0065d9a
Compare
Jenkins retest this please. for "java.io.StreamCorruptedException: invalid stream header: " @dgarske - I've updated this PR:
|
Description
This is part 1 of 3 improving Arduino examples and related GitHub workflows.
See also wolfssl-examples #519 and Arduino-wolfSSL #20
Enclosed:
Arduino CI Build 1:
https://github.com/$REPO_OWNER/wolfssl/.github/workflows/arduino.yml
https://github.com/$REPO_OWNER/wolfssl-examples
.The other 2 parts (wolfssl-examples and Arduino-wolfssl repos)
wolfssl-examples
See wolfSSL/wolfssl-examples#519
Arduino CI Build 2:
https://github.com/$REPO_OWNER/wolfssl-examples/.github/workflows/arduino-release.yml
- Tests examples based on latest published release of Arduino library, NOT latest on wolfssl github.
- Should be identical to Arduino CI Build 3 in every way but wolfssl install.
- Copies only compile script from wolfssl-examples
- Builds local examples
- No other repos used
Arduino CI Build 3:
https://github.com/$REPO_OWNER/wolfssl-examples/.github/workflows/arduino.yml
compile-all-examples.sh
and respective board-list.txtArduino-wolfssl
Arduino CI Build 4:
https://github.com/$REPO_OWNER/Arduino-wolfssl/.github/workflows/arduino.yml
- Assembles and installs an updated Arduino wolfssl library from LOCAL wolfssl master source
- Copies only compile script copied from wolfssl-examples
- Builds local examples
- No other repos used
Fixes zd#
Testing
How did you test?
Added new Arduino workflow
See also my dev examples:
Checklist