Commit Graph

11191 Commits

Author SHA1 Message Date
Meco Jianting Man 061182271f
Merge pull request #29 from RT-Thread/master
p
2021-03-20 19:00:54 +08:00
Bernard Xiong de1d079ece
Merge pull request #4452 from xupenghu/patch-1
[bsp][stm32wb55] Update link.sct
2021-03-20 18:26:40 +08:00
Bernard Xiong a20325368f
Merge pull request #4463 from mysterywolf/simulator
[simulator] 更新配置文件 防止报错
2021-03-20 18:26:20 +08:00
Bernard Xiong 0824b16ba9
Merge pull request #4475 from jesHrz/jeshrz/fix-sdram-overwrite
[bsp]fix overwrite issue when using SDRAM on STM32F7XX
2021-03-20 18:25:57 +08:00
Bernard Xiong 49dca58dcc
Merge pull request #4474 from iysheng/master
[bsp][ab32vg1] Add support with uart2 and optimize serial port config…
2021-03-20 18:25:29 +08:00
Bernard Xiong 230af2d111
Merge pull request #4446 from dillon-min/comp
[component][driver][usb] Make compositive usb device string more clear
2021-03-20 18:24:51 +08:00
Bernard Xiong ed120f884e
Merge pull request #4489 from picospuch/master
[bsp/max32660] add onchip rtc support
2021-03-20 18:22:36 +08:00
Bernard Xiong bf2c74f654
Merge pull request #4478 from Eureka1024/master
Fix code comment error for function rt_memset().
2021-03-20 18:22:10 +08:00
picospuch f84250f3cc [bsp/max32660] add onchip rtc support 2021-03-20 17:49:07 +08:00
Bernard Xiong 2836954dce
Merge pull request #4488 from CraztTnspt/master
[toolchain] TASKING toolchain attributes update.
2021-03-20 16:16:21 +08:00
crazt 2517907b48 [toolchain] TASKING toolchain attributes update. 2021-03-20 10:42:47 +08:00
Bernard Xiong 70e566e833
Merge pull request #4482 from mysterywolf/rt_device_init_all
[kernel][device] remove rt_device_init_all()
2021-03-20 00:28:58 +08:00
Bernard Xiong fc6573922d
Merge pull request #4477 from supperthomas/h750_art_pi
[bsp/stm32] add the bsp of H750 art pi
2021-03-19 22:55:07 +08:00
Bernard Xiong 677f9c5aa6
Merge pull request #4470 from mysterywolf/ioctl
[libc][ioctl] 将sys/ioctl.h移至common文件夹
2021-03-19 22:52:40 +08:00
Bernard Xiong a18cb0c064
Merge pull request #4481 from thread-liu/liukang
[update] eclipse.py, to compatible with tricore.
2021-03-19 22:49:59 +08:00
supperthomas 05dbbc5786 fix the readme 2021-03-19 19:48:49 +08:00
Meco Man 846102efa1 [kernel][device] remove rt_device_init_all() 2021-03-19 03:01:07 +08:00
thread-liu 4913e2b5d1 [update] eclipse.py, to compatible with tricore. 2021-03-18 15:22:31 +08:00
iysheng a05801911e [bsp][ab32vg1] Add support with uart2 and optimize serial port configuration with env tool 2021-03-18 13:49:01 +08:00
supperthomas e8a80f5234 remove useless file 2021-03-18 07:17:24 +08:00
supperthomas 3e9c2e02c2 fixed the mistake 2021-03-18 06:53:53 +08:00
杨澄 8836cb7895
Fix code comment error for function rt_memset(). 2021-03-17 23:55:27 +08:00
supperthomas c2359b3f01 add the ci option 2021-03-17 21:26:12 +08:00
Bernard Xiong 6de81af04c
Merge pull request #4466 from mysterywolf/python3
[python3] 部分脚本从python2语法升级到python3
2021-03-17 21:26:11 +08:00
supperthomas c34386cfcd remove the useless file 2021-03-17 21:21:59 +08:00
supperthomas d804600146 Update main.c 2021-03-17 21:15:00 +08:00
supperthomas a6c57d9640 [bsp/stm32] add art-pi uart3 2021-03-17 21:15:00 +08:00
supperthomas 7fc7600eca add readme 2021-03-17 21:15:00 +08:00
supperthomas b8121d9d43 add first version 2021-03-17 21:15:00 +08:00
Bernard Xiong 6a80bcef1f
Merge pull request #4473 from mysterywolf/AT
[at][bug] 修复内存泄漏的bug
2021-03-17 17:57:22 +08:00
Bernard Xiong 95c0569b33
Merge pull request #4465 from mysterywolf/nrf5152
[nrf5x] auto formatted
2021-03-17 17:55:53 +08:00
Bernard Xiong 382403b9ca
Merge pull request #4462 from enkiller/0316-1405
[libc] Fix Win32 compilation errors
2021-03-17 17:52:42 +08:00
jeshrz ed881ca667 fix overwrite issue when using SDRAM on STM32F7XX 2021-03-17 17:36:17 +08:00
Meco Man c40fd2da70 update 2021-03-17 14:00:49 +08:00
Meco Man 08af865c50 [at][bug] 修复内存泄漏的bug 2021-03-17 13:56:42 +08:00
Meco Man 9d17aa7ce5 [libc][ioctl] 将sys/ioctl.h移至common文件夹 2021-03-17 02:37:42 +08:00
Meco Jianting Man 295b95cd75
Merge pull request #28 from RT-Thread/master
pr
2021-03-17 02:32:02 +08:00
dillon-min 247df39bfe
Merge branch 'master' into comp 2021-03-16 20:15:43 +08:00
Meco Man b138082fcc [python3] 部分脚本从python2语法升级到python3 2021-03-16 17:06:03 +08:00
Meco Man 48c72e233e [simulator] 更新配置文件 防止报错 2021-03-16 15:29:20 +08:00
tangyuxin 1b68098f08 [libc] Fix Win32 compilation errors 2021-03-16 14:07:36 +08:00
Bernard Xiong b12615f344
Merge pull request #4427 from mysterywolf/components
[components] auto & manual formatted
2021-03-16 13:53:54 +08:00
Bernard Xiong 0ae1743b61
Merge pull request #4449 from yangjie11/yj_dev
[components][dfs] remove jffs2 and uffs
2021-03-16 09:07:15 +08:00
Bernard Xiong 2be0c598fd
Merge pull request #4460 from OpenNuvoton/nuvoton
[nuvoton] Update BSP.
2021-03-16 09:05:59 +08:00
Wayne Lin 6ec6285e1b [nuvoton] Update BSP.
1. Add NUC980 Chili board supporting.
2. Correct NuMicro.h including.
3. Implement rt_hw_us_delay system call function.
4. Move board.c to drv_common.c for M480 and M2354 series.
2021-03-15 15:41:41 +08:00
yangjie 3ec59a8865 [components][dfs/Kconfig] 修改help描述 2021-03-15 13:44:25 +08:00
Bernard Xiong 4a0855c276
Merge pull request #4359 from willianchanlovegithub/Willianchan
[kernel][memheap]add memory heap track and memory heap check.
2021-03-15 09:25:53 +08:00
Bernard Xiong 60909301ed
Merge pull request #4443 from mysterywolf/readme
[ab32vg1] update readme
2021-03-15 09:24:43 +08:00
Bernard Xiong 825b0ca498
Merge pull request #4456 from JiangYangJie/master
[ab32vg1] add GET_PIN(PORTx,PIN)
2021-03-15 09:24:19 +08:00
JiangYangJie 137bcdd5b4 add GET_PIN(PORTx,PIN)
Signed-off-by: JiangYangJie <JiangYangJie@126.com>
2021-03-14 18:47:54 +08:00