mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
risc-v/espressif: Add support for ESP32-H2
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
c149e52791
commit
81499fcdf2
@@ -48,6 +48,8 @@ endif
|
||||
|
||||
ifeq ($(CONFIG_ESPRESSIF_FLASH_FREQ_80M),y)
|
||||
FLASH_FREQ := 80m
|
||||
else ifeq ($(CONFIG_ESPRESSIF_FLASH_FREQ_48M),y)
|
||||
FLASH_FREQ := 48m
|
||||
else ifeq ($(CONFIG_ESPRESSIF_FLASH_FREQ_40M),y)
|
||||
FLASH_FREQ := 40m
|
||||
else ifeq ($(CONFIG_ESPRESSIF_FLASH_FREQ_26M),y)
|
||||
|
||||
Reference in New Issue
Block a user