Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update tinyusb/cbor libraries, fixes idf 5.3.1/issue #9 #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion main/device.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ void device_loop(uint8_t has_touch)
CCID_Loop();
}

void tud_hid_report_complete_cb(uint8_t instance, uint8_t const *report, /*uint16_t*/ uint8_t len)
void tud_hid_report_complete_cb(uint8_t instance, uint8_t const *report, uint16_t len)
{

if (xSemaphoreTake(hid_tx_requested, 0) != pdTRUE)
Expand Down
8 changes: 4 additions & 4 deletions main/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## IDF Component Manager Manifest File
dependencies:
espressif/tinyusb: "~0.14.3"
espressif/esp_tinyusb: "~1.4.2"
espressif/cbor: "~0.6.0"
idf: "^5.0"
espressif/tinyusb: "~0.15.0~10"
espressif/esp_tinyusb: "~1.4.4"
espressif/cbor: "~0.6.0~1"
idf: "^5.0"