Improved Raspberry Pi Pico support#468
Merged
dgarske merged 1 commit intowolfSSL:masterfrom Nov 8, 2024
Merged
Conversation
Member
Author
|
Addressed comments indicated in a Slack conversation. |
dgarske
requested changes
Nov 7, 2024
Member
dgarske
left a comment
There was a problem hiding this comment.
Cannot get past this error with the blink:
[ 41%] Built target benchmark
[ 41%] Building C object CMakeFiles/Wifi.dir/src/blink.c.obj
/home/davidgarske/GitHub/wolfssl-examples/RPi-Pico/src/blink.c:23:10: fatal error: pico/cyw43_arch.h: No such file or directory
23 | #include "pico/cyw43_arch.h"
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/Wifi.dir/build.make:76: CMakeFiles/Wifi.dir/src/blink.c.obj] Error 1
make[1]: *** [CMakeFiles/Makefile2:1840: CMakeFiles/Wifi.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
5ca2521 to
0a86c2d
Compare
Member
Author
|
OK, lots of improvements in this morning's update:
WiFi compiling issuesSo,
|
Fixes and improvements for RP2040 and added RP2350 support: * Made UART `printf` output optional * Made WiFi support optional * Added compile support for RP2350 * Added compile support for RP2350 in RISC-V mode * Re-wrote README * Fixed compile issues
Member
Author
|
Another push because I quickly added RISC-V mode for the RP2350 too. |
dgarske
approved these changes
Nov 8, 2024
Member
dgarske
left a comment
There was a problem hiding this comment.
Worked amazing!
wolfCrypt test/bench both run and pass.
Tested on MacOS with Intel and Rpi5.
Ran on RP2040
Thank you
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes and improvements for RP2040 and added RP2350 support:
printfoutput optionalRequires wolfSSL/wolfssl#8153