Enabling peripheral support for esp32 s2 #82636
Replies: 2 comments
-
For supported features in each device: #29394 - List is not fully complete and some parts may need further clarification. Ask there if needed. If you are new to Zephyr, I recommend "The Pull-up Resistor Channel" videos. They are a little bit outdated after v3.6, but still educational. Here: https://www.youtube.com/@thepullupresistor You can add that as an overlay to a supported board. Worth reading: https://docs.zephyrproject.org/latest/build/dts/howtos.html Worth checking: https://github.com/zephyrproject-rtos/zephyr/tree/main/boards/espressif And: https://docs.zephyrproject.org/latest/boards/espressif/esp32s2_devkitc/doc/index.html |
Beta Was this translation helpful? Give feedback.
-
Thanks for the info.
Had a look at the pull up resistor channel before.
Will look into the device tree documentation.
…On Tue, 17 Dec 2024 at 06:12, Ricardo F Tafas Jr ***@***.***> wrote:
For supported features in each device: #29394
<#29394> - List is not
fully complete and some parts may need further clarification. Ask there if
needed.
If you are new to Zephyr, I recommend "The Pull-up Resistor Channel"
videos. They are a little bit outdated after v3.6, but still educational.
Here: ***@***.***
You can add that as an overlay to a supported board. Worth reading:
https://docs.zephyrproject.org/latest/build/dts/howtos.html
Worth checking:
https://github.com/zephyrproject-rtos/zephyr/tree/main/boards/espressif
And:
https://docs.zephyrproject.org/latest/boards/espressif/esp32s2_devkitc/doc/index.html
—
Reply to this email directly, view it on GitHub
<#82636 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNP2V2I4265XVULQTYM7F332F5XNVAVCNFSM6AAAAABTEDT47GVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNJYG4ZDKOA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
.com>
|
Beta Was this translation helpful? Give feedback.
-
Hi All,
I am new to zephyrRTOS and project requires below listed peripherals.
CAN
WIFI
socket
HTTP server and client
Would like to know if those are already enabled on any .dts files.
Or else would like to know about enabling these peripherals via prj.conf or by using a .overlay file
I noticed these on esp32s2_common.dtsi file
wifi: wifi {
compatible = "espressif,esp32-wifi";
status = "disabled";
};
Not sure if I enable these it would fix the issue
Would appreciate any help.
Thanks and Regards,
Anand
Beta Was this translation helpful? Give feedback.
All reactions