zephyr/boards/m5stack/m5stack_fire/Kconfig.m5stack_fire
Jakub Novák 342c737a70 boards: m5stack: add support for M5Stack Fire
Adds support for the M5Stack Fire. Board files are adapted from those
used for the M5Stack Core2.

Aside from the 2 newest revisions the device also contains a BMM150
magnetometer which is not supported.

The LED strips on the sides are also not supported because Zephyr
does not support fast GPIO switching, see: #11917.

The IP5306 charger works by itself but doesn't have a driver written for
it thus it's not able to be interfaced with.

Signed-off-by: Jakub Novák <jakubnovak.cz@outlook.cz>
2025-06-04 17:02:47 +02:00

10 lines
310 B
Plaintext

# M5Stack Fire board configuration
# Copyright (c) 2023 Martin Kiepfer <m.kiepfer@teleschirm.org>
# SPDX-License-Identifier: Apache-2.0
config BOARD_M5STACK_FIRE
select SOC_ESP32_D0WD_V3
select SOC_ESP32_PROCPU if BOARD_M5STACK_FIRE_ESP32_PROCPU
select SOC_ESP32_APPCPU if BOARD_M5STACK_FIRE_ESP32_APPCPU