tests: drivers: debug: add esp32s3_luatos_core

add overlay for esp32s3_luatos_core board

Signed-off-by: YuLong Yao <feilongphone@gmail.com>
This commit is contained in:
YuLong Yao 2023-09-10 12:07:37 +08:00 committed by Carles Cufí
commit 21fcf61c87
2 changed files with 50 additions and 0 deletions

View file

@ -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)>;
};
};
};

View file

@ -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)>;
};
};
};