Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Adapt Vendor Commands
The file DAP_vendor.c provides template source code for extension of a Debug Unit with Vendor Commands. More...
Functions | |
uint32_t | DAP_ProcessVendorCommand (const uint8_t *request, uint8_t *response) |
Process DAP Vendor Command and prepare Response Data. |
Detailed Description
The file DAP_vendor.c provides template source code for extension of a Debug Unit with Vendor Commands.
Copy this file to the project folder of the Debug Unit and add the file to the MDK-ARM project under the file group Configuration.
Function Documentation
uint32_t DAP_ProcessVendorCommand | ( | const uint8_t * | request, |
uint8_t * | response | ||
) |
Process DAP Vendor Command and prepare Response Data.
- Parameters:
-
request pointer to request data response pointer to response data
- Returns:
- number of bytes in response (lower 16 bits) number of bytes in request (upper 16 bits)
Definition at line 63 of file DAP_vendor.c.
Generated on Tue Jul 12 2022 15:37:31 by
