esrijan / ddk-software

Device Development Kit (DDK)'s software explorations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ddk-software

Device Development Kit (DDK)'s software explorations

This project is released under the Juice Sharing License (See LICENSE file for details). Many parts of this project have been derived from other open source projects. Here's the list of content, sourced from their corresponding open source projects, and then modified / ported for the DDK:

Check the above individually for the licenses, they are bound to.

This directory contains various sub-projects, each an exploration on its own, along with the following in capital letters:

  • README.md - this file

  • LICENSE - project's license file

  • rules.mk - master Makefile for building various DDK related stuff

  • BootloadHID - boot loader for DDK (typically already flashed on a DDK)

  • Examples - various "code examples" aka "libraries + demos" for DDK hacks

  • LDDKFirmware - Firmware for DDK to become a USB device for various Linux device driver experiments

About

Device Development Kit (DDK)'s software explorations

License:Other


Languages

Language:C 76.7%Language:C++ 13.7%Language:Assembly 4.3%Language:Makefile 4.2%Language:Shell 1.1%