rt-thread/bsp/lpc54608-LPCXpresso/drivers
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
..
Kconfig update bsp_lpc54608 2017-11-14 16:48:36 +08:00
SConscript Update SConscript 2017-11-10 19:46:00 +08:00
board.c [UIEngine] move UI engine as a package 2018-03-03 16:34:01 +08:00
board.h [bsp] lpc54608 update MDK scatter file 2017-11-16 11:05:32 +08:00
clock_config.c [bsp] Add LPC54608 2017-08-08 11:56:50 +08:00
clock_config.h [bsp] Add LPC54608 2017-08-08 11:56:50 +08:00
drt_mpu.c [bsp] add iar support for lpc54608 and fix sdram bug 2017-11-16 11:05:32 +08:00
drt_mpu.h [bsp] add iar support for lpc54608 and fix sdram bug 2017-11-16 11:05:32 +08:00
drv_emac.c Fix the SD Card and EMAC issue: 2018-06-04 18:14:59 +08:00
drv_emac.h [bsp] Add LPC54608 2017-08-08 11:56:50 +08:00
drv_ft5406.c [bsp] Add LPC54608 2017-08-08 11:56:50 +08:00
drv_i2c.c Update drv_i2c.c 2017-11-10 19:47:53 +08:00
drv_lcd.c [BSP] change the type of cmd. 2017-10-16 13:23:03 +08:00
drv_lcd.h [bsp] Add LPC54608 2017-08-08 11:56:50 +08:00
drv_sd.c Fix the SD Card and EMAC issue: 2018-06-04 18:14:59 +08:00
drv_sd.h [bsp] Add LPC54608 2017-08-08 11:56:50 +08:00
drv_sdram.c [bsp] Add LPC54608 2017-08-08 11:56:50 +08:00
drv_sdram.h [bsp] Add LPC54608 2017-08-08 11:56:50 +08:00
drv_sram.c [bsp] add iar support for lpc54608 and fix sdram bug 2017-11-16 11:05:32 +08:00
drv_sram.h [bsp] Add LPC54608 2017-08-08 11:56:50 +08:00
drv_uart.c fix bsp for lpc54608 2017-11-13 14:18:05 +08:00
drv_uart.h [bsp] Add LPC54608 2017-08-08 11:56:50 +08:00
fsl_phy.c [bsp] Add LPC54608 2017-08-08 11:56:50 +08:00
fsl_phy.h [bsp] Add LPC54608 2017-08-08 11:56:50 +08:00