Skip to content

Commit

Permalink
boot: zephyr: boards: add support for M5stack CoreS3/CoreS3SE
Browse files Browse the repository at this point in the history
Add m5stack_cores3/esp32s3/procpu and m5stack_cores3/esp32s3/procpu/se
board targets.
Adds an overlay to disable devices that cause dependency conflicts.

Signed-off-by: TOKITA Hiroshi <[email protected]>
  • Loading branch information
soburi committed Dec 23, 2024
1 parent bc4478c commit bcac406
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions boot/zephyr/boards/m5stack_cores3_esp32s3_procpu.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*
* Copyright (c) 2024 TOKITA Hiroshi <[email protected]>
*
* SPDX-License-Identifier: Apache-2.0
*/

&aw9523b {
status = "disabled";
};

&aw9523b_gpio {
status = "disabled";
};

&ft6336_touch {
status = "disabled";
};
17 changes: 17 additions & 0 deletions boot/zephyr/boards/m5stack_cores3_esp32s3_procpu_se.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*
* Copyright (c) 2024 TOKITA Hiroshi <[email protected]>
*
* SPDX-License-Identifier: Apache-2.0
*/

&aw9523b {
status = "disabled";
};

&aw9523b_gpio {
status = "disabled";
};

&ft6336_touch {
status = "disabled";
};

0 comments on commit bcac406

Please sign in to comment.