Merge in upstream changes

Merge upstream changes and expand example support to hid examples.
This commit is contained in:
Gordon McNab
2021-12-08 10:05:32 +00:00
parent 45869958f6
commit fa06bd01c9
6 changed files with 270 additions and 3 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"files.associations": {
"tusb_option.h": "c",
"ft900.h": "c",
"ft900_usbd.h": "c",
"ft900_registers.h": "c",
"ft900_usbd_registers.h": "c",
"dcd.h": "c",
"stdint.h": "c",
"board.h": "c",
"ft900_ehci_registers.h": "c",
"stdint-gcc.h": "c",
"ft900_memctl.h": "c",
"stddef.h": "c"
},
"cmake.configureOnOpen": true
}