From e27dcd1699fb36bf9bc19d2f59dac7529da3466f Mon Sep 17 00:00:00 2001 From: Sylvio Alves Date: Thu, 8 Jul 2021 09:49:13 -0300 Subject: [PATCH] yaml: fix esp32c3 toolchain Fix device name typo Signed-off-by: Sylvio Alves --- boards/riscv/esp32c3_devkitm/esp32c3_devkitm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/riscv/esp32c3_devkitm/esp32c3_devkitm.yaml b/boards/riscv/esp32c3_devkitm/esp32c3_devkitm.yaml index ba178a6d6ec..45b4c8f36f3 100644 --- a/boards/riscv/esp32c3_devkitm/esp32c3_devkitm.yaml +++ b/boards/riscv/esp32c3_devkitm/esp32c3_devkitm.yaml @@ -1,6 +1,6 @@ -identifier: esp32c3 +identifier: esp32c3_devkitm name: ESP32-C3 type: mcu arch: riscv toolchain: - - zephyr + - espressif