summaryrefslogtreecommitdiff
path: root/tools/cmake
AgeCommit message (Collapse)Author
2023-11-23move tools/cmake to examples/build_systemhathach
2023-11-23minor-updatehathach
2023-11-15add ra2a1 ekhathach
also make some other changes
2023-07-01update linkerhathach
2023-06-24add cmake for f0, f1hathach
2023-06-16fix build warningshathach
2023-06-02update cmake to build with IAR for g0 and g4hathach
2023-06-02add IAR support for G0 with cmakehathach
2023-06-01add cmake support for g0, exlicitly call HAL_Init() and also HAL_IncTick() ↵hathach
in systick irq, fix button active state.
2023-06-01add lto for cmakehathach
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-19move cmake folder to tools/hathach