11033 Commits

Author SHA1 Message Date
Meco Man
4f06fdc0ad [stm32]删除RTC对libc的依赖 2021-03-05 09:26:26 +08:00
Meco Jianting Man
034046c32e
Merge pull request #23 from RT-Thread/master
pr
2021-03-03 10:46:17 -06:00
Bernard Xiong
4a40ba9535
Merge pull request #4407 from hyhkjiy/feature/nrf5x
[ADD]vscode support for nrf52832
2021-03-03 16:22:27 +08:00
Bernard Xiong
7628f36f05
Merge pull request #4376 from LeeChunHei/hid_fix
修復usb host hid和umouse驅動
2021-03-03 13:54:54 +08:00
Bernard Xiong
d718f64dfc
Merge pull request #4409 from DavidLin1577/patch-9
[bsp] Mini optimized the fh_mmc.c
2021-03-03 08:56:33 +08:00
Bernard Xiong
85ef7013aa
Merge pull request #4293 from enkiller/0201-2045
[libcpu][cm33] 修复不同优化等级,函数行为不一致的问题
2021-03-03 08:53:45 +08:00
Bernard Xiong
d9b88ddf2b
Merge pull request #4290 from enkiller/0201-1456
优化工作队列体积,临界区保护更加完善
2021-03-03 08:53:27 +08:00
Bernard Xiong
fac97f1716
Merge pull request #4305 from OpenNuvoton/revert-3293-fix_at
Revert "fix the bug that rx_notice out of sync when data received aft…
2021-03-03 08:53:01 +08:00
Bernard Xiong
3c5c7491fe
Merge pull request #4402 from iysheng/log_hex
[components][ulog] Add support with timestamp print in function ulog_hexdump
2021-03-03 08:46:37 +08:00
Bernard Xiong
dfe26e21d8
Merge pull request #4412 from howard0su/intr_cleanup
Cleanup Interrupt for F1S
2021-03-03 08:45:39 +08:00
Bernard Xiong
31fdf98e17
Merge pull request #4413 from mysterywolf/gitattributes
[.gitattributes] 解决github显示C++代码比例虚高的问题
2021-03-03 08:43:43 +08:00
Meco Jianting Man
9c1b6e2649
Update .gitattributes 2021-03-03 03:16:53 +08:00
Meco Man
87975c56e8 [.gitattributes] 解决github显示C++代码比例虚高的问题 2021-03-03 03:12:30 +08:00
David Lin
a6c04dbf18
[bsp] Mini optimized the fh_mmc.c
Deleted the un-reach code line 'break;'
2021-03-02 16:16:36 +08:00
Howard Su
b22b7cbdfe Cleanup Interrupt for F1S
Use structure to handle the registers access, which simplified the logic
2021-03-02 14:00:26 +08:00
hyhkjiy
d42e66cb0d [ADD]vscode support for nrf52832 2021-03-02 13:47:40 +08:00
iysheng
0b2212f773 [components][ulog] Add support with timestamp print in function ulog_hexdump 2021-03-02 12:11:19 +08:00
Wayne Lin
eaacc0ae3e Optimize getc flow. 2021-03-02 10:42:40 +08:00
Meco Jianting Man
fab4c5ebb1
Merge pull request #22 from RT-Thread/master
pr
2021-03-01 07:25:48 -06:00
Bernard Xiong
339ebf3c16
Merge pull request #4401 from howard0su/i2c_security
Return when i2c transfer 0 messages
2021-03-01 19:09:12 +08:00
Bernard Xiong
fe980c77c0
Merge pull request #4406 from thread-liu/master
[update] stm32mp1 sdio wifi.
2021-03-01 18:21:27 +08:00
thread-liu
53dea16e5c [update] sdio wifi. 2021-03-01 15:57:10 +08:00
Bernard Xiong
0a54f4c3dd
Merge pull request #4388 from mysterywolf/getline
[libc][getline] 删除不必要的声明信息
2021-03-01 15:18:52 +08:00
Bernard Xiong
ce76e18620
Merge pull request #4398 from mysterywolf/syscallssss
[libc][newlib] 对syscall中malloc相关桩函数做出预编译调整
2021-03-01 15:15:09 +08:00
Bernard Xiong
893e5ad27c
Merge pull request #4403 from mysterywolf/removeminisystem
[bsp][stm32] 移除mini system BSP
2021-03-01 15:01:43 +08:00
Meco Man
6cf0d54e7d 更新ci检查列表 2021-03-01 05:57:08 +08:00
Meco Man
68782205ed [bsp][stm32] 移除mini system BSP 2021-03-01 05:52:48 +08:00
Bernard Xiong
a716126f28
Merge pull request #4389 from mysterywolf/sdcard
[bug][bsp][stm32][pandora] cannot use fatfs in the main thread at starting up
2021-02-28 22:09:55 +08:00
Bernard Xiong
53b308948d
Merge pull request #4399 from zhangsz0516/zhangsz_0228
[update][kernel]规范rt_object_t强制转换的使用,消除上次提交的编译警告
2021-02-28 20:32:53 +08:00
Bernard Xiong
b087b2d9b0
Merge pull request #4394 from supperthomas/ci_test
[bsp/max32660] 添加GCC编译环境和去掉Keil的microlib选项
2021-02-28 20:24:59 +08:00
Bernard Xiong
307671e2c4
Merge pull request #4392 from Jackistang/master
[bsp/max32660] add the driver of i2c
2021-02-28 20:19:29 +08:00
Howard Su
5a184c19b2 Return when i2c transfer 0 messages
msg->flags is accessed without proper intialized msg variable.
2021-02-28 16:42:27 +08:00
张世争
72d7f6c0ad [update][kernel]规范rt_object_t强制转换的使用,消除上次提交的编译警告 2021-02-28 12:00:44 +08:00
Meco Man
70f5c10262 remove comments 2021-02-28 11:12:18 +08:00
Meco Man
ac275965f2 [libc][newlib] 对syscall中malloc相关桩函数做出编译调整 2021-02-28 11:09:48 +08:00
Meco Jianting Man
8932ffdb96
Merge pull request #21 from RT-Thread/master
pr
2021-02-27 01:02:48 -06:00
Meco Man
9da70b7e76 删除多余空格 2021-02-27 14:53:00 +08:00
jackis
8c7dd0353a Keep the project file as it is, remove test code 2021-02-27 09:53:37 +08:00
Bernard Xiong
2bf53d315d
Merge pull request #4369 from mysterywolf/removeminilibc
[libc]移除minilibc 并将其职能并入newlibc中
2021-02-27 09:12:45 +08:00
supperthomas
db61c0d377 [bsp/max32660] remove the microlib about keil 2021-02-27 00:15:53 +08:00
supperthomas
bc133b83a7 [bsp/max32660] add the gcc and vscode environment 2021-02-26 23:35:08 +08:00
Bernard Xiong
ff469fee30
Merge pull request #4360 from haocg9310/stm32DAC
fix stm32 drv_dac.c some bugs
2021-02-26 23:14:48 +08:00
jackis
2b9d265364 [bsp/max32660] modify readme.md 2021-02-26 17:41:56 +08:00
jackis
c0c353e7c3 [bsp/max32660] close i2c 2021-02-26 17:38:53 +08:00
jackis
d306e39a55 [bsp/max32660] add the driver of i2c 2021-02-26 17:32:33 +08:00
Bernard Xiong
c8056dc7bb
Merge pull request #4390 from zhangsz0516/zhangsz_0226
[update][kernel]规范rt_object_detach的使用
2021-02-26 12:55:44 +08:00
张世争
62137eec9a [update][kernel]规范rt_object_detach的使用 2021-02-26 10:38:31 +08:00
Meco Man
c271332dd8 [bug][bsp][stm32][pandora] fix a bug that cannot use fatfs in the main thread at starting up 2021-02-26 10:23:01 +08:00
Meco Man
952e35d9d3 update Kconfig 2021-02-26 06:34:52 +08:00
Meco Man
88abde1578 [libc] beatify getline 2021-02-26 06:17:22 +08:00