Go to file
Yilin Sun e83a3c6a1e
Added blinky example.
Signed-off-by: Yilin Sun <imi415@imi.moe>
2023-01-17 12:10:02 +08:00
demos Added blinky example. 2023-01-17 12:10:02 +08:00
libusbsio@ea9afb6c50 Added AHT10 demo. 2022-06-30 23:00:17 +08:00
.clang-format Seperated AHT10 driver. 2022-07-01 23:44:15 +08:00
.gitmodules Initial commit. 2022-05-28 22:40:32 +08:00
CMakeLists.txt Added blinky example. 2023-01-17 12:10:02 +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.