Zephyr 3.2 Upgrade#1499
Merged
Merged
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 |
caksoylar
reviewed
Mar 22, 2023
Contributor
caksoylar
left a comment
There was a problem hiding this comment.
The blog post looks good to me with these changes, I will also give the new docs pages a review later.
joelspadin
reviewed
Mar 23, 2023
* LV_ prefix from new LVGL official Kconfig now used. * API changes for themes, container object removal, etc. * Add our own Kconfig and code for theme default small font. * Remove some hardcoded sizes.
* Upstream now has a node w/ label `reset` on many boards, so renaming our reset behavior node label to `sys_reset`.
* Zephyr moved to properly namespaced headers, so major "rip the bandaid" commit to move us to those everywhere.
* Move away from DT_LABEL. * Move to DEVICE_DT_GET for non-behavior device access. * Move various drivers to `gpio_spec_dt` and `DT` related macros. * Remove mcp23017 while at it, since better upstream driver is available.
joelspadin
reviewed
Apr 4, 2023
|
|
||
| endchoice | ||
|
|
||
| # We do this to avoid log loop where logging to USB generates more log messages. |
Collaborator
There was a problem hiding this comment.
Is this comment no longer relevant, or does it still apply to the buffer size configs?
Contributor
Author
There was a problem hiding this comment.
I think above has 'nixed that issue, but there's probably still edge cases where this could occur.
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.
caksoylar
reviewed
Apr 4, 2023
Contributor
caksoylar
left a comment
There was a problem hiding this comment.
A final pass on the docs pages, including some corrections on the blog post.
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]>
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.
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:
labelusage changes.Testing steps
Local dev
gh pr checkout 1499west updateGitHub Actions
Make two edits in the branch of your config repo:
Update
.github/workflowr/build.yamlto contain:Update
config/west.yamlaccording to the https://zmk.dev/docs/features/beta-testing/ instructions to test this PR.Outstanding Work
&resetrename&resetcheck to GHA workflow with specific error message with how to fix.