tinyusb: Allow dynamic configuration descriptor

and remove ringbuf.h include from public headers
and unused HID descriptor code
This commit is contained in:
Tomas Rezucha
2022-02-10 14:49:11 +01:00
parent 6206302787
commit 0377fc8d92
10 changed files with 103 additions and 106 deletions

View File

@@ -12,7 +12,6 @@ extern "C" {
#include <stdint.h>
#include "freertos/FreeRTOS.h"
#include "freertos/ringbuf.h"
#include "freertos/semphr.h"
#include "freertos/timers.h"
#include "tusb.h"