Extra Zephyr RTOS board definitions, microcontroller support, drivers, and scripts.
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
| name | notes |
|---|---|
| k66f_breakout | |
| nogusb | MCUboot |
| lpc845brk | |
| leveler | |
| 6wire | |
| efm32wg | |
| jabican_usb_pro | MCUboot |
| stm32_esc | |
| lpc845_lin | |
| usb_pdmon | |
| k66f_usbhs | MCUboot |
| name | notes |
|---|---|
| LPC84x | uart, gpio |
| CH32X035 | usb, usbpd, adc, uart, non-isr gpio |
| K66F | sdhc |
| name | notes |
|---|---|
| lin | lightweight, callback based API |
| lin_uart | works w/ any uart |