Go to file
imi415 735f87f3eb
Added LICENSE and README.
2022-05-28 22:52:30 +08:00
demos/i2cdetect Initial commit. 2022-05-28 22:40:32 +08:00
libusbsio@ec43d3ce9f Initial commit. 2022-05-28 22:40:32 +08:00
.clang-format Initial commit. 2022-05-28 22:40:32 +08:00
.gitmodules Initial commit. 2022-05-28 22:40:32 +08:00
CMakeLists.txt Initial commit. 2022-05-28 22:40:32 +08:00
LICENSE Added LICENSE and README. 2022-05-28 22:52:30 +08:00
README.md Added LICENSE and README. 2022-05-28 22:52:30 +08:00

README.md

Demo Projects for libusbsio

Introduction

This repository contains demo projects which utilizes the USBSIO functionality of the MCU-Link/MCU-Link Pro as well as some LPC-Link2 debug probes.

The host library libusbsio is provided by NXP, modifications are made for use with standard Linux environment.

How to build

mkdir build && cd build
cmake ..
make

The binary files will be located at build/demos/${DEMO_NAME}

Demo List

  • i2cdetect: Similar to Linux i2cdetect utility, interrogates the I2C bus for devices.
  • Coming soon...

Disclaimer

The License.txt file contains NXP's original license terms, any other files not covered by the licenses above shall subject to the MIT license, which attached in the LICENSE file.