| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-10 | adding python script to manage dependencies instead of submodule | hathach | |
| 2023-03-08 | improve ci | hathach | |
| 2023-03-06 | Merge pull request #1933 from kilograham/rp2040_llvm_tweaks | Ha Thach | |
| make rp2040 code compile cleanly with LLVM embedded toochain for ARM. | |||
| 2023-03-06 | more ci fix | hathach | |
| 2023-03-06 | integrate top.mk into make.mk | hathach | |
| 2023-03-06 | fix iar ci | hathach | |
| 2023-03-06 | update size to fix macos ci | hathach | |
| 2023-03-05 | ignore mkdir in windows ci | hathach | |
| 2023-03-05 | more ci test | hathach | |
| 2023-03-05 | fix ci build on windows | hathach | |
| 2023-03-02 | rp2040: Fixup lib and example compile for LLVM Embedded Toolchain for ARM | graham sanderson | |
| 2023-02-28 | Merge pull request #1828 from HiFiPhile/stm32_fsdev | Ha Thach | |
| stm32_fsdev & ISO EP buffer allocation improvements | |||
| 2023-02-16 | Merge pull request #1825 from HiFiPhile/mic_test | PanRe | |
| Minor audio_test example fix. | |||
| 2023-02-16 | Merge pull request #1853 from NullMember/master | HiFiPhile | |
| examples/uac2: Fix mute and volume array lengths | |||
| 2023-02-13 | add metro m7 1011 board def (not running yet) | hathach | |
| 2023-02-06 | * don't force dependency on pico-pio-usb submodule | graham sanderson | |
| * suppress compiler warning/errors especially in pico-pio-usb * disable use of pico-pio-usb on gcc 11.3+ for now as it doesn't compile | |||
| 2023-02-04 | change length in tud_hid_report_complete_cb() from uint8 to uint16 | hathach | |
| 2023-01-31 | fix typo issue #1859 | hathach | |
| 2023-01-30 | Merge pull request #1768 from ftdigdm/port-ft90x | Ha Thach | |
| Port ft90x | |||
| 2023-01-30 | hardcoded configPRIO_BITS for IAR build to pass CI | hathach | |
| 2023-01-30 | Merge branch 'master' into port-ft90x | Ha Thach | |
| 2023-01-21 | update stm32f1 to support iar build | hathach | |
| 2023-01-20 | slightly update rule.mk for IAR | hathach | |
| 2023-01-20 | fix warning | hathach | |
| 2023-01-18 | fix iar build with board_test | hathach | |
| 2023-01-18 | dont use non-std strncasecmp | hathach | |
| 2023-01-18 | get most examples build with iar | hathach | |
| 2023-01-17 | update freertos example to build with iar | hathach | |
| 2023-01-17 | update makefile to support iar build starting with stm32f070 | hathach | |
| 2023-01-13 | examples/uac2: Fix mute and volume array lengths | Malik Enes Safak | |
| 2023-01-07 | Merge branch 'master' into ch32v307 | Ha Thach | |
| 2022-12-30 | Fix CI. | Mengsk | |
| 2022-12-30 | Add multi-rate audio test example for new ISO buffer allocation. | Mengsk | |
| 2022-12-29 | Minor audio_test example fix. | Mengsk | |
| Fix CFG_TUD_AUDIO_EP_SZ_IN size. | |||
| 2022-12-22 | clean up | hathach | |
| 2022-12-22 | add tuh_cdc_get_local_line_coding() | hathach | |
| 2022-12-22 | cdc host, add set line coding API | hathach | |
| 2022-12-22 | minor clean up | hathach | |
| 2022-12-21 | add tuh_cdc_tx_complete_cb() callback | hathach | |
| 2022-12-21 | add more host cdc API | hathach | |
| tuh_cdc_write_available(), tuh_cdc_read_flush(), tuh_cdc_rx_cb() callback | |||
| 2022-12-21 | correct cdc host app | hathach | |
| 2022-12-21 | updat cdc host app | hathach | |
| 2022-12-21 | finalizing cdc host, has a working read/write | hathach | |
| TODO: first character seems not to get echoed. set control line state seems to failed with LOG < 2 | |||
| 2022-12-16 | adding tuh_cdc_mount_cb/tuh_cdc_umount_cb | hathach | |
| start adding cdc_app.c to example | |||
| 2022-12-05 | Merge pull request #1767 from pete-pjb/master | Ha Thach | |
| Allow the use of non-static allocation for FreeRTOS mutexes & queues | |||
| 2022-12-05 | clean osal_freertos, update freertos examples to work with ↵ | hathach | |
| configSUPPORT_DYNAMIC_ALLOCATION only note: for example to build with configSUPPORT_STATIC_ALLOCATION = 0, one of heap_n.c must be included in makefile/cmake | |||
| 2022-12-04 | more typos | hathach | |
| 2022-12-04 | Fix typos | Bastien Nocera | |
| 2022-11-30 | Merge branch 'hathach:master' into port-ft90x | Gordon McNab | |
| 2022-11-30 | Add endpoint definitions for more example projects. | Gordon McNab | |
