summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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)
2024-04-19clang build board test with h743hathach
2024-04-19run config updatehathach
2024-04-19update cmake buildhathach
2024-04-19cmake detect toolchain based on -DCMAKE_C_COMPILERhathach
2024-04-18Merge pull request #2603 from hathach/nrf-code-formatHa Thach
nrf code format
2024-04-18[add]Add rtthread script support to better integrate into rtthread projects.Rbb666
2024-04-16code formathathach
2024-04-16Merge pull request #2354 from slark-yuxj/masterHa Thach
2024-04-16Merge pull request #2263 from rgrr/compile-with-old-nordic-sdkHa Thach
dcd_nrf5x: make it compile also with old Nordic SDK
2024-04-16fix pre-commithathach
2024-04-16skip symlink in pre-commithathach
2024-04-16fix: memory leak: bufyuxiaojun
Signed-off-by: yuxiaojun <[email protected]>
2024-04-16- in case of mdk conflict to use nrfx v2hathach
- allow to force nrfx version with CFG_TUD_NRF_NRFX_VERSION=1
2024-04-16revert nvic changeshathach
2024-04-16catch all nrfx versions with an old APIHardy Griech
2024-04-16softdevice nvic calls only if old SDKHardy Griech
2024-04-16make it compile also with old Nordic SDKHardy Griech
2024-04-16Merge pull request #1685 from battlesnake/st_synopsys_sofHa Thach
Add SOF support for ST Synopsys port
2024-04-16Merge pull request #1662 from Erlkoenig90/check-usbd-queue-overflowHa Thach
Check for event queue overflow in usbd / dcd_event_handler
2024-04-16minor update to sofhathach
2024-04-16Merge pull request #1537 from pigrew/endpoint_haltHa Thach
When clearing an endpoint stall, reset DTOG
2024-04-16add TU_ASSERT() to check for adding new usb eventhathach