summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_freertos
AgeCommit message (Expand)Author
2023-11-23move make.mk and rules.mk to build_system/makehathach
2023-09-28fix build with new freertos host examplehathach
2023-09-25adding host/cdc_msc_hid_freertos examplehathach
2023-08-09Merge pull request #2202 from Rocky04/patch-4Ha Thach
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-07-26updating hcd rusb2hathach
2023-06-27rework cmake with rtos support add RTOS to family_configure_device/host/dual_...hathach
2023-06-24fix iar with makehathach
2023-06-24fix missing replacehathach
2023-05-07update all device cmake example for imxhathach
2023-05-06cmake work well with imxrthathach
2023-04-21build all freertos, not able to build net lwip due to lack of sio_open()hathach
2023-04-21update freeRTOS kernel to latest for library cmakehathach
2023-04-21update most examples cmake to build with imxrthathach
2023-03-30more esp32 cmake clean uphathach
2023-03-30update all cmake for esp32 buildhathach
2023-03-30merge s2 and s3, update cmake for espressif, add tinyusb_src as componenthathach
2023-03-17fix trailing space and new linehathach
2023-03-16rename FREERTOS_PORT to FREERTOS_PORTABLE_SRChathach
2023-03-08fix freertos build with iar, format/indent link_typehathach
2023-03-08Merge branch 'master' into renesas-rahathach
2023-03-06integrate top.mk into make.mkhathach
2023-01-30hardcoded configPRIO_BITS for IAR build to pass CIhathach
2023-01-17update freertos example to build with iarhathach
2023-01-07Merge branch 'master' into ch32v307Ha Thach
2022-12-05Merge pull request #1767 from pete-pjb/masterHa Thach
2022-12-05clean osal_freertos, update freertos examples to work with configSUPPORT_DYNA...hathach
2022-12-04Fix typosBastien Nocera
2022-06-29skip freertos example for F1C100Shathach
2022-06-27fix most warnings with rp2040 -wconversionhathach
2022-06-24suppress redundant-decls warnings for freertos exampleshathach
2022-06-06clean up example to use CFG_TUD_ENABLED + CFG_TUD_MAX_SPEED instead of CFG_TU...hathach
2022-06-02rework make freertos port handlingRafael Silva
2022-06-01rename board specific macro for examplehathach
2022-05-21Merge branch 'master' into ch32v307Ha Thach
2022-04-20update example for better cdc echohathach
2022-04-20add note for tud_task() behavior in freertos examplehathach
2022-04-20add tud_task_ext(), tuh_task_ext() as exteneded version that take timeout and...hathach
2022-04-20fix freertos issue when 1 tick > 1 mshathach
2022-03-22Skip freertos for ch32v307Greg Davill
2022-02-18fix build with latest esp idfhathach
2022-02-15msc example response PREVENT_ALLOW_MEDIUM_REMOVAL command as unsupported commandhathach
2022-01-25Merge branch 'master' into masterHa Thach
2022-01-05Unify skip and only logic for build scriptsScott Shawcroft