DragonProbe/bsp/rp2040/protocfg.h

20 lines
290 B
C
Raw Normal View History

#ifndef PROTOCFG_H_
#define PROTOCFG_H_
#define DBOARD_HAS_UART
#define DBOARD_HAS_CMSISDAP
#define DBOARD_HAS_SERPROG
/*#define DBOARD_HAS_TINYI2C*/
#define HID_N_CMSISDAP 0
#define CDC_N_UART 0
#define CDC_N_SERPROG 1
#ifdef USE_USBCDC_FOR_STDIO
#define CDC_N_STDIO 2
#endif
#endif