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 1
1
# Adafruit TinyUSB Arduino Library Changelog
2
2
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
+
3
21
## 1.1.0 - 2021.06.21
4
22
5
23
- Add support for multiple CDC ports (need to modify tusb_config.h)
Original file line number Diff line number Diff line change 1
1
name =Adafruit TinyUSB Library
2
- version =1.3.1
2
+ version =1.3.2
3
3
author =Adafruit
4
4
maintainer =Adafruit <info@adafruit.com>
5
5
sentence =TinyUSB library for Arduino
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ extern "C" {
46
46
47
47
#define CFG_TUSB_OS OPT_OS_NONE
48
48
49
- #define CFG_TUSB_DEBUG 2
49
+ #define CFG_TUSB_DEBUG 0
50
50
#if CFG_TUSB_DEBUG
51
51
#define CFG_TUSB_DEBUG_PRINTF serial1_printf
52
52
#endif
You can’t perform that action at this time.
0 commit comments