Skip to content

Commit

Permalink
hosted/ftdi_bmp: Documented where to find information on the FTDI MPS…
Browse files Browse the repository at this point in the history
…SE protocol and commands
  • Loading branch information
dragonmux authored and esden committed Sep 20, 2023
1 parent d0189bb commit c7bca9d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/platforms/hosted/ftdi_bmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@
#include "ftdi_bmp.h"
#include <ftdi.h>

/*
* This file implements the generic and overarching logic and routines needed to talk
* with FTDI devices to interface with JTAG and SWD via them.
*
* References:
* AN_108 - Command Processor for MPSSE and MCU Host Bus Emulation Modes
* https://www.ftdichip.com/Support/Documents/AppNotes/AN_108_Command_Processor_for_MPSSE_and_MCU_Host_Bus_Emulation_Modes.pdf
*/

#if defined(USE_USB_VERSION_BIT)
typedef struct ftdi_transfer_control ftdi_transfer_control_s;
#endif
Expand Down

0 comments on commit c7bca9d

Please sign in to comment.