# free-dap **Repository Path**: koendv/free-dap ## Basic Information - **Project Name**: free-dap - **Description**: A small cmsis-dap adapter for stm32f411 and gd32vf103 - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-01-12 - **Last Updated**: 2024-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # free-dap for TinyUSB This is free-dap, a free and open implementation of the CMSIS-DAP debugger firmware, using the TinyUSB usb stack. Both SWD and JTAG protocols are supported. ## Installing - [stm32f411 black pill](platform/stm32f411blackpill/README.md) - [gd32vf103 sipeed longan nano](platform/sipeed_longan_nano/README.md) free-dap and tinyusb on risc-v has one interesting property: it does not contain any software licensed from the company "Arm". free-dap is easily ported to any processor supported by [TinyUSB](https://github.com/hathach/tinyusb). This project is is based on Alex Taradov's [free-dap](https://github.com/ataradov/free-dap). _not truncated_