-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
boards: dptechnics: Add support for Walter board #73351
Conversation
3b428ec
to
144e3ea
Compare
@vThibo Thanks for the contribution. I missed this review before. |
No problem, thanks for the review suggestions. |
144e3ea
to
c1d0181
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.
some minor feedback regarding the documentation
Thanks for the PR!
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.
some minor feedback regarding the documentation
Thanks for the PR!
c1d0181
to
0975e8b
Compare
Thanks for the feedback! |
a2f0f46
to
4e3a2e1
Compare
@sylvioalves @marekmatej the CI failure with LZ4 sounds vaguely familiar, does this ring a bell and do you know what needs to be changed to make it pass? |
I remember rebasing and push again did the trick for me. |
@vThibo Sounds error is related to this: devicetree error: 'bus-speed' is marked as deprecated in 'properties:' in /__w/zephyr/zephyr/dts/bindings/can/espressif,esp32-twai.yaml for node /soc/can@6002b000. Would you check it? |
ca6677e
4e3a2e1
to
ca6677e
Compare
ca6677e
to
692efc4
Compare
@sylvioalves please revisit |
692efc4
to
588ef8e
Compare
Apologies for the delayed response. Tested on upstream, let me know if a rebase is needed. |
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.
spotted one more issue in the docs -- lgtm otherwise but need @sylvioalves and other Espressif folks to chime in
``` | ||
CONFIG_BOOTLOADER_MCUBOOT=y | ||
``` |
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.
see #75239
@sylvioalves if you know, you know :)
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.
@vThibo, please convert the above to:
.. code:: cfg
CONFIG_BOOTLOADER_MCUBOOT=y
Overall LGTM, waiting for last doc update. |
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.
#78304 will require you to do these two updates to how hello_world is referenced. I am hoping it will land on Monday or Tuesday so you will then need to rebase
497b42a
to
0ae954b
Compare
Add board definitions for the DPTechnics Walter board. Signed-off-by: Thibo Verheyde <thibo@dptechnics.com>
0ae954b
to
4186fbb
Compare
Changed docs with feedback and small reference change. |
This PR adds support for DPTechnics Walter, a compact IoT development board combining an ESP32-S3 with a Sequans Monarch 2 GM02SP cellular modem.
Definitions are based on the other ESP32-S3 boards and includes the necessary modifications to quickly get started with the modem subsystem and modem_cellular driver.
https://builds.zephyrproject.io/zephyr/pr/73351/docs/boards/dptechnics/walter/doc/index.html