summaryrefslogtreecommitdiff
path: root/examples/device/hid_composite_freertos/src
AgeCommit message (Expand)Author
2026-07-14test/hil: usbtest fleet enablement, shuffled scheduling, unique PIDshathach
2026-07-03fix HID_STACK_SIZE typoHiFiPhile
2025-10-30Merge pull request #3271 from karlp/pr/examplesd-freertos-stacksHa Thach
2025-10-30increase freertos stack size when debug is enabledhathach
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-10-28fix descriptor warning when shifting zerohathach
2025-10-24fix several warningshathach
2025-10-02fix typoshathach
2025-10-01examples/device/*_freertos: expand stack size when neededKarl Palsson
2025-09-17Fix board_init_after_tusbHiFiPhile
2025-07-02update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORMhathach
2025-02-11update make to use FreeRTOSConfig in family instead of exampleshathach
2024-11-21- move freertos_hooks to board.chathach
2024-10-15move core init code to dwc2 common. update/correct build for esppressifhathach
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more con...hathach
2024-10-11change tusb_init(), tusb_rhport_init() to use init struct for expandabilityhathach
2024-10-10add new tusb_int_handler(rhport, in_isr) as common irq handlerhathach
2024-06-27Make FreeRTOS config work with Cortex-M33.HiFiPhile
2024-04-25adding support for esp32 for use with max3421e hosthathach
2024-04-09Renesas RX controllers: Recover the previous state of the system write protec...Matthias Schär
2024-04-09Revert "Fixed behavior of the PRCR register. Previous write protection will b...Matthias Schär
2024-04-09Fixed behavior of the PRCR register. Previous write protection will be recove...Matthias Schär
2023-12-18update FreeRTOSConfig.hhathach
2023-08-09Merge pull request #2202 from Rocky04/patch-4Ha Thach
2023-08-07Fixed typoRocky04
2023-08-07Update examplesRocky04
2023-08-04update all examples to use unique ID as serial if avaialblehathach
2023-08-04Merge branch 'master' into enhance-bsphathach
2023-08-03Merge pull request #2052 from arduino/renesas_ra_hs_rebasedHa Thach
2023-08-03rename hw/bsp/board.h to board_api.hhathach
2023-08-03add osal queue name if neededhathach
2023-07-31enable USBMC for uno r4, add board_init_after_tusb() APIhathach
2023-03-30more esp32 cmake clean uphathach
2023-03-30update all cmake for esp32 buildhathach
2023-03-17fix trailing space and new linehathach
2023-02-04change length in tud_hid_report_complete_cb() from uint8 to uint16hathach
2023-01-30hardcoded configPRIO_BITS for IAR build to pass CIhathach
2023-01-17update freertos example to build with iarhathach
2022-12-05clean osal_freertos, update freertos examples to work with configSUPPORT_DYNA...hathach
2022-07-17temporarily revert len back to uint8_t in tud_hid_report_complete_cb() for up...hathach
2022-06-27Merge branch 'master' into add-more-warningshathach
2022-06-27change report len in hid API from uint8_t to uint16_thathach
2022-06-27fix most warnings with rp2040 -wconversionhathach
2022-06-06more example updatehathach
2022-06-01rename board specific macro for examplehathach
2022-04-20add note for tud_task() behavior in freertos examplehathach
2022-03-04fix build with esp32s2, also use dwc2 for esp examplehathach
2022-02-25auto detect max rhport speed based on mcuhathach
2022-02-18fix build with latest esp idfhathach
2021-11-29use 4k stack for example with esp32sxhathach