bc612b8ebd
Add support for the Arduino GIGA board, an STM32H747XI based development board in Arduino form factor, featuring external flash, SDRAM, Bluetooth and WiFi. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
13 lines
312 B
Plaintext
13 lines
312 B
Plaintext
# Copyright 2023 Google LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_ARDUINO_GIGA_R1_M7
|
|
bool "Arduino GIGA R1 WiFi Board (M7)"
|
|
depends on SOC_STM32H747XX
|
|
select CPU_CORTEX_M7
|
|
|
|
config BOARD_ARDUINO_GIGA_R1_M4
|
|
bool "Arduino GIGA R1 WiFi Board (M4)"
|
|
depends on SOC_STM32H747XX
|
|
select CPU_CORTEX_M4
|