summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-13 15:43:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-13 15:43:56 +0000
commit0befa61281b86858fe3a7f1851aabed997edacfe (patch)
treec0de8ecbbb1297ed19f66223e38f53cef664a0af /nuttx/configs
parent3e81596316b5ba875b0521406630dbe49b063709 (diff)
downloadpx4-nuttx-0befa61281b86858fe3a7f1851aabed997edacfe.tar.gz
px4-nuttx-0befa61281b86858fe3a7f1851aabed997edacfe.tar.bz2
px4-nuttx-0befa61281b86858fe3a7f1851aabed997edacfe.zip
FTPC simplification and size reduction
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3701 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/amber/README.txt109
-rw-r--r--nuttx/configs/micropendous3/README.txt8
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/README.txt7
3 files changed, 120 insertions, 4 deletions
diff --git a/nuttx/configs/amber/README.txt b/nuttx/configs/amber/README.txt
index 459f060de..bed9cafee 100644
--- a/nuttx/configs/amber/README.txt
+++ b/nuttx/configs/amber/README.txt
@@ -16,6 +16,8 @@ Contents
^^^^^^^^
o Amber Web Server Features
+ o Pin Connections
+ o Atmel AVRISP mkII Connection
o Toolchains
o Windows Native Toolchains
o NuttX buildroot Toolchain
@@ -39,6 +41,113 @@ Amber Web Server Features
o 7-14VDC input
o Power via Ethernet port
+Pin Connections
+^^^^^^^^^^^^^^^
+
+ -------------------- -----------------------------
+ ATMega128 Pinout Amber board connection
+ -------------------- -----------------------------
+ (left)
+ 1 PEN
+ 2 PE0 RXD0/(PDI)
+ 3 PE1 (TXD0/PDO)
+ 4 PE2 (XCK0/AIN0)
+ 5 PE3 (OC3A/AIN1)
+ 6 PE4 (OC3B/INT4)
+ 7 PE5 (OC3C/INT5)
+ 8 PE6 (T3/INT6)
+ 9 PE7 (ICP3/INT7)
+ 10 PB0 (SS)
+ 11 PB1 (SCK)
+ 12 PB2 (MOSI)
+ 13 PB3 (MISO)
+ 14 PB4 (OC0)
+ 15 PB5 (OC1A)
+ 16 PB6 (OC1B)
+ (bottom)
+ 17 PB7 (OC2/OC1C)
+ 18 PG3/TOSC2
+ 19 PG4/TOSC1
+ 20 RESET
+ 21 VCC
+ 22 GND
+ 23 XTAL2
+ 24 XTAL1
+ 25 PD0 (SCL/INT0)
+ 26 PD1 (SDA/INT1)
+ 27 PD2 (RXD1/INT2)
+ 28 PD3 (TXD1/INT3)
+ 29 PD4 (ICP1)
+ 30 PD5 (XCK1)
+ 31 PD6 (T1)
+ 32 PD7 (T2)
+ (left)
+ 48 PA3 (AD3)
+ 47 PA4 (AD4)
+ 46 PA5 (AD5)
+ 45 PA6 (AD6)
+ 44 PA7 (AD7)
+ 43 PG2(ALE)
+ 42 PC7 (A15)
+ 41 PC6 (A14)
+ 40 PC5 (A13)
+ 39 PC4 (A12)
+ 38 PC3 (A11)
+ 37 PC2 (A10)
+ 36 PC1 (A9)
+ 35 PC0 (A8)
+ 34 PG1(RD)
+ 33 PG0(WR)
+ (top)
+ 64 AVCC
+ 63 GND
+ 62 AREF
+ 61 PF0 (ADC0)
+ 60 PF1 (ADC1)
+ 59 PF2 (ADC2)
+ 58 PF3 (ADC3)
+ 57 PF4 (ADC4/TCK)
+ 56 PF5 (ADC5/TMS)
+ 55 PF6 (ADC6/TDO)
+ 54 PF7 (ADC7/TDI)
+ 53 GND
+ 52 VCC
+ 51 PA0 (AD0)
+ 50 PA1 (AD1)
+ 49 PA2 (AD2)
+
+Atmel AVRISP mkII Connection
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+ ISP6PIN Header
+ --------------
+
+ 1 2
+ MISO o o VCC
+ SCK o o MOSI
+ RESET o o GND
+
+ (JTAG10PIN Connector)
+ ---------------------
+
+ 1 2
+ TCK o o GND
+ TDO o o VTref
+ TMS o o nSRST
+ o o (nTRST)
+ TDI o o GND
+
+ JTAGICE mkII Connection to 10-pin Header
+ ------------------------------------------
+ 10PIN Header 6PIN Header
+ -------------------- ---------------------
+ Pin 1 TCK Pin 3 SCK
+ Pin 2 GND Pin 6 GND
+ Pin 3 TDO Pin 1 MISO
+ Pin 4 VTref Pin 2 Vcc
+ Pin 6 nSRT Pin 5 Reset
+ Pin 9 TDI Pin 4 MOSI
+
Toolchains
^^^^^^^^^^
diff --git a/nuttx/configs/micropendous3/README.txt b/nuttx/configs/micropendous3/README.txt
index b223706c4..9c1d76f8d 100644
--- a/nuttx/configs/micropendous3/README.txt
+++ b/nuttx/configs/micropendous3/README.txt
@@ -13,9 +13,9 @@ Contents
o Micropendous3 Features
o Pin Usage
- o Serial Console
- o Atmel mkII Connection
+ o Atmel AVRISP mkII Connection
o DFU Bootloader
+ o Serial Console
o Toolchains
o Windows Native Toolchains
o NuttX buildroot Toolchain
@@ -125,8 +125,8 @@ Pin Usage
50 PA1 (AD1) J3-12 A1, 74AHC573 D1, CY7C1019D |O1 (Unpopulated)
49 PA2 (AD2) J3-13 A2, 74AHC573 D2, CY7C1019D |O2 (Unpopulated)
-Atmel mkII Connection
-^^^^^^^^^^^^^^^^^^^^^
+Atmel AVRISP mkII Connection
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ISP6PIN Header
--------------
diff --git a/nuttx/configs/olimex-lpc1766stk/README.txt b/nuttx/configs/olimex-lpc1766stk/README.txt
index 3ee4383c0..e7a3f37ea 100755
--- a/nuttx/configs/olimex-lpc1766stk/README.txt
+++ b/nuttx/configs/olimex-lpc1766stk/README.txt
@@ -798,6 +798,13 @@ Where <subdir> is one of the following:
where xx.xx.xx.xx is the IP address of the FTP server and pp is an
optional port number (default is the standard FTP port number 21).
+ You may also want to define the following in your configuration file.
+ Otherwise, you will have not feeback about what is going on:
+
+ CONFIG_DEBUG=y
+ CONFIG_DEBUG_VERBOSE=y
+ CONFIG_DEBUG_FTPC=y
+
hidkbd:
This configuration directory, performs a simple test of the USB host
HID keyboard class driver using the test logic in apps/examples/hidkbd.