From 47118057ea87c3883fbbd6b23d8a6bb44fab642e Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 26 Mar 2007 16:47:17 +0000 Subject: [PATCH] Create a place to hold board specific header files git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@146 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 1 + Documentation/NuttxPortingGuide.html | 14 +- Makefile | 17 ++- TODO | 1 - arch/c5471/src/c5471.h | 17 +-- arch/c5471/src/up_internal.h | 19 +-- arch/c5471/src/up_leds.c | 12 +- arch/dm320/src/dm320.h | 9 +- arch/dm320/src/ntosd.h | 104 ------------- arch/pjrc-8051/src/pjrc.h | 215 --------------------------- arch/pjrc-8051/src/up_internal.h | 7 +- configs/README.txt | 7 + configs/c5471evm/Make.defs | 2 +- configs/c5471evm/defconfig | 4 + configs/m68332evb/Make.defs | 2 +- configs/m68332evb/defconfig | 4 + configs/ntosd-dm320/Make.defs | 2 +- configs/ntosd-dm320/defconfig | 4 + configs/pjrc-8051/defconfig | 4 + configs/sim/defconfig | 4 + examples/ostest/posixtimer.c | 1 - lib/lib_sem.c | 6 +- 22 files changed, 99 insertions(+), 357 deletions(-) delete mode 100644 arch/dm320/src/ntosd.h delete mode 100644 arch/pjrc-8051/src/pjrc.h diff --git a/ChangeLog b/ChangeLog index 13b02bf47a..7814921b2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -86,6 +86,7 @@ * sched_setparam(), sched_setscheduler() now correctly set errno; pthread_setscheduler() now returns the correct errno. * Added pthread_setschedprio(). + * Added directories to hold board-specific header files * Started m68322 diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index f1ac32c485..c970198fce 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -173,12 +173,12 @@ below and discussed in the following paragraphs:

@@ -294,6 +294,7 @@ below and discussed in the following paragraphs: