Commit 5e825636 authored by Dean Weiten's avatar Dean Weiten Committed by Kumar Gala
Browse files

board: arm: ronoth_lodev: add Ronoth LoDev board support



The Ronoth LoDev in an open source board which uses
the AcSIP S76S.

Signed-off-by: default avatarDean Weiten <dmw@weiten.com>
parent ed1b220b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -110,6 +110,7 @@
/boards/arm/qemu_cortex_m*/               @ioannisg
/boards/arm/quick_feather/                @kowalewskijan @kgugala
/boards/arm/rak5010_nrf52840/             @gpaquet85
/boards/arm/ronoth_lodev/                 @NorthernDean
/boards/arm/xmc45_relax_kit/              @parthitce
/boards/arm/sam4e_xpro/                   @nandojve
/boards/arm/sam4l_ek/                     @nandojve
+7 −0
Original line number Diff line number Diff line
# Ronoth LoDev board configuration
# Copyright (c) 2020/2021 Dean Weiten <dmw@weiten.com>
# SPDX-License-Identifier: Apache-2.0

config BOARD_RONOTH_LODEV
	bool "Ronoth LoDev"
	depends on SOC_STM32L073XX
+14 −0
Original line number Diff line number Diff line
# Ronoth LoDev board configuration
# Copyright (c) 2020/2021 Dean Weiten <dmw@weiten.com>
# SPDX-License-Identifier: Apache-2.0

if BOARD_RONOTH_LODEV

config BOARD
	default "ronoth_lodev"

config SPI_STM32_INTERRUPT
	default y
	depends on SPI

endif # BOARD_RONOTH_LODEV
+8 −0
Original line number Diff line number Diff line
# Ronoth LoDev board configuration
# Copyright (c) 2020/2021 Dean Weiten <dmw@weiten.com>
# SPDX-License-Identifier: Apache-2.0

board_runner_args(jlink "--device=STM32L073RZ" "--speed=4000")

include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
+23.3 KiB
Loading image diff...
Loading