Skip to content

Zephyr support for the FS OBC, including custom support for the TMS570LS1224 SoC

Notifications You must be signed in to change notification settings

OrbitNTNU/zephyr-tms570

Repository files navigation

This repository acts as a Zephyr module, implementing support for the FramSat-1 and FramSat1.5 on board computer. This includes custom SoC support for the TI TMS570LS1224 SoC, aswell as board configuration files.

Usage

In order to use the TMS570LS1224 SoC, the included big-endian arm-none-eabi toolchain must be used. To do so, add the below to your CMakeLists.txt:

set(TOOLCHAIN_ROOT <path/to/this/module>)
set(ZEPHYR_TOOLCHAIN_VARIANT be-arm-none-eabi)

The module must also be included in the Zephyr build system, which can be done with:

set(EXTRA_ZEPHYR_MODULES <path/to/this/module>)

About

Zephyr support for the FS OBC, including custom support for the TMS570LS1224 SoC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published