0c6ccc0941
Before this fix the board init function were called too early, before the gpio driver was initialized. Because of the the board controller for the serial port was not enabled properly. This commit fixes this issue. Signed-off-by: Christian Taedcke <christian.taedcke@lemonbeat.com>
8 lines
143 B
Plaintext
8 lines
143 B
Plaintext
# EFR32 radio board configuration
|
|
|
|
# Copyright (c) 2020 Piotr Mienkowski
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_EFR32_RADIO
|
|
bool
|