Commit Graph

11972 Commits

Author SHA1 Message Date
Wayne Lin a4818ad3dd Fix error code and return value. 2021-07-12 18:21:04 +08:00
Wayne Lin 7352853609 Merge branch 'master' of https://github.com/RT-Thread/rt-thread into nuvoton 2021-07-12 18:17:25 +08:00
guo 19f1c82bc8
Merge pull request #4870 from Guozhanxin/gitee_merge
merge Gitee
2021-07-12 10:35:10 +08:00
guozhanxin 40e7d5a23d Merge remote-tracking branch 'remotes/gitee/master' 2021-07-12 10:14:20 +08:00
bernard ddc5c793a4 !253 更新 RTC 设备驱动框架,统一并简化 RTC 设备的注册和访问过程
Merge pull request !253 from iysheng/tmp1
2021-07-12 00:46:38 +00:00
Bernard Xiong 5bae565f7f
Merge pull request #4858 from Guozhanxin/devfs
[devfs] F_GETFL/F_SETFL should be handled by the drivers.
2021-07-09 21:14:42 +08:00
guo 4962dc94a4
Merge pull request #4859 from KyleChenjh/ipc_comment
[comment] Optimize the comment for ipc
2021-07-09 14:05:09 +08:00
chenjh 9f3e349f69 [comment] Optimize the comment for ipc 2021-07-09 10:54:51 +08:00
iysheng ecc0981d10 [bsp][stm32] Implement stm32 rtc driver to RTC framework V2.0 2021-07-08 22:41:41 +08:00
iysheng 2bd7e04827 [components][rtc] Add microsecond resolution support with RTC framework V2.0 2021-07-08 22:41:40 +08:00
iysheng e62943abd2 [libcpu][arm][s3c24x0] Fix RTC driver compile error 2021-07-08 22:41:40 +08:00
iysheng c08cdf145a [bsp][efm32] Fix RTC driver compile error 2021-07-08 22:41:40 +08:00
iysheng a2a7f3c2d9 [components][rtc] Add RTC framework V2.0 to simplify RTC registration process 2021-07-08 22:41:06 +08:00
guozhanxin 8102502b98 [devfs] F_GETFL/F_SETFL should be handled by the drivers. 2021-07-08 16:38:40 +08:00
Bernard Xiong f8cf8341af
Merge pull request #4851 from KyleChenjh/uart
[uart] Modify uart pin configuration to pullup
2021-07-08 15:26:51 +08:00
Bernard Xiong bdcd6420ac
Merge pull request #4855 from loogg/mlw
fix at_vprintf and at_vprintfln and end_sign response
2021-07-08 15:26:26 +08:00
Bernard Xiong abce8a38d3
Merge pull request #4857 from Guozhanxin/utestcases
[utestcase] 完善测试用例集合的 README
2021-07-08 15:26:12 +08:00
guozhanxin 3bc6d7c414 [utestcase] 完善测试用例集合的 README 2021-07-08 13:39:56 +08:00
Bernard Xiong ec93ea498a
Merge pull request #4856 from mysterywolf/bluepill
[bsp][stm32 bluepill] 更新readme
2021-07-08 12:05:42 +08:00
malongwei 180d0e1224 add at_utils_send virtual function 2021-07-08 12:02:29 +08:00
Meco Man 25b9a3e321 [bsp][stm32 bluepill] 更新readme 2021-07-08 01:02:35 +08:00
malongwei e7b63ed7ab fix at_vprintf and at_vprintfln and end_sign response 2021-07-07 23:49:42 +08:00
Bernard Xiong a28fd885b0
Merge pull request #4846 from fenghuijie/master
修改irq handle接口rt_hw_trap_irq,支持核间IPI中断处理
2021-07-07 20:24:19 +08:00
Bernard Xiong 7c00795c71
Merge pull request #4852 from mysterywolf/rmovefifo
[kernel][ipc] 移除mutex RT_IPC_FLAG_FIFO 功能
2021-07-07 20:21:38 +08:00
chenjh 67b86e61ba [uart] Modify the uart file to configure uart_pin for pullup 2021-07-07 18:51:21 +08:00
Bernard Xiong 262f54ee28
Merge pull request #4853 from DavidLin1577/master
[examples/test]update rtc_test.c
2021-07-07 11:30:05 +08:00
Meco Man 6e334416e3 [ipc][mutex] 补充注释 2021-07-07 10:16:49 +08:00
Meco Man edcdd126ed [kernel][ipc] 移除mutex RT_IPC_FLAG_FIFO 功能 2021-07-07 09:47:09 +08:00
David Lin bfce90ad46
Update sensor.h 2021-07-07 09:06:44 +08:00
David Lin 04510cfc12
Update sensor.h 2021-07-07 09:05:37 +08:00
chenjh c0096e2db9 [uart] Modify uart pin configuration to pullup 2021-07-06 21:29:48 +08:00
DavidLin1577 e0b00b21f5 [examples/test]update rtc_test.c 2021-07-06 18:03:15 +08:00
David Lin 3e8de58e51
Merge branch 'RT-Thread:master' into master 2021-07-06 17:31:52 +08:00
fenghuijie 0015af02e4 调整代码,以支持cpu usage 2021-07-05 18:33:22 +08:00
guo b3fa063a8d
Merge pull request #4837 from CraztTnspt/dev-bsp-robomaster-c
[bsp/stm32] add the bsp of robomaster dev board C
2021-07-05 14:56:36 +08:00
fenghuijie e933c1f610 调整异常处理代码结构,以支持backtrace功能 2021-07-05 14:43:33 +08:00
fenghuijie 782960f159 Merge branch 'master' of github.com:fenghuijie/rt-thread 2021-07-05 14:07:47 +08:00
fenghuijie eb79a8a244 修改irq handle接口rt_hw_trap_irq,支持核间IPI中断处理 2021-07-05 14:06:32 +08:00
Bernard Xiong 3a29bf4889
Merge pull request #4843 from fenghuijie/master
添加dcache invalidate/dcache clean&invalidate接口
2021-07-03 19:07:39 +08:00
Bernard Xiong 3dfebe337a
[kernel] remove switchto_sethook 2021-07-03 18:48:15 +08:00
fenghuijie 05bb1a50b0 添加idle回收资源的修改 2021-07-03 17:54:58 +08:00
fenghuijie da701d6b3a 添加dcache invalidate/dcache clean&invalidate接口 2021-07-03 17:34:45 +08:00
Bernard Xiong d7d22e0afc
Merge pull request #4842 from fenghuijie/master
list-thread命令针对多核添加bind core显示
2021-07-03 16:55:17 +08:00
fenghuijie c77ddf442a list-thread命令针对多核添加bind core显示 2021-07-03 16:35:33 +08:00
crazt 1b85b26eb8 [bsp/stm32/rmc] update ci and README, delete c99 flag in rtconfig.py. 2021-07-03 16:23:16 +08:00
Bernard Xiong f9c01e51a9
Merge pull request #4841 from whj4674672/start
Adjust the stack_top to bss
2021-07-03 14:43:10 +08:00
wanghaijing a6060a41df Adjust the stack_top to bss 2021-07-03 10:25:30 +08:00
Bernard Xiong 663d83889a
Merge pull request #4839 from BernardXiong/cortex-a
[libcpu] remove gtimer/pmu from cortex-a
2021-07-02 15:36:25 +08:00
Bernard Xiong 7d3bac8b6e [libcpu] remove gtimer/pmu from cortex-a 2021-07-02 15:07:21 +08:00
Bernard Xiong a5c37e0893
Merge pull request #4831 from chenyingchun0312/master
[bsp/nrf5x] fix gcc compile exception and add onchip filesystem
2021-07-02 12:12:07 +08:00