- 04 6月, 2018 1 次提交
-
-
由 zheng-chow 提交于
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: Nzheng-chow <sernia.zhou@foxmail.com>
-
- 25 11月, 2017 1 次提交
-
-
由 tanek liang 提交于
-
- 24 11月, 2017 1 次提交
-
-
由 tanek liang 提交于
- fix 10 or hard duplex not work - rewrite tx/rx function - update emac init function
-
- 16 10月, 2017 1 次提交
-
-
由 bernard 提交于
1. Change the type of cmd to 'int'; 2. Remove RT_LWIP_USING_RT_MEM macro;
-
- 08 8月, 2017 1 次提交
-
-
由 Bernard Xiong 提交于
-