File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11# Adafruit TinyUSB Arduino Library Changelog
22
3+ ## 1.3.2 - 2021.07.07
4+
5+ - revert CFG_TUSB_DEBUG = 0 on SAMD port
6+
7+ ## 1.3.1 - 2021.07.06
8+
9+ - Fix warning with ci build for rp2040 core
10+ - Fix example build for esp32s2
11+ - Use ARDUINO_NRF52_ADAFRUIT instead of ARDUINO_ARCH_NRF52
12+
13+ ## 1.3.0 - 2021.06.29
14+
15+ - Move tusb_config for each ports into library to make it more portable
16+ - Adding support for ESP32S2 (still need PR to be merged from esp32-arduino)
17+ - Update CDC to have instance and getInstanceCount()
18+ - Allow USB_VID/PID to be declared in variant pins_arduino.h
19+ - Use bug report form template
20+
321## 1.1.0 - 2021.06.21
422
523- Add support for multiple CDC ports (need to modify tusb_config.h)
Original file line number Diff line number Diff line change 11name =Adafruit TinyUSB Library
2- version =1.3.1
2+ version =1.3.2
33author =Adafruit
44maintainer =Adafruit <info@adafruit.com>
55sentence =TinyUSB library for Arduino
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ extern "C" {
4646
4747#define CFG_TUSB_OS OPT_OS_NONE
4848
49- #define CFG_TUSB_DEBUG 2
49+ #define CFG_TUSB_DEBUG 0
5050#if CFG_TUSB_DEBUG
5151#define CFG_TUSB_DEBUG_PRINTF serial1_printf
5252#endif
You can’t perform that action at this time.
0 commit comments