Skip to content

Commit

Permalink
tests: drivers: debug: add esp32c3_luatos_core
Browse files Browse the repository at this point in the history
add overlay for esp32c3_luatos_core board

Signed-off-by: YuLong Yao <feilongphone@gmail.com>
  • Loading branch information
feilongfl committed Sep 10, 2023
1 parent a18edd7 commit c02187f
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
@@ -0,0 +1,25 @@
/*
* Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
*
* SPDX-License-Identifier: Apache-2.0
*/

&flash0 {
partitions {
/*
* Reduce storage_partition to make space for
* coredump_partition
*/

storage_partition: partition@250000 {
label = "storage";
reg = <0x00250000 0x00005000>;
};

coredump_partition: partition@255000 {
label = "coredump-partition";
reg = <0x255000 DT_SIZE_K(4)>;
};

};
};
@@ -0,0 +1,25 @@
/*
* Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
*
* SPDX-License-Identifier: Apache-2.0
*/

&flash0 {
partitions {
/*
* Reduce storage_partition to make space for
* coredump_partition
*/

storage_partition: partition@250000 {
label = "storage";
reg = <0x00250000 0x00005000>;
};

coredump_partition: partition@255000 {
label = "coredump-partition";
reg = <0x255000 DT_SIZE_K(4)>;
};

};
};

0 comments on commit c02187f

Please sign in to comment.