| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-01 | fix board name with dash | hathach | |
| 2023-07-31 | enable USBMC for uno r4, add board_init_after_tusb() API | hathach | |
| add BOARD_UPPERCASE for board detection | |||
| 2023-07-27 | Merge branch 'master' into renesas_ra_hs_rebased | hathach | |
| 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-21 | add hcd_edpt_abort_xfer() API | hathach | |
| 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-07-18 | Change a variable to a target so that it works on windows command prompt | kkitayam | |
| echo command of windows command prompt can't handle line breaks in a variable. | |||
| 2023-07-07 | enable host example for ra | hathach | |
| 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 | allow to skip CPU_CORE | 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-17 | fix example of bare_api, check empty string | dsugisawa-mixi | |
| 2023-06-16 | fix build warnings | hathach | |
| 2023-06-16 | fix build, update freertos config for cmake | hathach | |
| 2023-06-16 | renam OPT_MCU_MIMXRT to OPT_MCU_MIMXRT1XXX | hathach | |
| fix build util with makefile | |||
| 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-12 | add typec example to cmake | hathach | |
| 2023-06-12 | tested with 9V request | hathach | |
| 2023-06-12 | wrap up initial PD support for G4 | hathach | |
| 2023-06-08 | Fix typos | Eugene Kliuchnikov | |
| 2023-06-07 | able to response with good crc | hathach | |
| 2023-06-07 | inital support for usb typec and pd example | hathach | |
| 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-19 | improve flash target | hathach | |
| 2023-05-19 | adding cpu core .mk for makefile | hathach | |
| fix cortex m33 for nrf5340 dk | |||
| 2023-05-19 | move cmake folder to tools/ | hathach | |
| 2023-05-16 | fix error on EHCI causes xfer error in non-queued qhd which cause memory fault | hathach | |
| 2023-05-16 | EHCI: fix xfer failed with disconnected device as stalled | hathach | |
| - change CFG_TUH_ENDPOINT_MAX to 16 (max endpoint pair per device) if not defined - change QHD_MAX for EHCI, should be user configurable and more optimized in the future | |||
| 2023-05-15 | update nrf cmake and make to support nrf5340 (pca10095) | hathach | |
| 2023-05-15 | adding nrf | hathach | |
| 2023-05-13 | able to build lpc55 | hathach | |
| 2023-05-10 | try to build with cmake on ci | hathach | |
| 2023-05-10 | allow imxrt build with dual exmaples | hathach | |
| 2023-05-09 | skip link option --print-memory-usage for renesas rx since it does not ↵ | hathach | |
| support this option | |||
| 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-08 | build host examples with imx | hathach | |
| 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-05-04 | fix cmake build | hathach | |
| 2023-04-27 | more refactor | hathach | |
| 2023-04-27 | cp210x seems to work well | hathach | |
| 2023-04-27 | rename ftdi_host to ftdi_sio | hathach | |
| 2023-04-26 | enable CDC FTDI | hathach | |
