| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-01 | add new b_g474e_dpow1 board | hathach | |
| 2023-06-01 | Fix diagnostic format string (missing %u) | Dave Nadler | |
| 2023-06-01 | Merge pull request #1942 from HubertD/feature/STM32G0 | Ha Thach | |
| STM32G0 support | |||
| 2023-06-01 | add note for B0 clock variant | hathach | |
| 2023-06-01 | add freertosconfig for g0, add cmake stlink, add g0 to cmake ci | hathach | |
| 2023-06-01 | tested with g0b1 nucleo | hathach | |
| 2023-06-01 | add cmake support for g0, exlicitly call HAL_Init() and also HAL_IncTick() ↵ | hathach | |
| in systick irq, fix button active state. | |||
| 2023-06-01 | Merge branch 'master' into feature/STM32G0 | hathach | |
| 2023-06-01 | Merge pull request #2088 from hathach/minor-cleanup | Ha Thach | |
| add lto for cmake | |||
| 2023-06-01 | skip set CMAKE_EXECUTABLE_SUFFIX for espressif port | hathach | |
| 2023-06-01 | add lto for cmake | hathach | |
| 2023-05-29 | Merge pull request #2016 from ipopov/master | Ha Thach | |
| Even when we get an empty "status change" interrupt from the hub, schedule another interrupt poll | |||
| 2023-05-29 | slightly clean up | hathach | |
| 2023-05-29 | check status_change is not zero first | hathach | |
| 2023-05-29 | Even when we get an empty "status change" interrupt from the hub, schedule ↵ | Ivo Popov | |
| another interrupt poll. During enumeration, when there are multiple devices attached to the hub as it's plugged into the Pi Pico, enumeration hangs, because we get a "status change" callback with value zero. With this patch, we retry several times on "zero" status change callbacks, until eventually we succeed. This is the cheapo hub that exhibits this behavior, but I assume it's not the only one: https://www.amazon.com/gp/product/B083RQMC7S. While debugging this, I consulted the implementation in the Linux kernel. There, hub setup explicitly checks each port individually, before starting to depend on "status change" interrupts: https://elixir.bootlin.com/linux/latest/source/drivers/usb/core/hub.c#L1133. We probably should do something like that here, but it's a much bigger change. | |||
| 2023-05-28 | Fixes bug in tuh_msc_ready | gitlab | |
| 2023-05-26 | Merge pull request #2084 from hathach/more-build2 | Ha Thach | |
| More build2 | |||
| 2023-05-26 | fix artifacts location | hathach | |
| 2023-05-26 | more test | hathach | |
| 2023-05-26 | retry hw test | hathach | |
| 2023-05-26 | forgot to move hw test | hathach | |
| 2023-05-26 | move lpc18 and rp2040 to cmake workflow since rp2040 often failed randomly ↵ | hathach | |
| with make | |||
| 2023-05-26 | update deps, rename kinetis_k32 to k32l | hathach | |
| 2023-05-26 | use get_deps.py | hathach | |
| 2023-05-26 | fix build with net_lwip_webserver example | hathach | |
| 2023-05-26 | move set TOP to family_support.cmake | hathach | |
| 2023-05-25 | Merge pull request #2081 from hathach/more-build-system | Ha Thach | |
| More build system | |||
| 2023-05-25 | update cmake with freertos | hathach | |
| 2023-05-25 | add family_support_configure_common() | hathach | |
| 2023-05-25 | fix issue with ftdi host driver with status bytes | hathach | |
| add workflow_dispatch to all ci workflow | |||
| 2023-05-25 | add workflow_dispatch for manual trigger | hathach | |
| 2023-05-25 | cmsis_5 missing mcx and imxrt | hathach | |
| 2023-05-25 | update get_deps.py to support geting family as argument | hathach | |
| 2023-05-24 | Merge pull request #2063 from abakosh/develop | Ha Thach | |
| fix(RA Host Portable): implement missing function __builtin_ctz(x) | |||
| 2023-05-24 | fix(RA Host Portable): implement missing function __builtin_ctz(x) for IAR | Aladdin Bakosh | |
| 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 | Merge pull request #2069 from hathach/minor-build-system | Ha Thach | |
| Minor build system | |||
| 2023-05-19 | fix freertos build with nrf | hathach | |
| 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-19 | Merge pull request #2061 from hathach/imx-usbhost | Ha Thach | |
| iMX.RT EHCI add dcache support and other fixes + refactor | |||
| 2023-05-19 | more dcache fix | hathach | |
| 2023-05-19 | ehci fix dcache clean when control endpoint failed | hathach | |
| 2023-05-19 | only clean/invalidate dcache on imxrt if memory is not in DTCM | hathach | |
| 2023-05-18 | add rt1060 jlink config | hathach | |
| 2023-05-18 | refactor ehci: add attached_buffer for dcache invalidate for IN transfer | hathach | |
| 2023-05-18 | refactor ehci, since usbh only queue 1 TD per queue head | hathach | |
| 2023-05-18 | EHCI more improvement | hathach | |
| - more dcache clean/invalidate - extract init_periodic_list() - improve isr list handling | |||
| 2023-05-18 | more cache, fix an similar issue with OHCI when removing an queue head | hathach | |
