1692 Commits

Author SHA1 Message Date
hathach
022de87550
add devkit c3 board 2024-04-26 00:15:04 +07:00
hathach
2e995d7cf4
adding support for esp32 for use with max3421e host 2024-04-25 20:23:40 +07:00
HiFiPhile
f32eb07487
stm32u5: fix IAR build. 2024-04-25 11:51:06 +07:00
hathach
19f1080e38
fix make build due to clang changes 2024-04-24 22:41:22 +07:00
hathach
eab42d90d4
update clang make build for stm32: f0 f1 f2 f3 f4 f7 h7 g0 g4 l0 l4 samd21 samd51 nrf 2024-04-24 22:11:08 +07:00
hathach
a7bf0e3e7f
clang make work for samd21 2024-04-24 19:21:26 +07:00
Ha Thach
366f1cf186
Fix bsp mistake 2024-04-24 16:32:56 +07:00
hathach
b67cb26e51
change hil board s3 devkitm (devkitc seems to have usb issue with cp2104) 2024-04-24 16:17:33 +07:00
hathach
36e07093b8
fix samd linker with clang: cannot self-check defined symbol with lld e.g STACK_SIZE = DEFINED(STACK_SIZE) ? STACK_SIZE : 0x1000 --> STACK_SIZE = 0 2024-04-24 11:26:22 +07:00
hathach
60f39f7b1e
fix l4 linker with clang 2024-04-24 00:33:56 +07:00
hathach
0e06c4cfdf
clang u5, also bump up cmsis u5 version 2024-04-24 00:03:13 +07:00
hathach
6a39c8b3ff
clang l4 2024-04-23 22:45:36 +07:00
hathach
999177fe39
- fix g4 clang linker
- clang work with l0
2024-04-23 22:36:00 +07:00
hathach
d6814a3f3a
clang support for H5 2024-04-23 16:23:27 +07:00
hathach
75d376a439
clang g0, g4 2024-04-23 16:00:28 +07:00
hathach
9e7046cbf1
more stm32 linker fix 2024-04-23 12:57:57 +07:00
hathach
a42e34701f
fix stm board linker define stack before memory def 2024-04-23 12:32:47 +07:00
hathach
1e882c7c24
clang f7, update cmsis f7 to fix startup bug 2024-04-23 12:22:40 +07:00
hathach
b4d0303a26
clang f4 2024-04-23 12:11:37 +07:00
hathach
0f3d6c61b5
port clang stm32: f1, f2, f3 2024-04-23 12:04:08 +07:00
hathach
f76d38c924
clang work with f0 2024-04-23 11:35:42 +07:00
hathach
71e0fd11c8
clang skip mcx since it does not work any more with gcc 2024-04-23 11:15:59 +07:00
hathach
3fd82cfe22
clang work with lpc55 2024-04-23 10:57:45 +07:00
hathach
d486a56ded
clang work with lpc54 2024-04-23 10:03:17 +07:00
hathach
31a44c0b7e
fix linker libgcc for nrf 2024-04-22 22:37:37 +07:00
hathach
b8f60da8d8
clang work with k64f (nostartfiles) 2024-04-22 22:17:07 +07:00
hathach
8da2970748
clang work with kl25 2024-04-22 22:09:14 +07:00
hathach
c9e467822c
clang work with imxrt tested with metro rt1011 and rt1060 evk. Don't use startfiles for imxrt 2024-04-22 22:00:45 +07:00
hathach
fd059ee24d
clang compile with lpc40 2024-04-22 20:09:54 +07:00
hathach
06c81d8bee
clang compile with lpc17 2024-04-22 19:52:55 +07:00
hathach
838a58df99
clang work with lpc43 2024-04-22 19:45:27 +07:00
hathach
db30eee0fc
clang tested with mcb1800, add heap to lpc18 linker 2024-04-22 18:31:11 +07:00
hathach
62331f0207
fix nrfx v3 spim freq when init
fix clang build with nrf
2024-04-22 15:55:50 +07:00
hathach
c8e533e612
fix build with nrfx v3, though max3421e spi does not seem to work well. 2024-04-22 14:54:35 +07:00
hathach
2e383bf901
dcd nrf change atoimc_bool to atomic_flag 2024-04-22 12:12:56 +07:00
hathach
9d1d171b0c
- update nrfx to v3.4.0
- compile nrf with __STARTUP_CLEAR_BSS and link flag -nostartfiles
2024-04-19 23:17:47 +07:00
hathach
83b4cb178b
adding clang for nrf 2024-04-19 23:17:02 +07:00
hathach
d157abe77c
clang samd21 build but has issue as samd51 2024-04-19 23:17:02 +07:00
hathach
4a183d2e3f
try to add clang for rp2040 but pico-sdk does not support that. (got assert.h file not found) 2024-04-19 23:17:01 +07:00
hathach
be0d62ba6c
clang samd51 compile but does not run, rom is correct, but ram is lacking bss. Got stkerr -> hardfault 2024-04-19 23:17:00 +07:00
hathach
824e39ddeb
more clang update 2024-04-19 23:16:59 +07:00
hathach
3442a87d5b
- clang h743 build and run cdc_msc ok
- switch unit test back to gcc, since path to clang conflict on local setup (x86 and arm)
2024-04-19 23:16:57 +07:00
hathach
96f7ca02bf
clang build board test with h743 2024-04-19 23:16:57 +07:00
hathach
7545c40003
cmake detect toolchain based on -DCMAKE_C_COMPILER 2024-04-19 23:16:54 +07:00
hathach
10a86172ec
fix pre-commit 2024-04-16 12:06:26 +07:00
yuxiaojun
86710c9bb2
fix: memory leak: buf
Signed-off-by: yuxiaojun <yuxiaojun@uniontech.com>
2024-04-16 12:02:14 +07:00
Ha Thach
50738f2ab4
Merge pull request #2588 from hathach/support-ra2a1
Enhance dcd rusb2, support ra2a1 pipe number scheme
2024-04-16 00:16:18 +07:00
Ha Thach
fb21b6a67d
Merge pull request #2134 from clhenry/non-bus-powered-re-enumeration
Non-bus-powered MSP430 support.
2024-04-15 23:14:10 +07:00
hathach
afb66a955c
update msp430 make build 2024-04-15 22:49:08 +07:00
hathach
abddc850ac
add cmake support for msp430 2024-04-12 11:45:36 +07:00