arch: xtensa: Add ESP32 SoC
Due to the configurable nature of the Xtensa platform, the generic name of "LX6" cannot be used to describe an SoC as far as Zephyr goes. So ESP32 is defined both as a SoC and as a board. This is based on work by Rajavardhan Gundi. Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
This commit is contained in:
parent
bb19e08cde
commit
88790ae71d
4 changed files with 242 additions and 0 deletions
6
arch/xtensa/soc/esp32/Kconfig.soc
Normal file
6
arch/xtensa/soc/esp32/Kconfig.soc
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Copyright (c) 2017 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config SOC_ESP32
|
||||
bool "ESP32"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue