-
Notifications
You must be signed in to change notification settings - Fork 691
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for ESP32xx_luatos_core targets to build as Zephyr application. This target is simular to esp32 devkitm, copy conf file from esp32xx_devkitm Signed-off-by: YuLong Yao <[email protected]>
- Loading branch information
1 parent
2129973
commit 26d6423
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
CONFIG_BOOT_MAX_IMG_SECTORS=512 | ||
CONFIG_BOOT_UPGRADE_ONLY=y | ||
CONFIG_BOOT_VALIDATE_SLOT0=n | ||
CONFIG_BOOT_SIGNATURE_TYPE_NONE=y | ||
CONFIG_BOOT_BANNER=n | ||
|
||
CONFIG_UART_CONSOLE=n | ||
CONFIG_CONSOLE=n | ||
CONFIG_SERIAL=n | ||
|
||
CONFIG_MCUBOOT_LOG_LEVEL_OFF=y | ||
CONFIG_LOG_DEFAULT_LEVEL=0 | ||
CONFIG_DEBUG=n | ||
|
||
CONFIG_XIP=n | ||
CONFIG_HEAP_MEM_POOL_SIZE=4096 | ||
CONFIG_MINIMAL_LIBC=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
CONFIG_BOOT_MAX_IMG_SECTORS=512 | ||
CONFIG_BOOT_UPGRADE_ONLY=y | ||
CONFIG_BOOT_VALIDATE_SLOT0=n | ||
CONFIG_BOOT_SIGNATURE_TYPE_NONE=y | ||
CONFIG_BOOT_BANNER=n | ||
|
||
CONFIG_UART_CONSOLE=n | ||
CONFIG_CONSOLE=n | ||
CONFIG_SERIAL=n | ||
|
||
CONFIG_MCUBOOT_LOG_LEVEL_OFF=y | ||
CONFIG_LOG_DEFAULT_LEVEL=0 | ||
CONFIG_DEBUG=n | ||
|
||
CONFIG_HEAP_MEM_POOL_SIZE=4096 | ||
CONFIG_MINIMAL_LIBC=y |