| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-12 | Merge pull request #2104 from hathach/g4-pd | Ha Thach | |
| Initial support for USB PD stack | |||
| 2023-06-12 | add typec example to cmake | hathach | |
| 2023-06-12 | update docs | hathach | |
| 2023-06-12 | tested with 9V request | hathach | |
| 2023-06-12 | wrap up initial PD support for G4 | hathach | |
| 2023-06-12 | ad pd_types.h | hathach | |
| 2023-06-12 | response with request safe5v, get passed PS_READY | hathach | |
| 2023-06-10 | Merge pull request #2100 from kilograham/top_broken | Ha Thach | |
| movement of TOP in c0ecf8b5 broke RP2040 SDK build | |||
| 2023-06-09 | able to parse SOURCE_CAP message from dfp | hathach | |
| 2023-06-09 | move protocol message to stack, disable battery in PWR's CR3 | hathach | |
| there is still issue with CC1/CC2 pull down resistor and vstate is not correct. | |||
| 2023-06-08 | enable DMA for both pd rx, tx | hathach | |
| 2023-06-08 | dma rx works well | hathach | |
| 2023-06-08 | define tuc_int_handler() to empty if TUC not enabled | hathach | |
| 2023-06-08 | default CFG_TUC_ENABLED to 0 | hathach | |
| 2023-06-07 | movement of TOP in c0ecf8b5 broke RP2040 SDK build | graham sanderson | |
| 2023-06-07 | Merge pull request #2077 from abakosh/renesas_packed | Ha Thach | |
| fix(RA Host Portable): git rid of the IAR warnings for packed | |||
| 2023-06-07 | able to response with good crc | hathach | |
| 2023-06-07 | fix(RA): static assert RUSB2 register | Aladdin Bakosh | |
| 2023-06-07 | inital support for usb typec and pd example | hathach | |
| 2023-06-07 | able to receive first PD message | hathach | |
| 2023-06-07 | revert board flash latency to 8 | hathach | |
| 2023-06-07 | update rtt to rev 25842 | hathach | |
| 2023-06-06 | able to get usbpd irq handler | hathach | |
| - handle cc1, cc2 voltage changes - get order set, rx message end interrupt - add segger rtt support for cmake | |||
| 2023-06-05 | clean up | hathach | |
| 2023-06-05 | clean up | hathach | |
| 2023-06-02 | fix(RA Host Portable): git rid of the IAR warnings for packed | Aladdin Bakosh | |
| 2023-06-02 | Merge pull request #2092 from hathach/stm32g4 | Ha Thach | |
| Stm32g4 | |||
| 2023-06-02 | fix iar ci | hathach | |
| 2023-06-02 | fix ci | hathach | |
| 2023-06-02 | build g0 g4 iar cmake | hathach | |
| 2023-06-02 | update cmake to build with IAR for g0 and g4 | hathach | |
| 2023-06-02 | add IAR support for G0 with cmake | hathach | |
| 2023-06-02 | cmake refactor | hathach | |
| 2023-06-02 | fix usb clock for dpow1 | hathach | |
| 2023-06-01 | Merge pull request #2089 from DRNadler/master | Ha Thach | |
| Fix diagnostic format string (missing %u) | |||
| 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. | |||
