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

2268 Commits

Author SHA1 Message Date
Bernard Xiong
8e9fca6eef [BSP] remove tm4c129x-dk bsp 2018-09-02 16:49:51 +08:00
Bernard Xiong
90d05a2925
Merge pull request #1762 from uestczyh222/nuvoton_m05x
[Bsp][nuvoton_m05x]fix build error with gcc
2018-09-02 12:40:46 +08:00
zyh
46f740cd21 [Bsp][nuvoton_m05x]fix build error with gcc 2018-09-02 11:45:03 +08:00
zyh
2bd06ea448 [Bsp][Apollo2]fix build error with gcc 2018-09-02 11:21:03 +08:00
Bernard Xiong
7dc042e6b9 [dlmodule] Simply remove the module.c file from the project file. 2018-09-01 11:03:29 +08:00
流光
03ef0fc58d [bsp][rt1050] Fix the pin driver GCC build warning. | 修复pin驱动gcc编译警告. 2018-08-31 14:46:23 +08:00
Bernard Xiong
d74d5801c8
Merge pull request #1751 from RT-Thread/feature_libdl
[Kernel] move module to libc/libdl.
2018-08-31 18:41:16 +08:00
Bernard Xiong
f89b8ed250 [BSP] remove RT_USING_LIBDL option. 2018-08-31 12:58:26 +08:00
Bernard Xiong
25478836f7 [BSP] Remove module fature in mini2440 2018-08-31 09:11:58 +08:00
chenyong
8973fa9d3e [bsp][stm32f4xx-HAL] Add uart3 driver 2018-08-29 11:11:10 +08:00
shaojinchun
03cd2c005d Add the definition of RT_VBUS_USING_FLOW_CONTROL to vbus_api.h 2018-08-27 18:33:03 +08:00
shaojinchun
84e8c65683 RT_VMM_RB_BLK_NR now is calculated from _RT_VBUS_RING_SZ 2018-08-27 18:15:38 +08:00
shaojinchun
000887795f Move configs of VBUS to Kconfig, delete related head files in the bsp directory 2018-08-27 15:37:08 +08:00
Bernard Xiong
6bde1c520d
Merge pull request #1738 from zhuangwei123/master
[bsp/ls1cdev]修复以太网驱动发送字节丢失问题
2018-08-26 20:08:04 +08:00
zhuangwei123
1572cda572 [bsp/ls1cdev]astyle格式化 2018-08-26 18:27:38 +08:00
zhuangwei123
efa6eb1dc2 [bsp/ls1cdev]修复以太网驱动发送字节丢失问题 2018-08-26 12:19:20 +08:00
Bernard Xiong
2fa6b67412 [BSP] Update raspi2 README.md 2018-08-24 11:13:20 +08:00
Bernard Xiong
04ceae4349
Update README.md 2018-08-24 10:56:46 +08:00
shaojinchun
e5f0b628f2 [bsp][raspi2] change README.md and configs 2018-08-24 09:49:06 +08:00
shaojinchun
e0b04166e8 [bsp][raspi2] add raspberry pi 2 support 2018-08-23 09:52:41 +08:00
ZYH
28125ab9df [BSP][STM32F107]Update Kconfig 2018-08-18 11:22:30 +08:00
whj4674672
b8a6b1e38a add [BSP]stm32f107 Kconfig
add rt_console_set_devic,components,gpio,rtc
2018-08-17 22:43:55 +08:00
ZYH
d06f9ac9df
Merge pull request #1716 from xeonxu/stm32hal_can
[STM32 BSP]CAN driver for stm32f4xx HAL.
2018-08-16 10:13:40 +08:00
Bernard Xiong
382c330725 [BSP] Add vscode settings for qemu-vexpress-a9 bsp 2018-08-15 09:15:08 +08:00
Noe Xu
33753f6331 [STM32 BSP]CAN driver for stm32f4xx HAL.
Change-Id: I60868dea91e0a632de469e4841410d4f1ae21516
2018-08-12 20:49:23 +08:00
Noe Xu
250de62d5c [STM32 BSP]Fix PWM channel calculate argorithm.
Change-Id: Ie65437365784033dcee8d8e9f21dfc5727ba9d3c
2018-08-12 19:57:36 +08:00
Bernard Xiong
2ec54bab7a
Merge pull request #1709 from zhuangwei123/master
[bsp/ls1cdev]rename kconfig to Kconfig
2018-08-09 17:43:01 +08:00
zhuangwei
67832e4509 rename kconfig to Kconfig 2018-08-09 14:50:00 +08:00
Bernard Xiong
7d255c68e5
Merge pull request #1632 from Guozhanxin/imx1052
[BSP][RT1052] Merge network drive.
2018-08-07 11:40:52 +08:00
Bernard Xiong
9e56babd17
Merge pull request #1697 from liangyongxiang/imxrt-fixed-uart-bug
[bsp][imxrt1052-evk] fixed uart bug: lost interrupt configuration whe…
2018-08-07 11:39:18 +08:00
ZYH
95a55864f3
Merge pull request #1703 from liangyongxiang/stm32l4
[bsp][stm32l476-nucleo] format code
2018-08-06 15:21:47 +08:00
ZYH
bddea70d8a
Merge pull request #1704 from liangyongxiang/kconfig-l476
[bsp][stm32l476-nucleo] change default RTT_DIR to ../..
2018-08-06 15:21:08 +08:00
liang yongxiang
ddc86ccc43 [bsp][stm32l476-nucleo] support "scons --target=mdk" 2018-08-06 14:44:05 +08:00
liang yongxiang
90a38740bf [bsp][stm32l476-nucleo] change default RTT_DIR to ../.. 2018-08-06 14:20:17 +08:00
liang yongxiang
3191bf8a15 [bsp][stm32l476-nucleo] format code 2018-08-06 14:15:00 +08:00
guochuangjian
63a13906cc fix uart ore-flag clear bug 2018-08-05 15:25:31 +08:00
guochuangjian
3de51fe256 fix usRcvBufferPos == MB_SER_PDU_SIZE_MAX bug 2018-08-05 15:08:50 +08:00
liang yongxiang
a800493fd8 [bsp][imxrt1052-evk] fixed uart bug: lost interrupt configuration when re-configuring uart 2018-08-04 17:40:42 +08:00
Bernard Xiong
fcab0f2cb4 [BSP] Fix the compiling issue with GCC6 2018-08-04 14:59:29 +08:00
guochuangjian
4b0839bd7b update uart isr ore-flag handle error bug. 2018-08-01 00:35:42 +08:00
balanceTWK
0541bc6e78 Remove redundant macro definition.| 移除多余的宏定义. 2018-07-25 06:56:56 +08:00
Bernard Xiong
94e6e293b6
Merge pull request #1627 from uestczyh222/master
[Bsp][STM32F4xx-HAL]Add pwm driver
2018-07-24 11:16:53 +08:00
zyh
257f147a97 [Bsp][stm32f4xx-hal][pwm]format code 2018-07-24 09:26:41 +08:00
jiezhi320
a137c06a93 Add GPIO Out_OD mode config
Add GPIO Out_OD mode config In stm32f10x bsp
2018-07-23 23:09:09 +08:00
liang yongxiang
08a2e7629a [bsp][ck802] clean up 2018-07-23 10:33:09 +08:00
guozhanxin
7df29a1920 [BSP][RT1052] Merge network drive. | 合并网络驱动文件 2018-07-22 15:53:55 +08:00
_--___
d1f77fc9f5
clock bug
change to APB1
2018-07-19 18:09:16 +08:00
tangyuxin
1bf9dea104 [bsp]qemu-vexpress-a9 网卡驱动bug修复 2018-07-19 10:07:27 +08:00
chenyong
e46b16be34 [bsp] Adapt to SAL framework change 2018-07-18 13:42:16 +08:00
zyh
6bb167e995 [Bsp][STM32F4xx-HAL]fix warning 2018-07-16 22:32:07 +08:00