-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
doc: release: 4.0: Add Espressif changes #80912
doc: release: 4.0: Add Espressif changes #80912
Conversation
doc/releases/release-notes-4.0.rst
Outdated
@@ -220,6 +223,7 @@ Boards & SoC Support | |||
* :zephyr:board:`WeAct Studio STM32F405 Core Board V1.0 <weact_stm32f405_core>` (``weact_stm32f405_core``) | |||
* :zephyr:board:`WeAct Studio USB2CANFDV1 <usb2canfdv1>` (``usb2canfdv1``) | |||
* :zephyr:board:`Witte Technology Linum Board <linum>` (``linum``) | |||
* :zephyr:board:`Seeed XIAO ESP32-S3 Sense Variant <xiao_esp32s3>`: ``xiao_esp32s3``. |
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.
@kartben This is a variant. Let me know if this is the right place to do so.
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.
It's fine to add, and actually a good idea. Please just keep alphabetical order intact though, and consider indicating the full target name that includes the variant (it's a bit of a mouthful though:))
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.
@kartben How do I reference the variant in here? xiao_esp32s3_sense
?
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.
xiao_esp32s3/esp32s3/procpu/sense
But maybe it's too long, like I said :)
d8f9b4f
to
a4792b0
Compare
doc/releases/release-notes-4.0.rst
Outdated
@@ -220,6 +223,7 @@ Boards & SoC Support | |||
* :zephyr:board:`WeAct Studio STM32F405 Core Board V1.0 <weact_stm32f405_core>` (``weact_stm32f405_core``) | |||
* :zephyr:board:`WeAct Studio USB2CANFDV1 <usb2canfdv1>` (``usb2canfdv1``) | |||
* :zephyr:board:`Witte Technology Linum Board <linum>` (``linum``) | |||
* :zephyr:board:`Seeed XIAO ESP32-S3 Sense Variant <xiao_esp32s3>`: ``xiao_esp32s3``. |
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.
It's fine to add, and actually a good idea. Please just keep alphabetical order intact though, and consider indicating the full target name that includes the variant (it's a bit of a mouthful though:))
a319e4b
to
419ea14
Compare
419ea14
to
0c663ce
Compare
@kartben CI is failing in documentation. I rebased and pushed again to try fixing it. |
c77d124
0c663ce
to
c77d124
Compare
Update board name to meet zephyr:board model. Signed-off-by: Sylvio Alves <[email protected]>
Fix typo and re-phrase help description to improve it. Signed-off-by: Sylvio Alves <[email protected]>
Adds notes on Espressif changes to this release. Signed-off-by: Sylvio Alves <[email protected]>
c77d124
to
0698e29
Compare
Adds notes on Espressif changes to this release.