From 43f92825179c86cb51c53fadd1e593484c21d9ff Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 15 May 2014 11:41:58 -0600 Subject: [PATCH] SAM4E GPIO: Fix some compile errors when CONFIG_DEBUG_GPIO is enabled --- configs/sam4e-ek/README.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/sam4e-ek/README.txt b/configs/sam4e-ek/README.txt index 44fec94e45..4e53692099 100644 --- a/configs/sam4e-ek/README.txt +++ b/configs/sam4e-ek/README.txt @@ -1440,7 +1440,12 @@ Configurations only discusses PDC-based HSMCI DMA (although there is a DMA channel interface definition for HSMCI). So this is effort is dead-in-the-water for now. + 2014-05-15: The HSCMCI driver has been recently updated to support + PCD DMA. That modified driver, however, has not yet + been tested with the SAM4E-EK + 2014-05-14: The touchscreen interface was successfully verified. + 2014-05-14: The LCD interface is fully implemented. However, there is still a bug in in the LCD communications. The LCD ID is read as 0x0000 instead of 0x9325.