Skip to content

Commit 908ee03

Browse files
committed
hopefully all is here now
1 parent 76637cb commit 908ee03

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+14
-6
lines changed

tools/sdk/esp32s2/include/tinyusb/port/common/include/usb_descriptors.h

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
#ifdef __cplusplus
16+
extern "C" {
17+
#endif
18+
1519
#pragma once
1620

1721
#include "tusb.h"
@@ -23,8 +27,12 @@
2327
#define USB_STRING_DESCRIPTOR_ARRAY_SIZE 9
2428
typedef char *tusb_desc_strarray_device_t[USB_STRING_DESCRIPTOR_ARRAY_SIZE];
2529

26-
tusb_desc_device_t descriptor_tinyusb;
27-
tusb_desc_strarray_device_t descriptor_str_tinyusb;
30+
extern tusb_desc_device_t descriptor_tinyusb;
31+
extern tusb_desc_strarray_device_t descriptor_str_tinyusb;
32+
33+
extern tusb_desc_device_t descriptor_kconfig;
34+
extern tusb_desc_strarray_device_t descriptor_str_kconfig;
2835

29-
tusb_desc_device_t descriptor_kconfig;
30-
tusb_desc_strarray_device_t descriptor_str_kconfig;
36+
#ifdef __cplusplus
37+
}
38+
#endif

tools/sdk/esp32s2/ld/esp32s2.project.ld

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libasio.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libcbor.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libcoap.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libconsole.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libcxx.a

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)