14978 Commits

Author SHA1 Message Date
geniusgogo
0315c0dee7
add lstat&sysinfo....syscall. (#7555) 2023-05-23 22:43:38 +08:00
zhiqiandeng
17ce4a462b
[bsp][yichip] add yc3122-pos (#7526)
Co-authored-by: supperthomas <78900636@qq.com>
2023-05-23 16:07:16 +08:00
zhkag
662aa1b7e2
[libc error] 编译错误PATH_MAX 未定义,移除 mq 中的 PATH_MAX 判断 (#7550) 2023-05-22 22:03:23 -04:00
Rain Park
7f31d5cb8c
[bsp][stm32][stm32l496-st-discovery] add stm32l496G DISCO bsp (#7544)
Signed-off-by: spencergotowork <1162678210@qq.com>
2023-05-22 02:56:33 -04:00
Meco Man
3334a05148 [stm32l4] support SPI3 RX DMA 2023-05-22 02:56:14 -04:00
Meco Man
93968942c2 [device][spi] 修复 rt_spi_sendrecv8/16 收发不同时的问题
rt_spi_send_then_recv是先发再等待一个独立的消息接收
rt_spi_transfer是收发同时进行
rt_spi_sendrecv8/16应使用rt_spi_transfer而不是rt_spi_send_then_recv
2023-05-22 02:55:46 -04:00
Arro
d8a42139bf
[components]对POSIX函数中mqueue.c的mq_unlink函数注释 (#7543) 2023-05-22 01:47:01 -04:00
Man, Jianting (Meco)
7aa3c806cd
[stm32l475][Kconfig] add BSP_USING_PWM4_CH2 when enable RTduino 2023-05-22 01:40:49 -04:00
Meco Man
1f4f495da6 [rtduino][stm32] support SPI LCD 2023-05-21 15:37:18 -04:00
Bernard Xiong
df839d5fdb
[building] Fix the deque issue for Env['CPPDEFINES'] (#7541) 2023-05-22 00:50:44 +08:00
Bernard Xiong
4b4c3c85f2
[atomic] add stdc atomic detection. (#7536) 2023-05-20 23:41:29 +08:00
Mengxi-Xu
1e5dc5509e
[libc][cpp] 增加 cxx_crt_init.c 函数注释 (#7535) 2023-05-20 01:27:55 -04:00
vandoul
a36d2df236
[bsp/Infineon]psoc6 add drv sdcard (#7522)
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
2023-05-20 13:26:34 +08:00
huanghe
9217865c6a
[libcpu] fix arm/cortex-a/start_gcc.S (#7515) 2023-05-19 11:32:58 +08:00
supperthomas
c105486bfc
[action][ci] add maxim/max32660 (#7532) 2023-05-18 22:10:46 -04:00
shandianchengzi
a294d7da9a
[HUST CSE][example] fix some typo bugs about 'sucess' and others. (#7528) 2023-05-18 10:42:44 -04:00
rose_man
c349fe68b8 [bsp][lpc55sxx]update Kconfig default and delete drv_led drv_key 2023-05-18 10:16:49 -04:00
guo
606ad9272b [tools] llvm-arm reduce code size. 2023-05-18 10:08:31 -04:00
guozhanxin
ca873fae30 [add] llvm-arm workflows 2023-05-17 12:09:10 -04:00
guozhanxin
82ccbc40db support llvm-arm 16.0 2023-05-17 12:09:10 -04:00
Fan Yang
48557de148
[include][src] Add API to get object name and thread name (#7507)
Signed-off-by: Fan YANG <fan.yang@hpmicro.com>
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
2023-05-17 17:40:18 +08:00
xiao-mang
065a3e1b3a
[component] add sys_mount and umount2 (#7516) 2023-05-17 16:30:05 +08:00
forest-rain
014f885d9c [gd32][spi] add spi3\spi4 support and rt_hw_spi_device_attach 2023-05-17 00:59:12 -04:00
Wayne
a2b7a44070
[components][net][lwip][port] Fix next-hop finding in lwip_ip4_route_src. (#7504)
Co-authored-by: Wayne Lin <wclin@nuvoton.com>
2023-05-17 09:54:47 +08:00
xinyi.gao
3b913914c2 [bsp][nxp][imxrt1020] update to support Keil AC6 2023-05-16 21:53:38 -04:00
suxiaocheng
e865b5b7dd [bsp/raspberry-pico] fix sys_tick setting wrong clock source 2023-05-16 20:19:07 -04:00
半吊子内核开发
442330cc54
[kernel][src] improve code (#7367) 2023-05-17 07:36:24 +08:00
褚仕成
5f8b33f85d [bsp][lpc55sxx]update: drv_spi 2023-05-17 07:20:05 +08:00
Liu Haoyi
efc3ced31d
[HUST CSE][examples]Fix undefined behavior 'fclose(NULL)' (#7513) 2023-05-16 17:55:18 -04:00
guo
12a4bb154a
[kernel] fix device_open oflag comparison error. (#7512) 2023-05-16 18:46:42 +08:00
geniusgogo
de567b8fb3 fixed dfsv2 openat. 2023-05-16 18:21:24 +08:00
guo
cc51b53b21 [Add] v5.0.0 ChangeLog.md 2023-05-16 17:15:59 +08:00
dejavudwh
b1584e9fa9
[CI] Added feature to filter out files to file_check.py that do not require cppcheck (#7499)
Co-authored-by: supperthomas <78900636@qq.com>
2023-05-16 07:51:16 +08:00
supperthomas
01d1bbe40d
[action] add ra6m3-hmi-board (#11) (#7508) 2023-05-15 22:38:46 +08:00
Meco Man
6cea142222 [tool][release] add tools/release folder for the scrips that prepare the version release 2023-05-15 09:03:04 -04:00
Shicheng Chu
5e188b8ca8
[bsp][lpc55sxx]update: drv_soft_i2c, fix macro (#7506)
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
2023-05-15 09:02:32 -04:00
geniusgogo
0e4a3142a8
[component] add openat syscall. (#7488) 2023-05-15 20:40:27 +08:00
guo
8a1260c56a
[device] Avoid repeated calls device_open interface. (#7476) 2023-05-15 14:58:56 +08:00
7YZ7
a5211c70b6
[components][drivers][HUST CSE]修复serial_v2.c中可能产生的死循环 (#7394) 2023-05-15 14:42:11 +08:00
kunpHust
7a2bccd1c2
[HUST CSE][components][udisk.c] add two checkout procedures after malloc to make sure allocating successfully (#7475) 2023-05-15 14:35:38 +08:00
xym
ca58456843
[bsp][rt1061] 新增飞凌 ok1061-s 开发板 bsp (#7468) 2023-05-14 23:59:06 -04:00
chiehwarm
b1415c4fc8
[HUST CSE] fix fgets_tc.c (#7503)
这个文件里存在使用fopen函数后没有关闭文件fclose的问题,而且stream=NULL时是不需要fclose的
2023-05-14 23:51:30 -04:00
Meco Man
eb08036537 [stm32][start_up] modify heap size as 0x00 and stack size as 0x400 2023-05-14 20:11:29 -04:00
Shell
b7554a70d2
[libcpu][component][debug] add debug info for gdb (#7033) 2023-05-14 23:48:16 +08:00
Shicheng Chu
f7337f9db6
[bsp][Infineon]update: READ.me use path of relative (#7500) 2023-05-14 21:35:11 +08:00
wenxingpt
f2d78e87b5
[component][at] fix(misc): fix null char input issue
fix issue #7005
2023-05-14 00:33:59 -04:00
连琦
9a77eedd89
[HUST CSE][utest] fix the sizeof incorrect calculation
atoi_tc.c中的"sizeof(test_data[0])" 和atol_tc.c中的"sizeof(test_data1[0]"错误,小于实际数组中的数据个数
2023-05-14 00:01:44 -04:00
DylanLiuH2O
92a253c88f
[components][libc][posix] fix RT_NAME_MAX misspelled as NAME_MAX (#7489) 2023-05-14 11:15:36 +08:00
Meco Man
ebf4c0f24e [tools/ci]move file_check.py into ci folder 2023-05-13 22:53:24 -04:00
Fan Yang
e26e929946
Add HPMicro to RISC-V Vendor List (#7494)
Signed-off-by: Fan YANG <fan.yang@hpmicro.com>
2023-05-13 21:23:57 +08:00