4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-16 20:13:29 +08:00

9824 Commits

Author SHA1 Message Date
thread-liu
dd2bf1e442 [update] format 2020-08-13 14:11:34 +08:00
thread-liu
b4c4d554c9 [update] add stm32mp157a-st-ev1 bsp 2020-08-13 13:34:28 +08:00
Bernard Xiong
6442bc6d26
Merge pull request #3811 from luhuadong/develop
[stm32] perform an automatic ADC calibration using HAL_ADCEx_Calibration_Start()
2020-08-12 13:27:01 +08:00
luhuadong
25cafc9d42 [stm32] perform an automatic ADC calibration to improve the conversion accuracy using function HAL_ADCEx_Calibration_Start(). 2020-08-12 02:09:52 +08:00
Bernard Xiong
41aa8d4785
Merge pull request #3810 from mysterywolf/master
struct rt_device_ops 结构体增加宏定义
2020-08-10 18:08:17 +08:00
Meco
5e92521e0d struct rt_device_ops 结构体增加宏定义 2020-08-10 04:35:08 +08:00
Bernard Xiong
c7bdca34b1
Merge pull request #3792 from xfwangqiang/gcc-fix
fixed gcc assembly option in rtconfig.py for imxrt1064-nxp-evk
2020-08-09 11:55:47 +08:00
Bernard Xiong
671cf26506
Merge pull request #3807 from supperthomas/supper
[bsp/nrfx5]: fix the board of nrf52832(pca10040)
2020-08-08 09:24:04 +08:00
supperthomas
b254563a67 [bsp/nrfx5]: fix the board of nrf52832(pca10040) 2020-08-07 21:43:06 +08:00
Bernard Xiong
dd687ff084
Merge pull request #3806 from BernardXiong/code_cleanup
[DFS] clean the unnecessary checking
2020-08-07 14:16:25 +08:00
Bernard Xiong
ad3e6d8898 [DFS] clean the unnecessary checking 2020-08-07 08:51:22 +08:00
WangQiang
49b86c6a21 fixed gcc assembly option and objcopy option in rtconfig.py for imxrt1052-nxp-evk 2020-08-06 18:03:15 +08:00
Bernard Xiong
37f60a323f
Merge pull request #3804 from NU-LL/patch-1
fix startup files
2020-08-06 16:53:48 +08:00
来日方长
f44bdc1019
Update SConscript 2020-08-06 12:10:49 +08:00
Bernard Xiong
ff28345954
Merge pull request #3803 from mysterywolf/master
[fixed]增加条件编译,防止RT_USING_DFS没有定义时 _sys_flen()出现编译警告:stat变量定义但没有被调用 的问题
2020-08-05 11:37:54 +08:00
Meco
576475f14f change format 2020-08-05 09:28:10 +08:00
Meco
3e46db932a 修改部分nucelo开发板readme 2020-08-05 03:12:26 +08:00
Meco
f7ba4a6341 增加条件编译,防止RT_USING_DFS没有定义时 _sys_flen()出现编译警告:stat变量定义但没有被调用 的问题 2020-08-05 02:47:27 +08:00
Bernard Xiong
d1355e3027
Merge pull request #3801 from balanceTWK/master_usb_temp
[code style] spelling mistake : PROERTY -> PROPERTY
2020-08-04 15:14:22 +08:00
tangweikang
b2a9b8308e [components][usb] word error : PROERTY -> PROPERTY 2020-08-04 11:01:22 +08:00
Bernard Xiong
c0d78d4f88
Merge pull request #3773 from ErnestChen1/event_option0717
[modify] if ... else if constructs to be terminated with an else clau…
2020-08-03 21:41:13 +08:00
Bernard Xiong
70142efbf2
Merge pull request #3775 from ErnestChen1/event_goto
[add] a macro to be isolated while using signals in rt_mutex_take fun…
2020-08-03 21:19:30 +08:00
Bernard Xiong
65d4e732cc
Merge pull request #3774 from ErnestChen1/switch_default0727
[add] switch default clause
2020-08-03 21:14:09 +08:00
Bernard Xiong
569923901f
Merge pull request #3776 from ErnestChen1/enum_define0727
[format] enumeration define two styles: define first or all.
2020-08-03 20:29:31 +08:00
Bernard Xiong
505984faed
Merge pull request #3788 from wangyq2018/es8p508x
bugfixed on SConscript
2020-08-03 19:45:07 +08:00
Bernard Xiong
0bcfe89318
Merge pull request #3799 from OpenNuvoton/m480
[nuvoton] Sync drivers of Nuvoton-M480 platform.
2020-08-03 19:32:25 +08:00
wangyq2018
bc830faf54 bugfixed on SConscript 2020-08-03 16:12:44 +08:00
Bernard Xiong
6e797c97f0
Merge pull request #3796 from supperthomas/supperthomas
[bsp/nrf5x]: add the driver of pwm
2020-08-03 16:02:37 +08:00
Wayne Lin
f0fc56989c Update driver supporting status. 2020-08-03 15:14:51 +08:00
Wayne Lin
c9392e2a8b 1. Correct typo.
2. Fix spi/qspi/uspi TX/RX PDMA trigger issue.
3. Drain RX FIFO to remove remain FEF frames in FIFO.
4. Implement RT_DEVICE_CTRL_CLOSE in uart/uuart/scuart driver.
2020-08-03 12:15:33 +08:00
supperthomas
58b05abc91 [bsp/nrf5x]: add the driver of pwm 2020-08-01 20:17:55 +08:00
Bernard Xiong
aa7247eccd
Merge pull request #3764 from ErnestChen1/isdigit0724
[modify] internal function 'isdigit' name to '_isdigit'
2020-08-01 16:51:55 +08:00
Bernard Xiong
27e1ac505d
Merge pull request #3791 from SummerLife/master_710
[bsp][stm32] update stm32h743-st-nucleo bsp scripts
2020-08-01 16:50:05 +08:00
SummerGift
d9a312d55d [bsp][stm32] update stm32h743-st-nucleo/board/SConscript to fix compiling error after dist 2020-08-01 09:52:00 +08:00
Bernard Xiong
bb84e235af
Merge pull request #3787 from mysterywolf/master
fix在rt_event_recv函数中,如果事件已经满足无需阻塞的情况下,没有给thread->event_set/event_info…
2020-07-30 14:10:04 +08:00
WangQiang
24ebc3dc5b fixed gcc assembly option in rtconfig.py for imxrt1064-nxp-evk 2020-07-30 11:57:12 +08:00
Bernard Xiong
4f674ef149
Merge pull request #3786 from jesven/avoid_critical_deadlock
avoid deadlock (rt_hw_interrupt_disable and rt_enter_critical when en…
2020-07-29 11:08:18 +08:00
Meco
1fe077a0be fix在rt_event_recv函数中,如果事件已经满足无需阻塞的情况下,没有给thread->event_set/event_info赋值的问题 2020-07-29 09:57:32 +08:00
Bernard Xiong
18d1683092
Merge pull request #3777 from ErnestChen1/strcmp0727
[format] code style of rt_strcmp function
2020-07-29 09:12:28 +08:00
Bernard Xiong
40b69ae273
Merge pull request #3785 from liuduanfei/master
Update SConstruct
2020-07-28 12:08:04 +08:00
shaojinchun
0e61949116 avoid deadlock (rt_hw_interrupt_disable and rt_enter_critical when enable smp) 2020-07-28 09:55:01 +08:00
liuduanfei
70e5cd4d73
Update SConstruct
Update SConstruct fix compilation error
2020-07-28 09:45:29 +08:00
Bernard Xiong
8ecea29bd2
Merge pull request #3784 from zhiweih/patch-1
Specify date string length in FINSH date command.
2020-07-28 09:42:50 +08:00
zhiweih
814b646d17
Specify date string length in FINSH date command.
libc ctime returns a fixed 25 character string without a NULL terminator. Print it without specifying length in FINSH date command prints extra contents and could potentially be dangerous.
2020-07-27 23:09:26 +08:00
Bernard Xiong
fa599be08c
Merge pull request #3767 from ErnestChen1/function_parameter
[update] function must have parameter
2020-07-27 17:57:28 +08:00
Bernard Xiong
7f84ac875e
Merge pull request #3766 from margguo/fixbug/keep_user_lib_configuration
fixbug:keep user's lib configuration while running --target=eclipse
2020-07-27 17:40:00 +08:00
chenchaoqun
984e8e5651 [modify] internal function 'isdigit' name to '_ISDIGIT' 2020-07-27 15:46:21 +08:00
chenchaoqun
9f41cbced8 [format] code style of rt_strcmp function 2020-07-27 14:18:16 +08:00
chenchaoqun
224c3224c7 [format] enumeration define two styles: define first or all. 2020-07-27 14:11:35 +08:00
chenchaoqun
a78c6bedea [add] a macro to be isolated while using signals in rt_mutex_take function. 2020-07-27 14:01:30 +08:00