Enabling peripheral support for esp32 s2 #82636
Unanswered
AnandKenshin
asked this question in
Q&A
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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