| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-23 | move make.mk and rules.mk to build_system/make | hathach | |
| 2023-11-16 | add imxrt1170 evkb | hathach | |
| 2023-11-14 | Typo fix. | HiFiPhile | |
| 2023-10-31 | Merge pull request #2300 from hathach/add-u5a5 | Ha Thach | |
| Add support for stm32u5a5 (highspeed with built-in femtoPHY) | |||
| 2023-10-31 | uart working on u5a5 | hathach | |
| 2023-10-24 | Update audio_4_channel_mic example for HS device. | HiFiPhile | |
| 2023-10-18 | Adjsut blackout time. | Mengsk | |
| 2023-10-17 | Fix compile. | HiFiPhile | |
| 2023-10-17 | Read sample rate directly from control transfer to eliminate callback. | HiFiPhile | |
| 2023-10-17 | Add flow control for IN transfer. | HiFiPhile | |
| 2023-10-10 | Refactor to get rid of CMSIS DSP lib. | HiFiPhile | |
| 2023-10-10 | Update make & cmake file. | HiFiPhile | |
| 2023-10-10 | Enhance plot script. | HiFiPhile | |
| 2023-10-10 | Enhance audio_4_channel_mic example, plot 4 different waves for each channel. | HiFiPhile | |
| 2023-09-28 | fix build with new freertos host example | hathach | |
| 2023-09-25 | adding host/cdc_msc_hid_freertos example | hathach | |
| 2023-08-09 | Merge pull request #2202 from Rocky04/patch-4 | Ha Thach | |
| Invoke unmounted state on configuration reset | |||
| 2023-08-09 | Merge pull request #2209 from HiFiPhile/hitl | Ha Thach | |
| Enhance HITL test | |||
| 2023-08-09 | update hil test and json (remove troublesome lpc54608), run hil test on ci ↵ | hathach | |
| with IAR build | |||
| 2023-08-07 | Fixed typo | Rocky04 | |
| 2023-08-07 | Update examples | Rocky04 | |
| 2023-08-07 | Merge pull request #2151 from kilograham/rp2040_build_fixes | Ha Thach | |
| Fix build issues when building for RP2040 from pico-examples/pico-sdk. | |||
| 2023-08-04 | update all examples to use unique ID as serial if avaialble | hathach | |
| 2023-08-04 | Merge branch 'master' into enhance-bsp | hathach | |
| 2023-08-03 | add board_get_unique_id() for serial number | hathach | |
| implemented board_get_unique_id() for rp2040 and L4 | |||
| 2023-08-03 | Merge pull request #2052 from arduino/renesas_ra_hs_rebased | Ha Thach | |
| Renesas_RA: add support for board with HS USB port | |||
| 2023-08-03 | add lpc43 family | hathach | |
| 2023-08-03 | rename hw/bsp/board.h to board_api.h | hathach | |
| 2023-08-03 | Merge pull request #2105 from kholia/cdc_uac2_example | Ha Thach | |
| Add CDC+UAC2 composite device example for Pico | |||
| 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 | |||
