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:
parent
1a2a8fd49b
commit
21fcf61c87
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)>;
|
||||
};
|
||||
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue