update host example, add pio-pico-usb for rp2040

This commit is contained in:
hathach
2023-03-17 14:06:25 +07:00
parent f349ae7702
commit 317177c83d
12 changed files with 40 additions and 24 deletions

View File

@@ -75,6 +75,12 @@
#include "tusb_timeout.h" // TODO remove
enum
{
TU_INDEX_INVALID_8 = 0xFFu
};
//--------------------------------------------------------------------+
// Optional API implemented by application if needed
// TODO move to a more ovious place/file