summaryrefslogtreecommitdiff
path: root/nuttx/configs/mirtoo/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-22 12:42:01 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-22 12:42:01 +0000
commitb89ae083dd5615c296ec3bc43fe2dede8fbf3002 (patch)
tree396f6a89370631dcb2cca0aae6c14cc0c3845fcd /nuttx/configs/mirtoo/README.txt
parent5cdccc1b253b56481929e25ab9da64fdac589eba (diff)
downloadpx4-nuttx-b89ae083dd5615c296ec3bc43fe2dede8fbf3002.tar.gz
px4-nuttx-b89ae083dd5615c296ec3bc43fe2dede8fbf3002.tar.bz2
px4-nuttx-b89ae083dd5615c296ec3bc43fe2dede8fbf3002.zip
Change Mirtoo default UART to UART1; updates so that Mirtoo can be built on Linux
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4861 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/mirtoo/README.txt')
-rw-r--r--nuttx/configs/mirtoo/README.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/nuttx/configs/mirtoo/README.txt b/nuttx/configs/mirtoo/README.txt
index efe6a7aa5..f482c4e93 100644
--- a/nuttx/configs/mirtoo/README.txt
+++ b/nuttx/configs/mirtoo/README.txt
@@ -456,6 +456,10 @@ UART Usage
FT230X RXD FUNC0 RPB11 U2RX UART2 RX (Also PGEC2)
FT230X TXD FUNC1 RPB10 U2TX UART2 TX (Also PGED2)
+ However, since the FUNC0/1 pins are shared with the PGEC/D2, they cannot be used
+ for UART2 if you are also debugging with the ICD3. In that case, you may need
+ to switch to UART1.
+
If CONFIG_PIC32MX_UART1 is enabled, the src/up_boot will configure the UART
pins as follows. This will support communictions (via an external RS-232
driver) through X3 pins 4 and 5:
@@ -683,4 +687,10 @@ Where <subdir> is one of the following:
ostest:
This configuration directory, performs a simple OS test using
- apps/examples/ostest.
+ apps/examples/ostest. This configuration use:
+
+ CONFIG_PIC32MX_UART1=y : UART1 for serial console
+ CONFIG_UART1_SERIAL_CONSOLE=n
+ CONFIG_PIC32MX_MICROCHIPW_LITE=y : Lite version of widows tool-chain
+
+