summaryrefslogtreecommitdiff
path: root/.github/workflows/cmake_arm.yml
AgeCommit message (Collapse)Author
2023-05-26move lpc18 and rp2040 to cmake workflow since rp2040 often failed randomly ↵hathach
with make
2023-05-25add workflow_dispatch for manual triggerhathach
2023-05-25update get_deps.py to support geting family as argumenthathach
2023-05-23Enhance 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-10forgot sudohathach
2023-05-10install ninjahathach
2023-05-10add python script to help building cmake, build all imxrt boards with cihathach
2023-05-10try to build with cmake on cihathach