From e98abc51ff659880d31c86d4c51b3cdfa3286ca7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 2 Jan 2014 10:03:08 -0600 Subject: [PATCH] ZNEO: Fix lost serial interrupt bug --- configs/z16f2800100zcog/README.txt | 25 ------------------------- configs/z16f2800100zcog/nsh/nsh.zfpproj | 7 ------- 2 files changed, 32 deletions(-) diff --git a/configs/z16f2800100zcog/README.txt b/configs/z16f2800100zcog/README.txt index 0edcbb6cf7..9279859805 100644 --- a/configs/z16f2800100zcog/README.txt +++ b/configs/z16f2800100zcog/README.txt @@ -53,31 +53,6 @@ Other Versions configs/z16f2800100zcog/*/Make.defs. Simply edit these two files, changing 5.0.1 to whatever. -Issues -====== - -There are several, important open issues with the ZNEO port (9 as of this writing). -See the TODO file in the top-level NuttX directory. One of these should be -mentioned here because it causes a failure to compile with older versions of -Nuttx: - - Description: The file drivers/mmcsd/mmcsd_sdio.c generates an internal compiler - error like: - - mmcsd\mmcsd_sdio.c - Internal Error(0503) On line 2524 of "MMCSD\MMCSD_SDIO.C" - File , Args(562,46) - - Status: Open. Recommended workaround: remove mmcsd_sdio.c from - drivers/mmcsd/Make.defs. There is no SDIO support for the Z16 - anyway - Priority: Low - -This is bug in ZDS-II. It was discovered in version 4.11.0 and still exists -in version 4.11.1. I don't know about 5.0.1. It is not a problem with recent -versions of NuttX using any version because the file mmcsd_sdio.c is no longer -built unconditionally. - Selecting Configurations ======================== diff --git a/configs/z16f2800100zcog/nsh/nsh.zfpproj b/configs/z16f2800100zcog/nsh/nsh.zfpproj index 457fa859a3..b889c95827 100644 --- a/configs/z16f2800100zcog/nsh/nsh.zfpproj +++ b/configs/z16f2800100zcog/nsh/nsh.zfpproj @@ -233,13 +233,6 @@ - -0 - -
37442
- -1 -
\ No newline at end of file