summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Collapse)Author
2024-04-23clang work with lpc54hathach
2024-04-22fix linker libgcc for nrfhathach
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-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 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-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-19cmake detect toolchain based on -DCMAKE_C_COMPILERhathach
2024-04-16fix pre-commithathach
2024-04-16fix: memory leak: bufyuxiaojun
Signed-off-by: yuxiaojun <[email protected]>
2024-04-16Merge pull request #2588 from hathach/support-ra2a1Ha Thach
Enhance dcd rusb2, support ra2a1 pipe number scheme
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-12add cmake support for msp430hathach
2024-04-10support ra2a1 pipe numbering, fix ra2a1 ek led/button. Though usb not ↵hathach
enumerated yet, probably due to bsp/clock setup
2024-04-09Fix stm32h573i_dk button & led.HiFiPhile
2024-04-09Fix STM32L0 IAR build.HiFiPhile
2024-04-09update gr_citrus as wellhathach
2024-04-09apply oldPRCR to board_init()hathach
2024-04-08Merge pull request #2466 from wavenumber-eng/MCXHa Thach
TinyUSB stack ported to MCXA and MXCN freedom boards.
2024-04-08add CFG_EXAMPLE_VIDEO_READONLY for mcxa15hathach
2024-04-08fix configENABLE_FPU=0 for cortex-m33+nodsphathach
2024-04-08Merge pull request #2538 from kkitayam/add_uvc_2ch_exampleHa Thach
Add an example of 2ch video capture.
2024-04-06fix ra2a1 fpu with freertoshathach
2024-04-05minor update bsphathach
2024-04-05rename frdm boardhathach
2024-04-05more reverted: re-add clock_config.hhathach
2024-04-05Merge branch 'master' into MCXhathach
2024-04-05fix pre-commit formathathach
2024-04-05more reverted changeshathach
2024-04-05reverted un-related file changeshathach
2024-04-05fix ram overflow with ram41hathach
2024-04-05change .bss section from ramloc32 to ramloc40 for lpc43xxhathach
2024-04-05update linker for lpc18, move bss to ramloc40 to have more space for .data ↵hathach
in ramloc32
2024-04-04update build script to allow skip.txt and only.txt both existhathach
2024-04-04fix build with rp2040 + max3421hathach
- forward MAX3421_HOST=1 from makefile to cmake - add feather_rp2040_max3421 board to run with ci for rp2040 + max3421
2024-04-02Merge branch 'master' into MCXhathach