Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.12 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.12 KB

zdv

Zephyr DAPLink Validation

Build instructions

Follow the Zephyr Getting Started Guide to setup the build environment. This project is tested using the GNU Arm Embedded Toolchain, you can also look at the relevant section in Zephyr documentation.

  • Install the toolchain.
  • Set ZEPHYR_TOOLCHAIN_VARIANT to gnuarmemb, and GNUARMEMB_TOOLCHAIN_PATH to the toolchain installation directory.
    export ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb
    export GNUARMEMB_TOOLCHAIN_PATH=/usr/local/gcc-arm-embedded/10.3-2021.07
    
$ mkdir zdv-workspace
$ cd zdv-workspace
$ west init -m git@github.com:mbrossard/zdv.git
$ west update
$ make -f zdv/build.mk

Contributors