Commit Graph

41 Commits

Author SHA1 Message Date
chenchaoqun@rt-thread.com 87b407ff18 【修改】.config 中RT_SERIAL_USING_DMA选项 2018-12-17 09:53:44 +08:00
chenchaoqun@rt-thread.com bb8e89e851 【串口】宏定义对应增加 2018-12-17 09:38:53 +08:00
misonyo a454393994 [BSP][all NXP]change license to Apache-2.0 2018-10-22 11:02:50 +08:00
chenyong 1b906876dd [bsp] update keil/iar project for sal 'af_inet.h' error 2018-09-07 17:15:22 +08:00
Bernard Xiong 7dc042e6b9 [dlmodule] Simply remove the module.c file from the project file. 2018-09-01 11:03:29 +08:00
chenyong e46b16be34 [bsp] Adapt to SAL framework change 2018-07-18 13:42:16 +08:00
liang yongxiang b085393cde [bsp] add ck802 bsp 2018-06-11 09:45:07 +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
liang yongxiang 9c051e4fd1 [bsp][lpc54608-LPCXpresso] add README.md 2018-05-30 21:43:33 +08:00
Bernard Xiong 3aa582bc17 [BSP] Add Kconfig for lpc408x/stm32f10x/stm32f20x/stm32f40x etc 2018-03-04 22:35:07 +08:00
Bernard Xiong bb2eb41b44
Merge pull request #1250 from valeriyvan/fixmemcpy
Fix wrong memcpy parameter
2018-03-04 17:38:44 +08:00
Bernard Xiong 8b36b57a11 [UIEngine] move UI engine as a package 2018-03-03 16:34:01 +08:00
Valeriy Van a3bac3cb61 Fix wrong memcpy parameter 2018-03-02 11:46:40 +01:00
MurphyZhao 472491e7ca Fix IAR Version Problem
[bsp/lpc54608-LPCXpresso/applications/SConscript]
[bsp/imxrt1052-evk/applications/SConscript]
2018-01-10 15:10:02 +08:00
Bernard Xiong 0f3563fd64 [BSP] Update project files 2017-12-31 21:45:32 +08:00
tangyuxin ded66869c6 [bsp]54608更新GUI引擎宏定义 2017-12-07 19:09:23 +08:00
Bernard Xiong 7bc87e4ae8 [Kconfig] Rename all of KConfig files to 'Kconfig' 2017-11-30 20:12:53 +08:00
tanek liang 50de6eedf5 [bsp] fix lpc54608 printf bug 2017-11-29 18:35:13 +08:00
tanek liang f7b434481c [bsp] fix bug: emac hardfault when RJ45 not inserted 2017-11-25 21:10:40 +08:00
tanek liang 02693a2051 [bsp] fix scons + armcc build error
- add --c99 flag for c code
- add --cpp flag for cpp code
2017-11-24 20:20:12 +08:00
tanek liang e2b5f7a722 [bsp] update emac driver
- fix 10 or hard duplex not work
- rewrite tx/rx function
- update emac init function
2017-11-24 20:20:11 +08:00
tangyuxin a702dde0c7 [bsp]Add SOC type 2017-11-22 20:02:11 +08:00
tanek liang 40d0ff9960 [bsp] add iar support for lpc54608 and fix sdram bug 2017-11-16 11:05:32 +08:00
tanek liang a0c2e50e36 [bsp] support GCC for RT_USING_MODULE 2017-11-16 11:05:32 +08:00
tanek liang 37bb0e96e2 [bsp] update template and project after enable RT_USING_MODULE 2017-11-16 11:05:32 +08:00
tanek liang 249c3d471c [bsp] enable RT_USING_MODULE 2017-11-16 11:05:32 +08:00
tanek liang 71818e8da1 [bsp] lpc54608 update MDK scatter file 2017-11-16 11:05:32 +08:00
tanek liang 6e3c629cde [bsp] lpc54608 update CMSIS lib to V5.0.3 2017-11-16 11:05:32 +08:00
tanek liang dcce8489db [bsp] add gcc support 2017-11-16 11:05:32 +08:00
DengQilong 7df2b52826 update bsp_lpc54608 2017-11-14 16:48:36 +08:00
DengQilong e79f9e6b02 fix bsp for lpc54608 2017-11-13 14:18:05 +08:00
Bernard Xiong 21daf7359a
Update drv_i2c.c 2017-11-10 19:47:53 +08:00
Bernard Xiong 6f91a917c6
Update SConscript 2017-11-10 19:46:00 +08:00
bernard 00ecd26455 [BSP] Add the missing libraries 2017-11-01 10:41:01 +08:00
bernard b44d6c4b7b [BSP] Update LPC54608
MDK ok; But GCC failed.
2017-11-01 10:39:02 +08:00
Bernard Xiong ec5fa950ed
Merge pull request #925 from SummerGGift/20171031_patch1
[BSP] change dfs_init.h => dfs.h
2017-11-01 05:54:52 +08:00
SummerGift f5486852e1 change dfs_init.h => dfs.h 2017-10-31 16:36:45 +08:00
bernard 7877836065 [BSP] Update project files. 2017-10-31 11:59:49 +08:00
bernard 296d57e859 [BSP] remove components.h file. 2017-10-16 14:10:18 +08:00
bernard 5e3b3b19a6 [BSP] change the type of cmd.
1. Change the type of cmd to 'int';
2. Remove RT_LWIP_USING_RT_MEM macro;
2017-10-16 13:23:03 +08:00
Bernard Xiong 71d1f7faa9 [bsp] Add LPC54608 2017-08-08 11:56:50 +08:00