| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-18 | use weak local for dcache function to skip if() | hathach | |
| 2023-05-18 | EHCI adding dcahe support, passing enumertaion | hathach | |
| 2023-05-17 | adding hcd_dcache_clean/hcd_dcache_invalidate | hathach | |
| 2023-05-16 | fix error on EHCI causes xfer error in non-queued qhd which cause memory fault | hathach | |
| 2023-05-16 | usbd: fix control transfer issue for chipidea hs when previous status and ↵ | hathach | |
| new setup complete in the same isr frame change usbd edpt busy/stalled/claimed value to 0/1 instead of (true/false) since they are 1-bit field. | |||
| 2023-05-16 | add various check for disconncted device, also fix #1511 un-roll recursive ↵ | hathach | |
| hub removal with usbh queue | |||
| 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-16 | correct EHCI reporting failed xfer (instead of stalled) when device is unplugged | hathach | |
| 2023-05-16 | Merge pull request #2065 from hathach/cmake-lpc55 | Ha Thach | |
| add support for nrf5340 application core with pca10059 | |||
| 2023-05-16 | fix nrf build | hathach | |
| 2023-05-15 | revert ci gcc to 11.2, update nrfx to version 2.11 | hathach | |
| 2023-05-15 | update nrf cmake and make to support nrf5340 (pca10095) | hathach | |
| 2023-05-15 | Update build_arm.yml | Ha Thach | |
| try bump up gcc to 12 | |||
| 2023-05-15 | adding nrf | hathach | |
| 2023-05-13 | revert family.mk | Ha Thach | |
| 2023-05-13 | add support for other lpc55 boards | hathach | |
| 2023-05-13 | able to build lpc55 | hathach | |
| 2023-05-12 | Merge pull request #2057 from abakosh/develop | HiFiPhile | |
| fix(iar_template.ipcf): add missing portable links, and delete the us… | |||
| 2023-05-12 | Remove deprecated dcd_synopsys | HiFiPhile | |
| 2023-05-10 | Merge pull request #2058 from hathach/cmake-imxrt | Ha Thach | |
| Add Cmake for imxrt and Fix EHCI PortSC issue | |||
| 2023-05-10 | more doc build fix | hathach | |
| 2023-05-10 | try to fix build doc | hathach | |
| 2023-05-10 | remove imxrt from makebuild | hathach | |
| 2023-05-10 | forgot sudo | hathach | |
| 2023-05-10 | install ninja | hathach | |
| 2023-05-10 | add python script to help building cmake, build all imxrt boards with ci | 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-09 | fix ehci issue with portsc when enable port power and port reset | hathach | |
| fix attached device not regconized if attached before power on | |||
| 2023-05-09 | simplify cmake target, remove -bsp | hathach | |
| 2023-05-08 | fix(iar_template.ipcf): add missing portable links, and delete the ↵ | Aladdin Bakosh | |
| usbh_control.c from the list | |||
| 2023-05-08 | change imxrt board_uart_read() to non-blocking | hathach | |
| simple host seems to work | |||
| 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-05 | more temp work | hathach | |
| 2023-05-05 | add clion files | hathach | |
| 2023-05-04 | wip | hathach | |
| 2023-05-04 | fix cmake build | hathach | |
| 2023-04-28 | Merge pull request #2051 from hathach/improve-serial-host | Ha Thach | |
| Improve serial host | |||
| 2023-04-28 | more update to host serial API | hathach | |
| 2023-04-28 | allow call tuh cdc with blocking (callback = NULL) | hathach | |
| - tuh_cdc_set_control_line_state() - tuh_cdc_set_baudrate() - tuh_cdc_set_line_coding() | |||
| 2023-04-28 | improve host serial drivers | hathach | |
| - tuh_control_xfer() update xfer result to user_data if complete callback = NULL (sync/blocking) - refactor host serial driver for acm/ftdi/cp210x | |||
| 2023-04-28 | Merge pull request #2030 from slc-tl/patch-1 | Ha Thach | |
| Update porting.rst | |||
| 2023-04-28 | update osal note | hathach | |
| 2023-04-28 | Merge pull request #2047 from jbtheou/master | Ha Thach | |
| cdc: fix line_coding aligment | |||
| 2023-04-28 | add aligned(4) for cdc_line_coding_t | hathach | |
| 2023-04-27 | cdc: fix line_coding aligment | Jean-Baptiste Theou | |
| While calling tud_cdc_n_get_line_coding, the structure is copied into the destination. Dump of assembler code for function tud_cdc_n_get_line_coding: 0x000193f4 <+0>: mov.w r2, #2112 @ 0x840 0x000193f8 <+4>: ldr r3, [pc, #20] @ (0x19410 <tud_cdc_n_get_line_coding+28>) 0x000193fa <+6>: mla r0, r2, r0, r3 => 0x000193fe <+10>: ldr.w r3, [r0, #6] 0x00019402 <+14>: str r3, [r1, #0] On some platform (tested on LPC55S28), the address needs to be 4-bytes aligned. Without this, the address is (gdb) p &_cdcd_itf.line_coding $3 = (cdc_line_coding_t *) 0x40100006 <_cdcd_itf+6> which leads to a HardFault. With this fix (gdb) p &_cdcd_itf.line_coding $5 = (cdc_line_coding_t *) 0x40100008 <_cdcd_itf+8> and the function can be called properly Signed-off-by: Jean-Baptiste Theou <[email protected]> | |||
