Commit Graph

11738 Commits

Author SHA1 Message Date
Wayne Lin 0da2fb5f9b Correct rvds.S including for armclang platform. 2021-05-10 16:17:11 +08:00
Meco Man d81be2e8fd [bsp][stm32f407-explorer] fix a bug that cannot use fatfs in the main thread at starting up 2021-05-10 15:14:50 +08:00
Meco Man 61ec310591 implement BSP_USING_ETH_SAL 2021-05-10 14:22:06 +08:00
Bernard Xiong 97c357b135
Merge pull request #4670 from mysterywolf/network
[network][lwip][kconfig] 默认LWIP协议栈版本由2.0.2转为2.1.2
2021-05-10 12:24:54 +08:00
armink c61419b69b Update the version number to 4.0.4 2021-05-10 09:10:54 +08:00
Meco Man efa64e0da4 [bsp-stm32f407-explorer] 完善F407探路者网络board配置 2021-05-09 21:30:14 +08:00
Meco Man fdd2859cb5 [network][lwip][kconfig] 默认LWIP协议栈版本由2.0.2转为2.1.2 2021-05-09 20:37:12 +08:00
Meco Man 7e7066f741 [Kconfig][driver]删除NTP相关配置 2021-05-09 19:43:50 +08:00
Meco Man e71e693fd1 移除readme关于NTP部分 2021-05-09 16:10:58 +08:00
Meco Man 3fd276bb44 add comment 2021-05-09 15:59:27 +08:00
Tao_eternal 7d0aa5bd34 Merge branch 'RT-Thread:master' into patch-1 2021-05-09 15:32:09 +08:00
Tao_eternal 14d64a1dff
Update drv_gpio.c
one more bug fixed
2021-05-09 15:30:36 +08:00
Bernard Xiong 060183184b
Merge pull request #4667 from geniusgogo/fix_rt_kprintf
fixed rt_kprintf %s precision print error.
2021-05-09 12:59:07 +08:00
Bernard Xiong 06b5b0c840
Merge pull request #4660 from yanmowudi/master
update swm320 libraries
2021-05-09 12:58:23 +08:00
Bernard Xiong 911068a9f9
Merge pull request #4663 from thread-liu/master
[update] file_check.py
2021-05-09 12:56:19 +08:00
Bernard Xiong 9e17248999
Merge pull request #4668 from Guozhanxin/arch_mix
[bsp]add seeed Arch_Mix bsp
2021-05-09 12:56:04 +08:00
Meco Man 9de977a046 remove list_date 2021-05-08 23:51:47 +08:00
guozhanxin 7ab2cae3fa [bsp]add seeed Arch_Mix bsp 2021-05-07 17:42:49 +08:00
geniusgogo ac2c734583 fixed rt_kprintf %s precision print error. 2021-05-07 14:53:48 +08:00
Tao_eternal 6cb39a15a6
fixed some bugs about interrupt
When I used the pin's interrupt, I always get a FALSE state.
So I read the drv_gpio.c and has found that function gpio_exti_source_select has not  truly set yet and the GPIO input mode and the EXTI_(bitno) should be correct.
2021-05-07 13:52:33 +08:00
thread-liu 86f9b001c7 [update] file_check.py 2021-05-07 11:08:33 +08:00
Meco Man 43e9aec85e 将rt_soft_rtc_init设为私有函数 2021-05-06 23:47:33 +08:00
Meco Man f982d81389 [rtc driver]remove NTP 2021-05-06 23:43:44 +08:00
Bernard Xiong 186466ecc6
Merge pull request #4593 from yangjie11/bsp-to-apache
[bsp]add copyright notice
2021-05-06 17:55:32 +08:00
Bernard Xiong c415410498
Merge pull request #4654 from mysterywolf/timezone
[libc][time]优化gettimeofday/settimeofday; 规范set_timeval/get_timeval函数返回值
2021-05-06 16:55:32 +08:00
yanmowudi 2c05296948 format utf-8 2021-05-06 10:42:41 +08:00
yanmowudi c00300d5f4 format utf-8 2021-05-06 10:24:00 +08:00
yanmowudi 22513fe86c update swm320 libraries 2021-05-06 10:10:29 +08:00
Bernard Xiong ed900427cd
Merge pull request #4657 from OpenNuvoton/touch_class
[components/drivers/touch] Bypass controlling commands in touch class to device driver.
2021-05-05 21:38:54 +08:00
Bernard Xiong 00524ccc66
Merge pull request #4659 from rtthread-bot/rtt_bot
[update] RT-Thread Robot automatic submission
2021-05-05 10:48:40 +08:00
bernard 141effcae3 !191 调整串口关闭时中断禁用和资源释放顺序
Merge pull request !191 from AubrCool/fix-serial.drv
2021-05-04 15:20:05 +08:00
Meco Man 787e46c6a3 [rtc]调整rtc驱动框架函数位置,功能无影响,为后续新的RTC框架铺路 2021-05-04 13:06:24 +08:00
Bernard Xiong 39aa987fc8
Merge pull request #4632 from yaoyufan/master
fix bluetrum uart1 and uart2 cannot recv data
2021-05-03 21:55:00 +08:00
Bernard Xiong 0dfd1fa463
Merge pull request #4656 from xfwangqiang/kconfig_err
[BSP][IMXRT]fixed imxrt1052-nxp-evk board kconfig
2021-05-03 21:54:37 +08:00
Wayne Lin 4ed550a96c Bypass controlling commands in touch class to driver. 2021-05-03 13:21:47 +08:00
wangqiang 9d8e5c0e06 修复board/Kconfig的错误 2021-05-03 09:28:03 +08:00
Meco Man 8fee8d2c8c remove const in set_timeval 2021-05-03 09:17:46 +08:00
Meco Man 1a55702ccb 修复DST_NONE 等宏定义位置放错导致报错的问题 2021-05-02 09:38:41 +08:00
Meco Man 3f74758f31 将<sys/time>改为"sys/time.h" 2021-05-02 09:29:46 +08:00
Meco Man 8ec1a63b23 增加tz_dsttime类型定义 2021-05-02 09:24:41 +08:00
Meco Man 47de526525 精简settimeofday代码;
在Linux中settimeofday以及gettimeofday函数的时区功能已经被废弃,因此增加注释予以提示。
gettimeofday实现了tz_minuteswest功能,tz_dsttime功能未实现,按废弃处理;
settimeofday时区功能废弃。
2021-05-01 16:22:27 +08:00
Meco Man 6fa385b987 [time] 补充注释 2021-05-01 14:23:50 +08:00
Meco Man f4015029d2 gettimeofday()函数支持时区;规范set_timeval/get_timeval函数返回值 2021-05-01 14:18:46 +08:00
Meco Jianting Man 6d57515316
Merge pull request #48 from RT-Thread/master
sycn
2021-05-01 11:05:16 +08:00
Bernard Xiong be3b5a950f
Merge pull request #4653 from mysterywolf/fixed-timezone
[libc][time]增加手动设置固定时区的功能
2021-05-01 10:58:24 +08:00
Bernard Xiong beb2f046c4
Merge pull request #4649 from mysterywolf/libc2
[libc][time] remove _TIMESPEC_DEFINED in common/sys/time.h and complete time.c
2021-05-01 10:58:10 +08:00
Meco Man a611a66864 精简代码 2021-05-01 06:08:14 +08:00
Meco Man 65984a7116 add comment 2021-05-01 06:06:03 +08:00
Meco Man 0aa3b80fc3 在time.c中增加RT_LIBC_FIXED_TIMEZONE默认值,防止有些工程没有配置RT_LIBC_FIXED_TIMEZONE 2021-05-01 06:03:46 +08:00
Meco Man a7a3ca9f02 增加手动设置时区的功能 2021-05-01 05:52:55 +08:00