passkey_fw/src
Jerzy Kasenberg 1c9a839401 audio_device: Fix unused variable warning
In some configurations local variable p_desc_parse_for_params
is declared and never used resulting in warning that can
be escalated to build error (for mynewt)

Now variable is surrounded with same preprocessor condition
as function that uses it audiod_parse_for_AS_params()
2024-01-23 13:51:10 +01:00
..
class audio_device: Fix unused variable warning 2024-01-23 13:51:10 +01:00
common fix conflict of BIT() macro 2024-01-15 19:02:02 +07:00
device style changes 2024-01-12 16:05:35 +07:00
host - change tuh_event_hook_cb, tud_event_hook_cb to weak default implementation 2024-01-12 15:47:08 +07:00
osal minor-update 2023-11-23 17:53:17 +07:00
portable Merge pull request #2401 from Ryzee119/ohci_more_dev 2024-01-12 17:48:01 +07:00
typec rename typec driver 2023-06-14 11:07:58 +07:00
CMakeLists.txt improve processing usb complete and error isr. 2023-07-25 15:07:21 +07:00
tinyusb.mk fix build with new freertos host example 2023-09-28 12:55:59 +07:00
tusb.c improved CFG_TUSB_DEBUG handling due to compile errors 2023-12-08 16:59:52 +01:00
tusb.h change hcd_int_handler(rhport, in_isr) signature: add in_isr 2023-09-27 15:51:03 +07:00
tusb_option.h merge and cherry pick changes 2024-01-16 17:25:44 +07:00