Bernard Xiong
|
edea2b38d2
|
Merge pull request #5119 from iysheng/replace_gmtime
[bsp][stm32] Replace gmtime with gmtime_r
|
2021-10-04 23:30:55 +08:00 |
Meco Man
|
e49925584f
|
[ci] add ab32vg1
|
2021-10-01 20:18:05 -04:00 |
Meco Man
|
0d4945777d
|
[ab32vg1] 修复NULL和uint8报错
|
2021-10-01 20:08:50 -04:00 |
iysheng
|
dbaad29e04
|
[bsp][stm32] Replace gmtime with gmtime_r
Signed-off-by: iysheng <iysheng@163.com>
|
2021-10-01 16:41:21 +08:00 |
Bernard Xiong
|
b60adb2d04
|
Merge pull request #5113 from armink/fix_rtc
Fix rtc
|
2021-09-30 18:25:54 +08:00 |
yanmowudi
|
47d0508a74
|
update lib
|
2021-09-30 17:55:16 +08:00 |
armink
|
3fafe6e811
|
[bsp][simulator] Add RT_DEVICE_CTRL_RTC_GET_TIMEVAL support for RTC driver
|
2021-09-29 19:47:22 +08:00 |
armink
|
75e0ec124f
|
[components][time] Revert the old code.
|
2021-09-29 18:19:13 +08:00 |
armink
|
0beb9b3a07
|
[STM32][RTC] Add timeval ops for STM32 platform Sub-second timestamp.
|
2021-09-29 17:58:00 +08:00 |
armink
|
816a99d88e
|
[DeviceDriver][RTC] Add RT_DEVICE_CTRL_RTC_GET_TIMEVAL and RT_DEVICE_CTRL_RTC_SET_TIMEVAL ops
|
2021-09-29 17:52:10 +08:00 |
armink
|
a4619732df
|
[DeviceDriver] Change the special device commands form 0x1X to 0x2X. It will avoid same of general device commands.
|
2021-09-29 17:15:40 +08:00 |
armink
|
ff0b6d241b
|
[DeviceDriver][RTC] Remove RT_DEVICE_CTRL_RTC_GET_TIME_US and RT_DEVICE_CTRL_RTC_SET_TIME_US. Add RT_DEVICE_CTRL_RTC_GET_TIMEVAL and RT_DEVICE_CTRL_RTC_SET_TIMEVAL. The RT_DEVICE_CTRL_RTC_GET_TIMEVAL cmd can get second time and microsecond time.
|
2021-09-29 17:12:27 +08:00 |
Bernard Xiong
|
1e36db0c38
|
Merge pull request #4742 from mysterywolf/rtusingheap
[kernel] rtthread.h 增加#ifdef RT_USING_HEAP 预编译
|
2021-09-28 22:42:00 +08:00 |
Bernard Xiong
|
63c741996b
|
Merge pull request #5031 from liukangcc/armclang
[update] support armclang
|
2021-09-28 13:51:23 +08:00 |
Bernard Xiong
|
d43a68e95e
|
Merge pull request #5105 from mysterywolf/part
[libc]新建gcc文件夹,将newlib和partical文件夹并入
|
2021-09-28 13:48:39 +08:00 |
Bernard Xiong
|
ae49c3f560
|
Merge pull request #5096 from rtthread-bot/rtt_bot
[update] RT-Thread Robot automatic submission
|
2021-09-28 13:47:50 +08:00 |
aisino2200
|
ab2e2a9767
|
ACM32F4XX bsp add
|
2021-09-28 11:02:41 +08:00 |
Meco Man
|
c80688126a
|
[libc] 优化system 支持gcc
|
2021-09-27 22:20:21 -04:00 |
Meco Jianting Man
|
ebdf19bf0f
|
Merge branch 'RT-Thread:master' into part
|
2021-09-27 21:12:08 -05:00 |
guo
|
00d42ef73c
|
Merge pull request #5030 from junchao98/local-dev
[bsp] Fix missing header file applications in ls2k
|
2021-09-28 09:36:55 +08:00 |
Bernard Xiong
|
56aa0fe05c
|
Merge pull request #5106 from mysterywolf/system
[libc][keil][iar] 支持system函数
|
2021-09-28 08:23:00 +08:00 |
Meco Man
|
8b17d53da7
|
[libc]新建gcc文件夹,将newlib和partical文件夹并入
|
2021-09-27 16:40:12 -04:00 |
Meco Man
|
54e30edd88
|
[libc] 支持system函数
|
2021-09-27 16:12:37 -04:00 |
fzxhub
|
a5f7da8ec1
|
修改lpc408x中ADC驱动的版权信息
|
2021-09-27 22:29:53 +08:00 |
guo
|
4c1c946ba3
|
Merge pull request #5068 from liukangcc/time
[update] enable asctime_r function parameter legal.
|
2021-09-27 21:37:36 +08:00 |
guo
|
b7903b2938
|
Merge pull request #5087 from mysterywolf/libc_stdio
[libc标准化][syscall]移除libc_stdio_read/write函数,优化syscall
|
2021-09-27 21:36:53 +08:00 |
Meco Man
|
0a799653df
|
[libc][syscalls]将在libc初始化之前调用printf的行为下调为警告级别
|
2021-09-27 07:49:25 -04:00 |
Meco Man
|
a74b0ae388
|
[libc][time]优化警告输出内容
|
2021-09-27 07:40:24 -04:00 |
Meco Jianting Man
|
37d4abb822
|
Merge branch 'master' into libc_stdio
|
2021-09-27 06:16:39 -05:00 |
Meco Man
|
8e287cfdf7
|
[libc][newlib][syscalls] fileno(stdout)->STDOUT_FILENO
|
2021-09-27 07:14:07 -04:00 |
Meco Man
|
86bb54fde6
|
[libc][syscalls] 在标准输入输出前加校验,反正在libc初始化之前调用printf出问题
|
2021-09-27 06:51:40 -04:00 |
guo
|
94bd9f96a4
|
Merge pull request #5048 from Rbb666/master
Verify the driver in the BSP of the ART-PI main branch of rtthread.
|
2021-09-27 18:05:29 +08:00 |
Bernard Xiong
|
7b6aff0696
|
Merge pull request #5092 from mysterywolf/removeselect
[libc标准化]脱敏dfs_select.h 由标准sys/select.h代替
|
2021-09-27 17:54:28 +08:00 |
Rbb666
|
27a8ff8d19
|
完善ART-PI BSP
|
2021-09-27 17:42:30 +08:00 |
liukangcc
|
169b09004e
|
[update] asctime_r return value.
|
2021-09-27 14:26:06 +08:00 |
Bernard Xiong
|
173913b96e
|
Merge pull request #4872 from aozima/aozima_memheap_develop
优化memheap内存管理:1.自动多块粘合可配置;
|
2021-09-27 14:16:17 +08:00 |
Bernard Xiong
|
2be7621330
|
Merge pull request #5101 from mysterywolf/libcusingtimesss
[libc]在开启libc后依然保持RT_LIBC_USING_TIME定义存在
|
2021-09-27 14:15:03 +08:00 |
Bernard Xiong
|
c6a40b77c8
|
Merge pull request #5098 from mysterywolf/simulator
[bsp][simulator] 消除大部分编译错误
|
2021-09-27 14:14:42 +08:00 |
Bernard Xiong
|
4a9ecd8d0d
|
Merge pull request #5095 from charlown/master
support ch32f10x pwm driver.
|
2021-09-27 13:49:45 +08:00 |
guo
|
cbf0cd1217
|
Merge pull request #5097 from mysterywolf/mm32
[bsp][mm32f327]修复.ignore_format路径错误
|
2021-09-27 13:38:41 +08:00 |
Bernard Xiong
|
e60213e2bf
|
Merge pull request #5084 from QPLover/master
修正了bsp/hc32f4a0的scons构建脚本里的语法错误
|
2021-09-27 08:15:20 +08:00 |
Bernard Xiong
|
8bf5c27406
|
Merge pull request #5090 from GuEe-GUI/master
Merge AArch64 libcpu and add some drivers for their bsps
|
2021-09-26 17:18:43 +08:00 |
GuEe-GUI
|
740cd9dfb0
|
Merge AArch64 libcpu and add some drivers for their bsps
|
2021-09-26 15:01:59 +08:00 |
傅尔先森
|
7e4e58a50e
|
将`NULL`修改为`RT_NULL`
|
2021-09-26 06:13:38 +00:00 |
liukangcc
|
0e46c8a33d
|
[update] support armclang
|
2021-09-26 10:46:21 +08:00 |
Bernard Xiong
|
f44f4dfd74
|
Merge pull request #5099 from mysterywolf/fatfs
[fatfs] 修改互斥保护超时时间, 并将超时时间改为Kconfig可配置
|
2021-09-26 06:57:26 +08:00 |
Bernard Xiong
|
66ad092f06
|
Merge pull request #5100 from mysterywolf/libcarrary
[libc][newlib] 优化syscall 重构_libc_init_array 防止gcc下芯片无法启动
|
2021-09-26 06:44:39 +08:00 |
Meco Man
|
df04d97026
|
[libc]在开启libc后依然保持RT_LIBC_USING_TIME定义存在
|
2021-09-25 15:03:57 -04:00 |
Meco Man
|
a0e800617c
|
[libc][newlib] 优化syscall 将minilib.c并入syscalls.c
|
2021-09-25 14:56:10 -04:00 |
Meco Man
|
1d00635ee9
|
[fatfs] 互斥量保护超时可通过Kconfig配置时间
|
2021-09-25 13:45:55 -04:00 |