Skip to content

Commit 4a7ba2f

Browse files
LucasTamborfabiobaltieri
authored andcommitted
samples: drivers: ipm: esp32: Add ESP32S3 support
Add support for ESP32S3 in the IPM sample. Signed-off-by: Lucas Tamborrino <[email protected]>
1 parent 9f77808 commit 4a7ba2f

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

samples/drivers/ipm/ipm_esp32/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ if("${BOARD}" STREQUAL "esp32_devkitc_wrover")
88
set(BOARD_REMOTE "esp32_devkitc_wrover_appcpu")
99
elseif("${BOARD}" STREQUAL "esp32_devkitc_wroom")
1010
set(BOARD_REMOTE "esp32_devkitc_wroom_appcpu")
11+
elseif("${BOARD}" STREQUAL "esp32s3_devkitm")
12+
set(BOARD_REMOTE "esp32s3_devkitm_appcpu")
1113
else()
1214
message(FATAL_ERROR "${BOARD} was not supported for this sample")
1315
endif()
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_SOC_ESP32S3_PROCPU=y
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
&ipm0 {
2+
status = "okay";
3+
};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
&ipm0 {
2+
status = "okay";
3+
};

0 commit comments

Comments
 (0)