6038 Commits

Author SHA1 Message Date
Bernard Xiong
3592b3684a
Merge pull request #1510 from armink/fix_scons
[tools][scons] Fix error notice when 'EXEC_PATH' is not exist.
2018-06-07 20:46:35 +08:00
armink
67dd8c4a0d [tools][scons] Fix error notice when 'EXEC_PATH' is not exist. 2018-06-07 17:35:31 +08:00
Bernard Xiong
dd6acd256c
Merge pull request #1509 from armink/fix_scons
[WIP] [tools][scons] Add error notice when 'EXEC_PATH' is not exist.
2018-06-07 16:57:24 +08:00
Bernard Xiong
512c69fdc9
Merge pull request #1508 from enkiller/dev
[components][finsh]msh最大参数个数可配置
2018-06-07 16:57:05 +08:00
armink
1c37c813b5 [tools][scons] Add error notice when 'EXEC_PATH' is not exist. 2018-06-07 15:44:26 +08:00
tangyuxin
6bb00aa88b [components][finsh]msh最大参数个数可配置 2018-06-07 11:55:54 +08:00
aozima
6be8da9464
Merge pull request #1507 from enkiller/dev
[components][drivers]Kconfig更新
2018-06-06 15:27:59 +08:00
tangyuxin
c67595c242 [components][drivers]Kconfig wifi默认打开sta模式 2018-06-06 11:07:50 +08:00
tangyuxin
2f35ed0ec7 [components][drivers]Kconfig更新 2018-06-06 11:03:09 +08:00
Bernard Xiong
97ca1bf1af
Merge pull request #1506 from enkiller/dev
[components][drivers]wlan驱动框架更新
2018-06-05 20:53:49 +08:00
tangyuxin
6f12736c86 [components][drivers]wlan驱动框架更新 2018-06-05 16:52:56 +08:00
Bernard Xiong
a3ef5f37e3
Merge pull request #1502 from zheng-chow/master
Fix the SD Card and EMAC issue:
2018-06-04 19:30:43 +08:00
Bernard Xiong
d450f54142
Merge pull request #1501 from TanekLiang/hifive1-fixed-led
[bsp][hifive1] remove unused code
2018-06-04 19:28:53 +08:00
zheng-chow
ed75173cac Fix the SD Card and EMAC issue:
1. The issue concerns sdmmc library bug (I finally solved) in SD_Init() in the file sdmmc/src/fsl_sd.c:SD_SelectBusTiming()
calls SD_SwitchFunction() which sets block size to 64bytes (512bits).Therefore SD_SetBlockSize(card, FSL_SDMMC_DEFAULT_BLOCK_SIZE)
should be called again before SD_Init() exits.
2. The issue is wrong variable in drv_emac.c:lpc_emac_tx(), and the wrong data length of send packet
to cause the send failure.

Signed-off-by: zheng-chow <sernia.zhou@foxmail.com>
2018-06-04 18:14:59 +08:00
Bernard Xiong
666d39c093
Merge pull request #1498 from ArdaFu/master
[libcpu][arm][arm926] Using C header file to define stack and heap size.
2018-06-04 17:36:15 +08:00
Bernard Xiong
f0895aa491
Merge pull request #1499 from Guozhanxin/new
to be able debug trace bit  before use DWT.
2018-06-04 17:27:31 +08:00
guozhanxin
e2c89ec0f5 [components][cputime]to be able trace before use DWT.|使用 DWT 之前必须先使能跟踪系统. 2018-06-04 14:54:07 +08:00
ArdaFu
aa08164cb3 [libcpu] Sconscript: fix spell srror. 2018-06-04 14:23:54 +08:00
ArdaFu
099062de78 [tools][building] Add ASFLAGS in DefineGroup. 2018-06-04 14:18:31 +08:00
ArdaFu
7a1f8ee1c4 [libcpu][arm][arm926] Using C header file to define stack and heap size. 2018-06-04 13:34:45 +08:00
Bernard Xiong
7d6b7dc3f0
Merge pull request #1497 from arthur-jx/master
[bsp] [stm32f10x]  fix watchdog control set timeout argument bug.
2018-06-04 13:21:40 +08:00
liang yongxiang
99cbadc1d9 [bsp][hifive1] remove unused code 2018-06-04 11:43:02 +08:00
LiuJX
de17adf56c [bsp] [stm32f10x] fix watchdog control set timeout argument bug. 2018-06-04 11:05:56 +08:00
Bernard Xiong
c83c8d8462
Update README_zh.md 2018-05-31 18:36:19 +08:00
Bernard Xiong
bb6cad1862
Update README.md 2018-05-31 18:35:18 +08:00
Bernard Xiong
44cffcf9ac
Update rtdef.h 2018-05-31 18:05:43 +08:00
Bernard Xiong
1f574b679b
Update ChangeLog.md 2018-05-31 18:01:45 +08:00
Bernard Xiong
37d8cc4ff2
Merge pull request #1495 from armink/fix_apollo429
Fix apollo429
v3.0.4
2018-05-31 17:47:25 +08:00
Bernard Xiong
b91257edb2
Merge pull request #1494 from armink/fix_lwip
[components][lwIP] Change the lwIP default selected version to 2.0.2.
2018-05-31 17:31:23 +08:00
armink
0b1b549742 [bsp][stm32f429-apollo] Disable the SPI DMA mode. It has some problem when using big data transmission. 2018-05-31 17:16:15 +08:00
armink
62ed2b9d0f [bsp][stm32f429-apollo] Change the SDIO initialization frequency to 400K for improve reliability. 2018-05-31 17:11:04 +08:00
armink
0e3b1506d4 [components][lwIP] Change the lwIP default selected version to 2.0.2. 2018-05-31 16:58:15 +08:00
Bernard Xiong
63c4373a5e
Merge pull request #1493 from TanekLiang/hifive1-pr
[bsp] add hifive1 bsp support
2018-05-31 15:33:56 +08:00
liang yongxiang
43922e465e [bsp] add new bsp: hifive1 2018-05-31 14:58:59 +08:00
liang yongxiang
32c5b2515f [libcpu] add risc-v e310 porting 2018-05-31 14:53:26 +08:00
Bernard Xiong
661338d279
Merge pull request #1473 from Bluebear233/patch-1
[DFS] Update net_sockets.c
2018-05-31 13:33:42 +08:00
Bernard Xiong
45bd118b59
Merge pull request #1491 from uestczyh222/master
[Bsp]Add readme for stm32f40x
2018-05-31 10:46:05 +08:00
Bernard Xiong
63b2238233 Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2018-05-31 09:58:40 +08:00
Bernard Xiong
9f0998abb8 [Tools] Remove scons --test argument. 2018-05-31 09:58:35 +08:00
ZYH
e606452490
Merge pull request #1489 from uestczyh222/master
[Bsp]Add Readme for stm32f10x
2018-05-31 09:47:51 +08:00
zyh
7621246259 [Bsp]Add readme for stm32f40x 2018-05-31 09:47:33 +08:00
zyh
0214092051 [Bsp]Add Readme for stm32f10x 2018-05-31 09:36:59 +08:00
Bernard Xiong
798e45f885
Merge pull request #1488 from TanekLiang/lpc54608-readme
[bsp][lpc54608-LPCXpresso] add README.md
2018-05-31 08:40:10 +08:00
liang yongxiang
9c051e4fd1 [bsp][lpc54608-LPCXpresso] add README.md 2018-05-30 21:43:33 +08:00
Bernard Xiong
427be5c6ca [Tools] Add copyright information. 2018-05-30 20:58:04 +08:00
Bernard Xiong
7d8072298c Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2018-05-30 18:01:33 +08:00
Bernard Xiong
fd0ae67289 [Tools] Add target=vsc in building script. 2018-05-30 18:01:24 +08:00
Bernard Xiong
e52bd1b8fc
Merge pull request #1487 from yangjie11/master
[stm32f10x-HAL] Fixed the problem of including functions in RT_ASSERT()
2018-05-30 15:47:17 +08:00
user
dab7477312 [stm32f10x-HAL] Fixed the problem of including functions in RT_ASSERT()|修复了:当屏蔽宏定义RT_DEBUG时,RT_ASSERT()中的函数运行不到 2018-05-30 14:47:11 +08:00
Bernard Xiong
c39b66fcf3
Merge pull request #1486 from qgyhd1234/gcc
[gcc]:修改GCC分散加载文件
2018-05-30 13:37:15 +08:00