Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.3 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.3 KB

FlexBoard Firmware

This repository contains firmware for the Flexboard and FlexEval kits

Bringup code and some driver demos are included. The main firmware application (ZMK) is managed via the west manifest

Note: Zephyr Base

This repository is intended to be build against the downstream Zephyr branch frozen/flexeval-branch based on Zephyr 3.3

Hardware Repository

Autodesk Eagle schematic and board files, as well as PDF schematics, can be found in the following repositories:

Directories

Bringup

This directory contains bringup tests for the FlexEval and Flexboard development kits. It is intended to verify all on device hardware is functioning correctly.

Boards

This directory contains board definitions for the FlexEval and Flexboard boards

Demos

This directory contains any driver demos for the FlexEval and Flexboard that have not been upstreamed into Zephyr.

ZMK Config

This directory contains ZMK configuration including keymaps and board settings. These settings are kept separate from the base board definition so that the base board definition can still be used to build zephyr sample applications.