-
Notifications
You must be signed in to change notification settings - Fork 3
Pico2 support #31
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
Pico2 support #31
Conversation
| } | ||
|
|
||
| //#if defined(MODULE_RADIO) | ||
| #if defined(MODULE_RADIO) |
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.
That change should be its own PR
| // Number of for loop cycles between Hello World messages. | ||
| // 700000 for loop cycles roughly correspond to 1 second. | ||
| #define NUM_CYCLES_BETWEEN_TX (1000000UL) | ||
| static uint8_t packet[125] = {0}; |
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.
Also all changes in samples/ should be part of their own PR if they make sense and are meant to be contributed upstream
|
PR included remnant commits from a rebase in the scum-sdk and not the programmer, so I'm closing and re-opening later. |
pico rpi2540 firmware support for SCuM bootloading. the rpi is physically smaller and, if ported to the pico2-w, SCuM chips can be booted over wifi.