Commit Graph

8041 Commits

Author SHA1 Message Date
EvalZero 943c5ccc66 [bsp][stm32l476-st-nucleo]add low power feature support for stm32l476-st-nucleo 2019-05-06 19:56:01 +08:00
EvalZero c57f2370ad [components][pm]improve low power management components 2019-05-06 18:17:55 +08:00
Bernard Xiong 4a2242b94d
Merge pull request #2650 from Lawlieta/develop
[net][netdev] Add default netdev automatic change features configuration
2019-05-06 09:26:29 +08:00
chenyong 7424e44e20 [net][netdev] Add default netdev automatic change features configuration
Signed-off-by: chenyong <1521761801@qq.com>
2019-05-05 20:35:01 +08:00
Bernard Xiong dd1a906b6d
Merge pull request #2638 from ericQiang/rtt_dev
[bug fix]不使能LWIP的TCP功能时,编译出错。
2019-05-05 18:18:08 +08:00
chenyong 9752dd7889 [net][sal] Delete the judgment of the default network interface device when socket is created
Signed-off-by: chenyong <1521761801@qq.com>
2019-05-05 14:50:29 +08:00
Bernard Xiong c2244a5c57
Merge pull request #2628 from HubertXie/master
实现多网卡自动切换功能
2019-05-01 20:25:31 +08:00
Bernard Xiong 4691f335da
Merge pull request #2636 from willianchanlovegithub/dofly
[bsp[stm32][f103-dofly-m3s]Add On-Chip Flash, I2C, SPI, SPI FLASH, EEPRAM drivers
2019-04-30 18:54:00 +08:00
Bernard Xiong 514be9cc47
Merge pull request #2348 from Shuobatian/shuobatian_hwtimer
fix drv_timer.c  stm32f7 TIM14 Interrupt
2019-04-30 08:42:13 +08:00
ericQiang ee6671f22b [bug fix]不使能LWIP的TCP功能时,编译出错。 2019-04-30 00:22:17 +08:00
Bernard Xiong 9839dcd5a3
Merge pull request #2637 from armink/target_eclipse
更新 Eclipse 工程的生成
2019-04-29 22:02:38 +08:00
armink 5c584bfff9 [qemu-vexpress-a9] Add eclipse project support. 2019-04-29 18:42:12 +08:00
armink 6674e77986 [tools][eclipse] Fix eclipse target update error. 2019-04-29 18:17:47 +08:00
Bernard Xiong 8afa24c811
Merge pull request #2635 from ericQiang/rtt_dev
修复scons创建mdk工程时,group组中有多个library的情况下,会重复创建同名group.
2019-04-29 17:43:43 +08:00
Willian Chan ee33d475d1 [bsp[stm32][f103-dofly-m3s]Add On-Chip Flash, I2C, SPI, SPI FLASH, EEPRAM drivers
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-29 16:02:45 +08:00
ericQiang 28e06fe012 [bug fix]:scons创建mdk工程时,group组中有多个library的情况下,会重复创建同名group.修改Tools/keil.py中的函数MDK45Project,若group已经创建,则直接添加子节点。 2019-04-29 14:33:31 +08:00
Bernard Xiong 3ae69adf9e
Merge pull request #2610 from jhbdream/stm32l4r9-bsp
add bsp for stm32l4r9
2019-04-29 13:50:00 +08:00
jhb 850b1e8b6c Modify the indentation format
because github set tab as eight
2019-04-29 12:42:20 +08:00
jhb 642aaa9496 Modify the indentation format 2019-04-29 11:57:20 +08:00
Bernard Xiong b4400c2af2
Merge pull request #2627 from enkiller/workqueue
[components][drivers][ipc] 初始化工作对象所有成员
2019-04-29 09:05:09 +08:00
HubretXie fd05ad76d6
Update sal_socket.c
格式化代码
2019-04-28 15:26:52 +08:00
HubretXie 2d82b62111
Update netdev.c
根据family查找netdev时,优先查找family匹配并且已经联网的网卡
再查找family匹配但是未联网的网卡
2019-04-28 15:24:23 +08:00
HubretXie f7e5f4cd50
Update sal_socket.c
创建sock时,默认网卡联网时才优先使用
2019-04-28 15:21:19 +08:00
HubretXie 08a9887a28
Merge pull request #3 from RT-Thread/master
sync
2019-04-28 15:14:42 +08:00
tangyuxin 91345d62af [components][drivers][ipc] 初始化工作对象所有成员 2019-04-28 14:31:57 +08:00
Bernard Xiong b57e075867
Merge pull request #2626 from Lawlieta/develop
[net][netdev] Fix netdev link_down status, socket create failed issue
2019-04-28 07:44:43 +08:00
Bernard Xiong 77973d8d34
Merge pull request #2625 from misonyo/rttdev
[libcpu/cortex-m7]add cache driver
2019-04-28 07:44:11 +08:00
chenyong c9bea68240 [net][lwip] Fix open the netdev and the lwip component, ping command export error issue
Signed-off-by: chenyong <1521761801@qq.com>
2019-04-28 00:53:58 +08:00
misonyo 0f33da3f0e [libcpu/cortex-m7]add cache driver 2019-04-27 17:35:46 +08:00
chenyong 2721e7189a [net][netdev] Fix netdev link_down status, socket create failed issue
Signed-off-by: chenyong <1521761801@qq.com>
2019-04-27 17:24:58 +08:00
Bernard Xiong c0a400ccbe
Merge pull request #2624 from jesven/lwp_swi_arm-a
修改lwp支持中arm cortex-a的swi入口函数处理
2019-04-27 14:48:33 +08:00
shaojinchun 1e7bd3d8a1 修改lwp支持中arm cortex-a的swi入口函数处理 2019-04-27 13:54:51 +08:00
Bernard Xiong 8684f1662b
Merge pull request #2623 from willianchanlovegithub/stm32fxxx_hal
[bsp][stm32]Fixed error stm32f1xx_hal library reference when using sdio.
2019-04-27 09:51:47 +08:00
Bernard Xiong 398fdabe58
Merge pull request #2622 from willianchanlovegithub/dofly
[bsp[stm32][f103-dofly-m3s]Add sdcard drivers
2019-04-27 09:51:21 +08:00
Willian Chan 4f631d780e [bsp][stm32]Fixed error stm32f1xx_hal library reference when using sdio.
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-27 09:32:40 +08:00
WillianChan 631d547c32 [bsp[stm32][f103-dofly-m3s]Add sdcard drivers
Signed-off-by: WillianChan <chentingwei@rt-thread.com>
2019-04-26 23:08:32 +08:00
Bernard Xiong 12610f76ae
Merge pull request #2621 from sundm75/sundm75
[bsp][ls1c] add uart3 driver; fix net driver for lwip2.1.0; fix drv_t…
2019-04-26 22:21:43 +08:00
sundm75 7ae6627465 [bsp][ls1c] add uart3 driver; fix net driver for lwip2.1.0; fix drv_t ouch driver; fix display driver; fix can driver. 2019-04-26 21:00:20 +08:00
Bernard Xiong 9f1ceb4fe8
Merge pull request #2619 from willianchanlovegithub/469
[bsp][stm32][f469-disco]Add sdcard drivers
2019-04-26 15:52:42 +08:00
Willian Chan c702e1289d [bsp][stm32][f469-disco]Add sdcard driver
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-26 14:55:48 +08:00
Bernard Xiong 0f69471cfd
Merge pull request #2615 from yaojinrun/master
[components][drivers][can] can.c bug修复:
2019-04-26 13:49:44 +08:00
Bernard Xiong 688452841c
Merge pull request #2616 from Lawlieta/develop
[net][at] Modify AT commands send timeout error log level
2019-04-26 13:49:04 +08:00
Bernard Xiong 7369afe8b4
Merge pull request #2617 from qz721/fix-platform
Rename 'platform.h' in 'imx6ul' and 'qemu-vexpress-a9' BSPs.
2019-04-26 13:48:23 +08:00
qz721 61f2a71511 Rename 'platform.h' in 'imx6ul' and 'qemu-vexpress-a9' BSPs.
This filename conflicts with the 'mbedtls' package. They are renamed
in the name of the corresponding chips and included in 'board.h'.
Files that rely on this file should include 'board.h' instead.
2019-04-26 10:50:48 +08:00
chenyong 99c069ffd3 [net][at] Modify AT commands send timeout error log level
Signed-off-by: chenyong <1521761801@qq.com>
2019-04-26 10:04:43 +08:00
yaomo718 b67a8152a5 [components][drivers][can] can.c bug修复:
在RT_CAN_USING_HDR宏关闭的时候,接收数据大小的计算应该是:已使用链表数*sizeof(struct rt_can_msg)。
2019-04-25 11:18:28 +08:00
Bernard Xiong ba99d95d56
Merge pull request #2612 from yangjie11/yj_fix_branch
[bsp][stm32]modify stm32l4xx template,preventing conflict with the linker files
2019-04-25 10:34:38 +08:00
Bernard Xiong 16b67da162
Merge pull request #2613 from BernardXiong/fix_makefile
[tools] Fix the makefile issue under Windows.
2019-04-25 10:04:01 +08:00
Bernard Xiong 72c763904c
Merge pull request #2535 from ZhuGangfei/mm32l37x
Upload mm32l3xx bsp。
2019-04-25 10:03:45 +08:00
Bernard Xiong 214c1a6d45
Merge pull request #2608 from misonyo/rttdev
[components/dfs]fix index overflow bug when not filesystem was selected
2019-04-24 21:15:42 +08:00