Commit Graph

10053 Commits

Author SHA1 Message Date
Bernard Xiong bea966ee9d
Merge pull request #2 from nongxiaoming/stm32f429-disco
[bsp] stm32:fix the lcd driver for stm32f429 discovery board.
2020-08-12 16:56:48 +08:00
nongxiaoming 1af61b3bc7 [bsp] stm32f429-st-disco:modify to use RT_USING_SPI default. 2020-08-12 16:02:51 +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
nongxiaoming e548b77da0 [bsp] stm32:fix the lcd driver for stm32f429 discovery board. 2020-08-11 13:21:27 +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 ea01edb6ec [BSP] Add SDRAM, LCD port files 2020-08-08 16:12:25 +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
liuduanfei 27a6ebf4b1
Update Kconfig 2020-08-05 10:06:20 +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
liuduanfei 719b71a015
Update Kconfig 2020-08-04 15:11:48 +08:00
liuduanfei ba5f2a5bb6
Update Kconfig
Change I2C configuration hierarchy
2020-08-04 15:10:43 +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