Browse Source
Converts the board above to use variant option. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>pull/69687/head
6 changed files with 9 additions and 16 deletions
@ -1,5 +0,0 @@ |
|||||||
# Copyright (c) 2023 YuLong Yao<feilongphone@gmail.com> |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
config BOARD_ESP32C3_LUATOS_CORE_USB |
|
||||||
select SOC_ESP32C3_MINI_N4 |
|
@ -1,9 +1,7 @@ |
|||||||
boards: |
board: |
||||||
- name: esp32c3_luatos_core |
name: esp32c3_luatos_core |
||||||
vendor: luatos |
vendor: luatos |
||||||
socs: |
socs: |
||||||
- name: esp32c3 |
- name: esp32c3 |
||||||
- name: esp32c3_luatos_core_usb |
variants: |
||||||
vendor: luatos |
- name: usb |
||||||
socs: |
|
||||||
- name: esp32c3 |
|
||||||
|
@ -1,4 +1,4 @@ |
|||||||
identifier: esp32c3_luatos_core_usb |
identifier: esp32c3_luatos_core/esp32c3/usb |
||||||
name: ESP32C3 LuatOS Core USB |
name: ESP32C3 LuatOS Core USB |
||||||
type: mcu |
type: mcu |
||||||
arch: riscv |
arch: riscv |
Loading…
Reference in new issue