try to add samd51 to hil pool using doublereset (rpi gpio) and bossac

This commit is contained in:
hathach
2023-12-13 18:54:00 +07:00
parent 59ecdb78fe
commit 19d7d62e80
9 changed files with 84 additions and 15 deletions

View File

@@ -33,11 +33,6 @@
extern "C" {
#endif
// Level where CFG_TUSB_DEBUG must be at least for USBD is logged
#ifndef CFG_TUD_LOG_LEVEL
#define CFG_TUD_LOG_LEVEL 2
#endif
#define TU_LOG_USBD(...) TU_LOG(CFG_TUD_LOG_LEVEL, __VA_ARGS__)
//--------------------------------------------------------------------+