| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-03 | add makefile, add cdc_uac2 to cmake example list, update descriptor to build ↵ | hathach | |
| with nrf and samg/7x | |||
| 2023-08-03 | Merge branch 'master' into cdc_uac2_example | hathach | |
| 2023-08-03 | add osal queue name if needed | hathach | |
| also mass change configQUEUE_REGISTRY_SIZE = 4 | |||
| 2023-07-31 | enable USBMC for uno r4, add board_init_after_tusb() API | hathach | |
| add BOARD_UPPERCASE for board detection | |||
| 2023-07-26 | updating hcd rusb2 | hathach | |
| - make osal_task_delay() as weak function in usbh - implement osal_task_delay() in hcd rusb2 (may moved to other places) | |||
| 2023-07-18 | Fix build issues when building for RP2040 from pico-examples/pico-sdk. | graham sanderson | |
| * include_guard requires GLOBAL as family.cmake is included in multiple non child places * the following recently added check is suprfluous (family_configure_host_example for rp2040 should do this already), and breaks if pico_pio_usb is not avaialble, so i have removed # Add pico-pio-usb for rp2040 since user can choose to run on bit-banging host if(FAMILY STREQUAL "rp2040") family_add_pico_pio_usb(${PROJECT}) endif() * added new familt_example_missing_dependency functino to print missing dependency warning, so pico-examples can override it to be less in your face, and also more contextual to pico-examples | |||
| 2023-06-27 | rework cmake with rtos support add RTOS to ↵ | hathach | |
| family_configure_device/host/dual_example() | |||
| 2023-06-24 | fix iar with make | hathach | |
| 2023-06-24 | fix missing replace | hathach | |
| 2023-06-24 | separate iar and gcc build for clean make, also add cpu specific make | hathach | |
| 2023-06-21 | Merge pull request #2101 from eustas/patch-1 | Ha Thach | |
| Fix typos | |||
| 2023-06-19 | Add CDC+UAC2 composite device example for Pico | Angel Molina | |
| Signed-off-by: Dhiru Kholia <[email protected]> | |||
| 2023-06-16 | fix build warnings | hathach | |
| 2023-06-16 | fix build, update freertos config for cmake | hathach | |
| 2023-06-15 | Merge pull request #1985 from kkitayam/uvc_bulk | Ha Thach | |
| Add the capability for video class to handle a bulk endpoint in the streaming interface. | |||
| 2023-06-08 | Fix typos | Eugene Kliuchnikov | |
| 2023-06-02 | add IAR support for G0 with cmake | hathach | |
| 2023-05-26 | fix build with net_lwip_webserver example | hathach | |
| 2023-05-23 | Enhance chipidea (#2075) | Ha Thach | |
| * update chipidea dcd, remove manual ep_count and use DCCPARAMS to get number of endpoint instead * add dcd dcache for chipidea * add cmake for lpc18 * add makefile build for mcx * use fork of mcu sdk * fix ci build with nrf * flash rp2040 with openocd | |||
| 2023-05-10 | try to build with cmake on ci | hathach | |
| 2023-05-08 | fix linking missing ivt symbol for imxrt with cmake | hathach | |
| changed device port = 0, host port =1 for imxrt 1060 and 1064 | |||
| 2023-05-07 | update all device cmake example for imx | hathach | |
| 2023-05-06 | cmake work well with imxrt | hathach | |
| 2023-05-04 | wip | hathach | |
| 2023-04-21 | build all freertos, not able to build net lwip due to lack of sio_open() | hathach | |
| 2023-04-21 | update freeRTOS kernel to latest for library cmake | hathach | |
| add per family freeRTOSConfig.h also make changes to build with freertos_kernel cmake - hard coded configPRIO_BITS based on family - change configSUPPORT_STATIC_ALLOCATION to 0, configSUPPORT_DYNAMIC_ALLOCATION to 1 - enable configRECORD_STACK_HIGH_ADDRESS for tracing - enable INCLUDE_xTaskGetCurrentTaskHandle which is required to compile stream_buffer (although we don't use it). | |||
| 2023-04-21 | update most examples cmake to build with imxrt | hathach | |
| 2023-04-21 | example run well with cmake for imxrt | hathach | |
| 2023-04-20 | clean up | hathach | |
| 2023-04-20 | board test running with cmake | hathach | |
| 2023-04-20 | adding cmake build for imxrt1010 | hathach | |
| 2023-04-14 | Fix spelling configuraiton->configuration | Devin Auclair | |
| 2023-04-08 | Fix case. | HiFiPhile | |
| 2023-04-08 | fix audio comment error | tyustli | |
| 2023-04-06 | Merge pull request #2006 from hathach/cmake | Ha Thach | |
| Cmake | |||
| 2023-03-30 | Update samples | epatstarkey | |
| 2023-03-30 | more esp32 cmake clean up | hathach | |
| 2023-03-30 | update all cmake for esp32 build | hathach | |
| 2023-03-30 | merge s2 and s3, update cmake for espressif, add tinyusb_src as component | hathach | |
| 2023-03-26 | Add MJPEG descriptor for bulk transfer | kkitayam | |
| 2023-03-25 | Add descriptor for a bulk endpoint as a streaming endpoint | kkitayam | |
| 2023-03-22 | Remove const from tud_network_mac_address in example and test files | Matt Mills | |
| 2023-03-18 | fix ci with kl25z | hathach | |
| 2023-03-18 | minor clean up | hathach | |
| 2023-03-17 | Merge branch 'master' into portability | hathach | |
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2023-03-16 | rename FREERTOS_PORT to FREERTOS_PORTABLE_SRC | hathach | |
| also fix trailing spaces | |||
| 2023-03-08 | fix freertos build with iar, format/indent link_type | hathach | |
| 2023-03-08 | Merge branch 'master' into renesas-ra | hathach | |
| 2023-03-06 | integrate top.mk into make.mk | hathach | |
