summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-01add new b_g474e_dpow1 boardhathach
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
2023-05-26Merge pull request #2084 from hathach/more-build2Ha Thach
2023-05-26fix artifacts locationhathach
2023-05-26more testhathach
2023-05-26retry hw testhathach
2023-05-26forgot to move hw testhathach
2023-05-26move lpc18 and rp2040 to cmake workflow since rp2040 often failed randomly wi...hathach
2023-05-26update deps, rename kinetis_k32 to k32lhathach
2023-05-26use get_deps.pyhathach
2023-05-26fix build with net_lwip_webserver examplehathach
2023-05-26move set TOP to family_support.cmakehathach
2023-05-25Merge pull request #2081 from hathach/more-build-systemHa Thach
2023-05-25update cmake with freertoshathach
2023-05-25add family_support_configure_common()hathach
2023-05-25fix issue with ftdi host driver with status byteshathach
2023-05-25add workflow_dispatch for manual triggerhathach
2023-05-25cmsis_5 missing mcx and imxrthathach
2023-05-25update get_deps.py to support geting family as argumenthathach
2023-05-24Merge pull request #2063 from abakosh/developHa Thach
2023-05-24fix(RA Host Portable): implement missing function __builtin_ctz(x) for IARAladdin Bakosh
2023-05-23Enhance chipidea (#2075)Ha Thach
2023-05-19Merge pull request #2069 from hathach/minor-build-systemHa Thach
2023-05-19fix freertos build with nrfhathach
2023-05-19improve flash targethathach
2023-05-19adding cpu core .mk for makefilehathach
2023-05-19move cmake folder to tools/hathach
2023-05-19Merge pull request #2061 from hathach/imx-usbhostHa Thach
2023-05-19more dcache fixhathach
2023-05-19ehci fix dcache clean when control endpoint failedhathach
2023-05-19only clean/invalidate dcache on imxrt if memory is not in DTCMhathach
2023-05-18add rt1060 jlink confighathach
2023-05-18refactor ehci: add attached_buffer for dcache invalidate for IN transferhathach
2023-05-18refactor ehci, since usbh only queue 1 TD per queue headhathach