| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-14 | abtract attribute fallthrough | hathach | |
| 2022-07-01 | mimxrt: Change OPT_MCU_MIMXRT1xXX to OPT_MCU_MIMXRT. | robert-hh | |
| Which fits both MIMXRT10XX and MIMXRT11XX. | |||
| 2022-06-30 | mimxrt: Add/change definitions for MIMXRT11XX boards. | robert-hh | |
| These are mostly identical to the MIMXRT10XX, with one tiny difference. | |||
| 2022-06-24 | add more warning option, also fix -Wconversion with rp2040 | hathach | |
| -Wuninitialized, -Wunused, -Wredundant-decls | |||
| 2022-06-08 | make all hcd/dcd function used in isr into ram with ↵ | hathach | |
| __no_inline_not_in_flash_func() for faster irq handling result is 1KB of code moved from rom -> ram | |||
| 2022-06-02 | rhport argument in usbd_ API() is not used (always use the initialized port) | hathach | |
| remove the usage of TUD_OPT_RHPORT in class driver | |||
| 2022-05-31 | Merge pull request #1381 from hathach/add-sof-isr | Ha Thach | |
| Add SOF IRQ Handler | |||
| 2022-05-24 | Merge pull request #1451 from kasjer/kasjer/pic32-sanity-fixes | Ha Thach | |
| pic32 sanity fixes | |||
| 2022-05-13 | changes proposal to audio feedback computation | hathach | |
| 2022-05-01 | Add TU_BREAKPOINT for mips architecture | Jerzy Kasenberg | |
| _mips is provided by xc32-gcc | |||
| 2022-04-27 | clean up | hathach | |
| 2022-04-27 | add TU_ATTR_FAST_FUNC for rp2040 __not_in_flash() section | hathach | |
| 2022-04-22 | keep up with pio usb | hathach | |
| 2022-04-20 | add tud_task_ext(), tuh_task_ext() as exteneded version that take timeout ↵ | hathach | |
| and in_isr also allow exit tud_task,tuh_task after processing all events for running other background task for user | |||
| 2022-03-19 | Implement power of two, shift, and float calculation | Reinhard Panhuber | |
| 2022-03-13 | add synchronous (blocking) support for usbh control transfer | hathach | |
| - add synchronous version of all get descriptor API - update bare example to use sync API for string descriptor - change order of index, language_id in tuh_descriptor_get_string() to match similar API of libusb - add index to tuh_descriptor_get_hid_report() | |||
| 2022-03-10 | remove obsolete device state | hathach | |
| 2022-03-10 | merge control stage host and device value | hathach | |
| 2022-03-09 | implement tu_edpt_release() | hathach | |
| 2022-03-09 | adding tusb_private.h to implement common edpt claim | hathach | |
| 2022-03-09 | add tusb_debug.h remove tusb_error.h | hathach | |
| move debug utils to new header | |||
| 2022-03-07 | Merge pull request #1374 from kasjer/kasjer/stm32wb55 | Ha Thach | |
| stm32wb55 support | |||
| 2022-03-07 | Add support for STM32WB mcu | Jerzy Kasenberg | |
| 2022-03-04 | add tuh_descriptor_get() and tuh_descriptor_device_get() | hathach | |
| 2022-03-03 | Add host string descriptor functions | Scott Shawcroft | |
| Plus typo fixes, GCC11 array bounds fix, snprintf for malloc-free debug and pragmas for alignment checks. | |||
| 2022-02-28 | Merge pull request #1345 from alexandre-perrin/iar-cpp-verify-static | Ha Thach | |
| Fix CPP compilation with IAR | |||
| 2022-02-26 | add highspeed detect for f723/730/733 | hathach | |
| 2022-02-26 | add TUP_USBIP_DWC2 | hathach | |
| 2022-02-26 | more internal rename | hathach | |
| 2022-02-26 | mcu specific rename | hathach | |
| 2022-02-26 | Merge pull request #1311 from Wini-Buh/CCRX_Ext | Ha Thach | |
| Solve problems with CCRX toolchain | |||
| 2022-02-25 | more symbol rename | hathach | |
| 2022-02-25 | internal symbol rename | hathach | |
| 2022-02-25 | minor house keeping | hathach | |
| 2022-02-25 | rename and move dcd_attr.h to tusb_mcu_attr.h | hathach | |
| 2022-02-23 | Fix CPP compilation with IAR | Alexandre Perrin | |
| IAR defines __STDC_VERSION__ in cpp as well. Which causes TU_VERIFY_STATIC to be defined as _Static_assert instead of cpp's static_assert. This reorders __cplusplus__ to be first, then to fallback to __STDC_VERSION__ if not CPP. | |||
| 2022-02-01 | Modifications for CCRX toolchain | Roland | |
| 2022-01-25 | Merge branch 'master' into master | Ha Thach | |
| 2022-01-19 | fix idfgh-6508: return type in tu_fifo_peek_n() | ||
| https://github.com/espressif/esp-idf/issues/8161 | |||
| 2022-01-19 | fix locked mutex when fifo is full | hathach | |
| 2022-01-06 | Enable breakpoints for ARM8M (e.g. cortex-m33) | EmergReanimator | |
| 2021-11-30 | Ignore certain compiler options on ARMCC | Yunhao Tian | |
| ARMCC also sets __GNU__ macro, but doesn't support GCC diagnostic pragmas. | |||
| 2021-10-29 | skip snpsid check for gd32, abstract phyfs turnaround, set max timeout ↵ | hathach | |
| calibration. still has issue with gd32 with msc (does work with running with rtt as log). | |||
| 2021-10-29 | correctly init hs phy for bcm | hathach | |
| 2021-10-26 | add hw config struct | hathach | |
| 2021-10-25 | change usage of TU_CHECK_MCU() to prevent macro conflict | hathach | |
| 2021-10-25 | add TU_ARGS_APPLY(), TU_CHECK_MCU() now could check list of mcus | hathach | |
| 2021-10-24 | remove ep descriptor wMaxPacketSize bitfield due to endian issue | hathach | |
| 2021-10-15 | fix -Wcast-qual | hathach | |
| 2021-09-29 | moved ISO attributes from audio to common | kkitayam | |
