summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2024-04-16don't check local endpoint stalled status, just carry the request for host.hathach
2024-04-16USBD: When SET_FEATURE(ENDPOINT_HALT), the DTOG must be reset.NConrad
2024-04-16Merge pull request #2588 from hathach/support-ra2a1Ha Thach
Enhance dcd rusb2, support ra2a1 pipe number scheme
2024-04-15revert to use __builtin_ctz() for optimized timehathach
2024-04-15Merge pull request #2134 from clhenry/non-bus-powered-re-enumerationHa Thach
Non-bus-powered MSP430 support.
2024-04-15update msp430 make buildhathach
2024-04-15install ninja build for msp430hathach
2024-04-15use cmake to build msp430hathach
2024-04-15add blocking delay for msp430 with max 25mhzhathach
2024-04-12add cmake support for msp430hathach
2024-04-12Merge pull request #2594 from hathach/more-labler-updateHa Thach
Update labeler.yml
2024-04-12Merge pull request #2592 from HiFiPhile/fsdev_closeHa Thach
FSDEV: Implement dcd_edpt_close_all()