| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-03 | add 'stm32l052dap52' (STM32L052K8 MCU) board target | Peter Lawrence | |
| 'dap52' is Olimex's name of their STM32L052-based fork of 'dap42' | |||
| 2022-07-19 | Merge pull request #1568 from hathach/revert-hid-callback-len-temporarily | Ha Thach | |
| temporarily revert len back to uint8_t in tud_hid_report_complete_cb() 0.14.0 release | |||
| 2022-07-18 | Merge pull request #1531 from pigrew/usbtmc_highspeed | Ha Thach | |
| USBTMC: Fixes and support for high-speed USB | |||
| 2022-07-17 | temporarily revert len back to uint8_t in tud_hid_report_complete_cb() for ↵ | hathach | |
| up coming release | |||
| 2022-07-12 | RP@040: rework CMake for compiler warnings | graham sanderson | |
| 2022-07-12 | minor update to webusb serial example | hathach | |
| 2022-06-29 | Merge pull request #1539 from hathach/improve-ci | Ha Thach | |
| Improve ci | |||
| 2022-06-29 | fix end symbol for samx7x and same5x | hathach | |
| 2022-06-29 | skip freertos example for F1C100S | hathach | |
| 2022-06-28 | update rp2040 warnings | hathach | |
| - remove "-Wno-stringop-overflow -Wno-array-bounds" - skip -Wconversion for gcc 9 and prior - suppress_tinyusb_warnings only when building with gcc 9 and below | |||
| 2022-06-28 | Merge branch 'master' into rp2040_warning | hathach | |
| 2022-06-27 | rework suppress_tinyusb_warnings | graham sanderson | |
| * gcc 9.2.1 has some spurious -Wconversion warnings * cmake 3.18 and above require set_target_properties to be added from the target directory (so added it to all examples) * fixed a few warnings in a couple of examples | |||
| 2022-06-27 | suppress error with net example | hathach | |
| 2022-06-27 | prevent error on specific warnings for net lwip & dual example for rp2040 | hathach | |
| 2022-06-27 | fix all device examples warnings | hathach | |
| 2022-06-27 | Merge branch 'master' into add-more-warnings | hathach | |
| 2022-06-27 | change report len in hid API from uint8_t to uint16_t | hathach | |
| since HS interrupt endpoint can be up to 1024, 8-bit is not enough. affected APIs are: - tud_hid_n_report() / tud_hid_report() - tud_hid_report_complete_cb() | |||
| 2022-06-27 | fix most warnings with rp2040 -wconversion | hathach | |
| 2022-06-24 | USBTMC: Update test python code to use the new pyvisa namespace, and other ↵ | NConrad | |
| misc fixes | |||
| 2022-06-24 | suppress redundant-decls warnings for freertos examples | hathach | |
| 2022-06-24 | add more warning option, also fix -Wconversion with rp2040 | hathach | |
| -Wuninitialized, -Wunused, -Wredundant-decls | |||
| 2022-06-21 | Update USBTMC descriptors to support high speed, set USB version to 2.0.0 ↵ | NConrad | |
| for all cases. | |||
| 2022-06-17 | correct bulk size for highspeed endpoint in dynamic_configuration and usbtmc ↵ | hathach | |
| exmaples | |||
| 2022-06-06 | more example update | hathach | |
| 2022-06-06 | clean up example to use CFG_TUD_ENABLED + CFG_TUD_MAX_SPEED instead of ↵ | hathach | |
| CFG_TUSB_RHPORT0_MODE | |||
| 2022-06-03 | remove static port defined for device/host | hathach | |
| 2022-06-02 | rhport argument in usbd_ API() is not used (always use the initialized port) | hathach | |
| remove the usage of TUD_OPT_RHPORT in class driver | |||
| 2022-06-01 | rename board specific macro for example | hathach | |
| - BOARD_DEVICE/HOST_RHPORT_NUM to BOARD_TUD/H_RHPORT - BOARD_DEVICE/HOST_RHPORT_SPEED to BOARD_TUD/H_MAX_SPEED | |||
| 2022-06-01 | remove cmake compile macro for net example (use lwipopts.h instead) | hathach | |
| 2022-05-28 | Fix printf long int compiler error | Leon Loeser | |
| 2022-05-20 | Minor cleanup of RP2040 code post addition of Pico-PIO_USB | graham sanderson | |
| * Removed some compiler warnings, and cleaned out unnecessary warning suppression from CMake suppress_tinyusb_warnings() * Made explicit family_configure_dual_usb_example() for DUAL mode examples as family_configure_target() may not generally be called multiple times for the same target * Renamed library pico_pio_usb to tinyusb_picio_pio_usb to be clearer and avoid conflict if someone already has a pico_pio_usb in their project * Added family_add_pico_pio_usb() method for adding Pico-PIO_SUB support to an existing example * Allowed tinyusb_pico_pio_usb to be added to regular apps using the Pico SDK | |||
| 2022-04-27 | clean up | hathach | |
| 2022-04-27 | add TU_ATTR_FAST_FUNC for rp2040 __not_in_flash() section | hathach | |
| 2022-04-21 | Merge branch 'master' into pio-host | hathach | |
| 2022-04-20 | update example for better cdc echo | hathach | |
| 2022-04-20 | add note for tud_task() behavior in freertos example | hathach | |
| 2022-04-20 | add tud_task_ext(), tuh_task_ext() as exteneded version that take timeout ↵ | hathach | |
| and in_isr also allow exit tud_task,tuh_task after processing all events for running other background task for user | |||
| 2022-04-20 | fix freertos issue when 1 tick > 1 ms | hathach | |
| 2022-04-15 | pio device works well | hathach | |
| 2022-04-14 | catch up with pio lib | hathach | |
| 2022-04-08 | proof of concpet that device pio-usb work with host pio-usb | hathach | |
| 2022-03-09 | Merge pull request #1360 from ccrome/uac2_headset_descriptor_update | Ha Thach | |
| in TUD_AUDIO_HEADSET_STEREO_DESCRIPTOR, _nitfs should be 3. | |||
| 2022-03-04 | fix build with esp32s2, also use dwc2 for esp example | hathach | |
| 2022-03-01 | in TUD_AUDIO_HEADSET_STEREO_DESCRIPTOR, _nitfs should be 3. | caleb crome | |
| I believe that there is a mistake in the definition of TUD_AUDIO_HEADSET_STEREO_DESCRIPTOR. The nitfs in the audio descriptor is always 3 regardless of ITF_NUM_TOTAL. | |||
| 2022-02-25 | fix uac2_headset build | hathach | |
| 2022-02-25 | auto detect max rhport speed based on mcu | hathach | |
| 2022-02-18 | fix build with latest esp idf | hathach | |
| 2022-02-15 | msc example response PREVENT_ALLOW_MEDIUM_REMOVAL command as unsupported command | hathach | |
| LUN1 of msc_disk_dual will be set to not ready to simulate medium not present (e.g SD card removed) | |||
| 2022-01-25 | Merge branch 'master' into master | Ha Thach | |
| 2022-01-19 | enable ci build for RX65X host example | hathach | |
| update comment for unit not ready 3a-00 additional sense | |||
