dragonlock2 / zephyrboards

Zephyr RTOS board definitions for extra boards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zephyrboards

Extra Zephyr RTOS board definitions, microcontroller support, drivers, and scripts.

setup

Follow Zephyr's Getting Started Guide to get dependencies installed. Then create a new workspace using this repo.

west init -m https://github.com/dragonlock2/zephyrboards.git <workspace name>
cd <workspace name>
west update

boards

name notes
k66f_breakout
nogusb MCUboot
lpc845brk
leveler
6wire
efm32wg leuart, spi not working
jabican_usb_pro MCUboot
stm32_esc
lpc845_lin
usb_pdmon

microcontroller

name notes
LPC84x uart, gpio working
CH32X035 usb, usbpd, adc, uart, non-isr gpio working

drivers

name notes
lin lightweight, callback based API
lin_uart works w/ any uart

About

Zephyr RTOS board definitions for extra boards

License:Apache License 2.0


Languages

Language:C 95.6%Language:CMake 4.4%