summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-24fix make build due to clang changeshathach
2024-04-24update clang make build for stm32: f0 f1 f2 f3 f4 f7 h7 g0 g4 l0 l4 samd21 ↵hathach
samd51 nrf
2024-04-24Remove redundant header file includes for the hid classtyustli
2024-04-24clang make work for samd21hathach
2024-04-24Fix bsp mistakeHa Thach
2024-04-24change hil board s3 devkitm (devkitc seems to have usb issue with cp2104)hathach
2024-04-24skip clang rp2040 buildhathach
2024-04-24update clion metadatahathach
2024-04-24fix samd linker with clang: cannot self-check defined symbol with lld e.g ↵hathach
`STACK_SIZE = DEFINED(STACK_SIZE) ? STACK_SIZE : 0x1000` --> STACK_SIZE = 0
2024-04-24fix l4 linker with clanghathach
2024-04-24clang u5, also bump up cmsis u5 versionhathach
2024-04-23clang l4hathach
2024-04-23- fix g4 clang linkerhathach
- clang work with l0
2024-04-23clang support for H5hathach
2024-04-23clang g0, g4hathach
2024-04-23more stm32 linker fixhathach
2024-04-23integrate msp430 to build cmakehathach
2024-04-23fix stm board linker define stack before memory defhathach
2024-04-23clang f7, update cmsis f7 to fix startup bughathach
2024-04-23clang f4hathach
2024-04-23port clang stm32: f1, f2, f3hathach
2024-04-23clang work with f0hathach
2024-04-23fix ci typohathach
2024-04-23bump up gcc to 12.3hathach
2024-04-23clang skip mcx since it does not work any more with gcchathach
2024-04-23clang work with lpc55hathach
2024-04-23clang work with lpc54hathach
2024-04-22fix linker libgcc for nrfhathach
2024-04-22skip malloc/free in embeddedhathach
2024-04-22clang work with k64f (nostartfiles)hathach
2024-04-22clang work with kl25hathach
2024-04-22clang work with imxrt tested with metro rt1011 and rt1060 evk. Don't use ↵hathach
startfiles for imxrt
2024-04-22update lpcopenhathach
2024-04-22clang compile with lpc40hathach
2024-04-22clang compile with lpc17hathach
2024-04-22clang work with lpc43hathach
2024-04-22clang tested with mcb1800, add heap to lpc18 linkerhathach
2024-04-22fix print lu format warnings with clanghathach
2024-04-22fix nrfx v3 spim freq when inithathach
fix clang build with nrf
2024-04-22fix build with nrfx v3, though max3421e spi does not seem to work well.hathach
2024-04-22dcd nrf change atoimc_bool to atomic_flaghathach
2024-04-19- update nrfx to v3.4.0hathach
- compile nrf with __STARTUP_CLEAR_BSS and link flag -nostartfiles
2024-04-19adding clang for nrfhathach
2024-04-19clang samd21 build but has issue as samd51hathach
2024-04-19try to add clang for rp2040 but pico-sdk does not support that. (got ↵hathach
assert.h file not found)
2024-04-19clang samd51 compile but does not run, rom is correct, but ram is lacking ↵hathach
bss. Got stkerr -> hardfault
2024-04-19more clang updatehathach
2024-04-19forgot to specify clanghathach
2024-04-19add clang to ci buildhathach
2024-04-19- clang h743 build and run cdc_msc okhathach
- switch unit test back to gcc, since path to clang conflict on local setup (x86 and arm)