summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-12Merge pull request #2104 from hathach/g4-pdHa Thach
2023-06-12add typec example to cmakehathach
2023-06-12update docshathach
2023-06-12tested with 9V requesthathach
2023-06-12wrap up initial PD support for G4hathach
2023-06-12ad pd_types.hhathach
2023-06-12response with request safe5v, get passed PS_READYhathach
2023-06-10Merge pull request #2100 from kilograham/top_brokenHa Thach
2023-06-09able to parse SOURCE_CAP message from dfphathach
2023-06-09move protocol message to stack, disable battery in PWR's CR3hathach
2023-06-08enable DMA for both pd rx, txhathach
2023-06-08dma rx works wellhathach
2023-06-08define tuc_int_handler() to empty if TUC not enabledhathach
2023-06-08default CFG_TUC_ENABLED to 0hathach
2023-06-07movement of TOP in c0ecf8b5 broke RP2040 SDK buildgraham sanderson
2023-06-07Merge pull request #2077 from abakosh/renesas_packedHa Thach
2023-06-07able to response with good crchathach
2023-06-07fix(RA): static assert RUSB2 registerAladdin Bakosh
2023-06-07inital support for usb typec and pd examplehathach
2023-06-07able to receive first PD messagehathach
2023-06-07revert board flash latency to 8hathach
2023-06-07update rtt to rev 25842hathach
2023-06-06able to get usbpd irq handlerhathach
2023-06-05clean uphathach
2023-06-05clean uphathach
2023-06-02fix(RA Host Portable): git rid of the IAR warnings for packedAladdin Bakosh
2023-06-02Merge pull request #2092 from hathach/stm32g4Ha Thach
2023-06-02fix iar cihathach
2023-06-02fix cihathach
2023-06-02build g0 g4 iar cmakehathach
2023-06-02update cmake to build with IAR for g0 and g4hathach
2023-06-02add IAR support for G0 with cmakehathach
2023-06-02cmake refactorhathach
2023-06-02fix usb clock for dpow1hathach
2023-06-01Merge pull request #2089 from DRNadler/masterHa Thach
2023-06-01add new b_g474e_dpow1 boardhathach
2023-06-01Fix diagnostic format string (missing %u)Dave Nadler
2023-06-01Merge pull request #1942 from HubertD/feature/STM32G0Ha Thach
2023-06-01add note for B0 clock varianthathach
2023-06-01add freertosconfig for g0, add cmake stlink, add g0 to cmake cihathach
2023-06-01tested with g0b1 nucleohathach
2023-06-01add cmake support for g0, exlicitly call HAL_Init() and also HAL_IncTick() in...hathach
2023-06-01Merge branch 'master' into feature/STM32G0hathach
2023-06-01Merge pull request #2088 from hathach/minor-cleanupHa Thach
2023-06-01skip set CMAKE_EXECUTABLE_SUFFIX for espressif porthathach
2023-06-01add lto for cmakehathach
2023-05-29Merge pull request #2016 from ipopov/masterHa Thach
2023-05-29slightly clean uphathach
2023-05-29check status_change is not zero firsthathach
2023-05-29Even when we get an empty "status change" interrupt from the hub, schedule an...Ivo Popov