From f366e76ffbca9e4a419a61a8f08454c7dfad44d3 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 24 Mar 2012 20:52:32 +0000 Subject: [PATCH] Update Calypso README files git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4517 42af7a65-404d-4744-a932-0658087f49c3 --- configs/compal_e88/README.txt | 6 +++--- configs/compal_e88/src/Make.dep | 1 - configs/compal_e99/README.txt | 6 +++--- configs/compal_e99/src/Make.dep | 1 - 4 files changed, 6 insertions(+), 8 deletions(-) delete mode 100644 configs/compal_e88/src/Make.dep delete mode 100644 configs/compal_e99/src/Make.dep diff --git a/configs/compal_e88/README.txt b/configs/compal_e88/README.txt index 67a73696faf..637d5e3aecc 100755 --- a/configs/compal_e88/README.txt +++ b/configs/compal_e88/README.txt @@ -26,9 +26,9 @@ directory at same level as the nuttx project: |- apps `- osmocom-bb -If you attempt to build this configuration, you will get compilation errors -in drivers/sercomm due to header files that are needed from the osmocom-bb -directory. +If you attempt to build this configuration without osmocom-bb, you will +get compilation errors in drivers/sercomm due to header files that are +needed from the osmocom-bb directory. By defult, NuttX will use sercomm (HDLC protocol) to communicate with the host system. Sercomm is the transport used by osmocom-bb that runs on top diff --git a/configs/compal_e88/src/Make.dep b/configs/compal_e88/src/Make.dep deleted file mode 100644 index b8378cf70c3..00000000000 --- a/configs/compal_e88/src/Make.dep +++ /dev/null @@ -1 +0,0 @@ -dummy.o: dummy.c diff --git a/configs/compal_e99/README.txt b/configs/compal_e99/README.txt index 4482b6d912c..47ad8deb04a 100755 --- a/configs/compal_e99/README.txt +++ b/configs/compal_e99/README.txt @@ -26,9 +26,9 @@ directory at same level as the nuttx project: |- apps `- osmocom-bb -If you attempt to build this configuration, you will get compilation errors -in drivers/sercomm due to header files that are needed from the osmocom-bb -directory. +If you attempt to build this configuration without osmocom-bb, you will +get compilation errors in drivers/sercomm due to header files that are +needed from the osmocom-bb directory. By defult, NuttX will use sercomm (HDLC protocol) to communicate with the host system. Sercomm is the transport used by osmocom-bb that runs on top diff --git a/configs/compal_e99/src/Make.dep b/configs/compal_e99/src/Make.dep deleted file mode 100644 index b8378cf70c3..00000000000 --- a/configs/compal_e99/src/Make.dep +++ /dev/null @@ -1 +0,0 @@ -dummy.o: dummy.c