Bernard Xiong
42f2c1cb05
Update README.md
2018-06-11 14:26:00 +08:00
Bernard Xiong
b110d77d8f
Merge pull request #1521 from RT-Thread/feature_v310
...
Feature v310
2018-06-11 11:13:59 +08:00
liang yongxiang
b085393cde
[bsp] add ck802 bsp
2018-06-11 09:45:07 +08:00
Bernard Xiong
564df04da1
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
2018-06-10 18:01:15 +08:00
Bernard Xiong
8e67f65688
[BSP][stm32f411-nucleo] Add ARCH type and change for module & lwP.
2018-06-10 18:00:49 +08:00
Bernard Xiong
884fb70fe9
[Kernel] Add device ops feature.
2018-06-10 17:59:17 +08:00
zhuangwei123
e7f78855bd
[bsp/ls1cdev]drv_spi.c astyle格式化代码
2018-06-10 10:52:05 +08:00
zhuangwei123
b05a5a6f3d
[bsp/ls1cdev]SPI0添加CS0支持,移除drv_spi.c中的msd_init。SPI00可用于注册NORFLASH驱动
2018-06-09 21:09:33 +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
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
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
liang yongxiang
43922e465e
[bsp] add new bsp: hifive1
2018-05-31 14:58:59 +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
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
zylx
8752d76b67
[gcc]:修改GCC分散加载文件
2018-05-30 10:23:48 +08:00
Bernard Xiong
fe691c2ab3
Merge pull request #1484 from TanekLiang/riscv-update
...
remove hifive1 bsp and risc-v/e310 porting
2018-05-29 16:20:39 +08:00
Bernard Xiong
385ee9afed
Merge pull request #1483 from TanekLiang/nds32-update
...
remove AE210P bsp and nds32 porting
2018-05-29 16:20:25 +08:00
liang yongxiang
6605b65ef0
[bsp] remove AE210P bsp
2018-05-29 13:00:18 +08:00
liang yongxiang
be27862154
[bsp] remove hifive1 bsp
2018-05-29 12:59:19 +08:00
liang yongxiang
5faae3350c
[libcpu] remove libcpu/risc-v
2018-05-29 12:59:13 +08:00
liang yongxiang
bf21bbc423
[bsp][lpc408x] add README.md
2018-05-29 12:57:41 +08:00
Bernard Xiong
ae98804dfb
Merge pull request #1481 from enkiller/dev
...
[bsp][qemu]添加Audio驱动
2018-05-29 12:51:41 +08:00
Bernard Xiong
8ff8e57e27
Merge pull request #1480 from TanekLiang/gd32450z-update
...
[bps][gd32450z-eval] update lwip to 2.0.2
2018-05-29 12:50:07 +08:00
Bernard Xiong
0812757870
Merge pull request #1479 from TanekLiang/v2m-delete
...
[bsp] remove unused bsp
2018-05-29 11:22:09 +08:00
tangyuxin
bc544bec47
[bsp][qemu]添加Audio驱动
2018-05-29 10:55:42 +08:00
Bernard Xiong
b8bbb71648
[BSP][stm32f4xx-HAL] Add GNU GCC support.
2018-05-29 10:43:55 +08:00
liang yongxiang
03a05abdef
[bsp] remove unused bsp
2018-05-29 10:43:06 +08:00
Bernard Xiong
9dd8855938
[BSP][stm32f411-nucleo] Update README.md file.
2018-05-29 10:26:54 +08:00
liang yongxiang
0cbd41a697
[bps][gd32450z-eval] update lwip to 2.0.2
2018-05-29 10:19:30 +08:00
Bernard Xiong
f1d0cb872d
[BSP][stm32f411-nucleo] Add GCC support.
2018-05-29 10:19:27 +08:00
Bernard Xiong
43aab3c0a0
[BSP][X1000] Update download URL of cloner for X1000
2018-05-28 22:14:10 +08:00
Bernard Xiong
4e024728ad
[BSP][X1000] Update README.md for X1000
2018-05-28 22:10:20 +08:00
tangyuxin
cc30bd3756
[bsp][qemu]更改中断栈大小为2048
2018-05-25 16:03:39 +08:00
Bernard Xiong
b030e6773d
Merge pull request #1468 from misonyo/gd32303-github
...
[bsp][gd32303e-eval]add gcc support
2018-05-24 11:44:10 +08:00
Bernard Xiong
b0a91ad136
Merge pull request #1466 from qgyhd1234/407uart
...
[bsp]:修改控制台打印串口由rt_config.h控制
2018-05-24 11:09:24 +08:00
luo jiao
8d0328c784
[bsp][gd32303e-eval]add gcc support
2018-05-24 10:49:26 +08:00
zylx
21ea377318
[bsp]:修改控制台打印串口由rt_config.h控制
2018-05-23 19:11:25 +08:00
liang yongxiang
e43200fa09
[bsp][gd32450z-eval] update bsp:
...
- add gcc support
- update project because GUI had move to packages
- enable RT_USING_USER_MAIN mode
2018-05-22 22:56:41 +08:00
Tanek
eb0ce51171
Merge pull request #1462 from misonyo/gd32303-github
...
[BSP/gd32303e-eval]修改readme表格显示错误问题等
2018-05-22 18:06:00 +08:00