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
..
2018-04-20 11:48:04 +08:00
2018-05-06 15:07:04 +08:00
2017-12-25 15:59:56 +08:00
2018-03-04 12:05:00 +08:00
2018-05-31 14:58:59 +08:00
2018-04-28 17:25:09 +08:00
2018-05-29 12:57:41 +08:00
2017-10-16 13:23:03 +08:00
2018-05-06 09:31:44 +08:00
2017-10-16 14:10:18 +08:00
2018-05-31 09:47:33 +08:00
2017-10-16 13:23:03 +08:00
2018-02-06 20:07:28 +08:00
2018-04-28 17:29:37 +08:00