-
Notifications
You must be signed in to change notification settings - Fork 5
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
The PicoBoy Color as additional board variant #299
Conversation
The "LCD Orientation and Bit Order Test" is not inverse. Signed-off-by: Stephan Linz <linz@li-pro.net>
Since Zephyr upstream v3.7 the DesignWare I2C driver supports 0 byte transfers for bus scans. Likewise, no more dead-locks were observed, both on the I2C bus and on the on-chip temperature sensor. The associated tweaks can therefore be removed completely. In addition, the DMA machine and the on-chip watchdog have been permanently activated. Signed-off-by: Stephan Linz <linz@li-pro.net>
In relation to the current enhancements to the PicoBoy product family, the documentation must be changed to a structure that supports different board variants. Signed-off-by: Stephan Linz <linz@li-pro.net>
Refines the HWMv2 specifications and interpretations for the original PicoBoy based on the RP2040 as SoC with an OLED. This should make it possible to support the PicoBoy Color variant with an LCD while reusing quite a few existing definitions and also other more maybe based on the RP2350 as SoC. Signed-off-by: Stephan Linz <linz@li-pro.net>
The "PicoBoy Color" is the further development of the popular "PicoBoy" handheld that comes with an LCD (instead of OLED display) and some more nice improvements. Signed-off-by: Stephan Linz <linz@li-pro.net>
Extend the test specifications in samples to build for "The PicoBoy" and "The PicoBoy Color (PBC)". Signed-off-by: Stephan Linz <linz@li-pro.net>
Replace the combination of 'dt_alias_exists()' and 'dt_compat_enabled()' with a single call to 'dt_enabled_alias_with_parent_compat()'. Signed-off-by: Stephan Linz <linz@li-pro.net>
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
for reviewing –> The PicoBoy (Color) documentation page by Bridle |
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.
LGTM
picoboy/rp2040
picoboy/rp2040/color
fixes #296