-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Zephyr 3.2 Upgrade #1499
Zephyr 3.2 Upgrade #1499
Conversation
b2295b1
to
30a8ee8
Compare
246f8e9
to
e6d851c
Compare
b25e1c1
to
355d908
Compare
basic matrix seems to work on both my xiao ble and rp2040... what I noticed is that the encoder does not work with 3.2 while is fine with 3.0 |
4b441e7
to
a2eb6cb
Compare
default USB_DRIVER_LOG_LEVEL_OFF | ||
|
||
endchoice | ||
|
||
# We do this to avoid log loop where logging to USB generates more log messages. |
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.
Is this comment no longer relevant, or does it still apply to the buffer size configs?
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.
I think above has 'nixed that issue, but there's probably still edge cases where this could occur.
d76719e
to
4c8e1fd
Compare
Baseline config and overlay for the following: * `rpi_pico` * `adafruit_kb2040` * `sparkfun_pro_micro_rp2040` * `adafruit_qt_py_rp2040` * `seeeduino_xiao_rp2040` * `boardsource_blok` * `01space_rp2040_042lcd` Co-authored-by: Joel Spadin <[email protected]>
When enabling our high level USB logging, disable the USB driver logging itself entirely, to avoid logging in the driver causing errors when USB isn't up yet to send the logs.
7335b47
to
3bba687
Compare
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.
A final pass on the docs pages, including some corrections on the blog post.
38022c0
to
e6c2982
Compare
Co-authored-by: Cem Aksoylar <[email protected]>
Ensure we only clear the display when turning blanking off the first time, not every time, to avoid duplicate clears.
Co-authored-by: Cem Aksoylar <[email protected]>
e6c2982
to
66ffaac
Compare
Draft PR for now, but the start of the Zephyr 3.2 upgrade work here. Will flesh out the description here more later.
Areas needing testing:
label
usage changes.Testing steps
Local dev
gh pr checkout 1499
west update
GitHub Actions
Make two edits in the branch of your config repo:
Update
.github/workflowr/build.yaml
to contain:Update
config/west.yaml
according to the https://zmk.dev/docs/features/beta-testing/ instructions to test this PR.Outstanding Work
&reset
rename&reset
check to GHA workflow with specific error message with how to fix.