summaryrefslogtreecommitdiff
path: root/nuttx/configs/mirtoo/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/mirtoo/README.txt')
-rw-r--r--nuttx/configs/mirtoo/README.txt28
1 files changed, 3 insertions, 25 deletions
diff --git a/nuttx/configs/mirtoo/README.txt b/nuttx/configs/mirtoo/README.txt
index e28246de2..07c6ce7b1 100644
--- a/nuttx/configs/mirtoo/README.txt
+++ b/nuttx/configs/mirtoo/README.txt
@@ -859,30 +859,6 @@ selected as follow:
Where <subdir> is one of the following:
- ostest:
- =======
- This configuration directory, performs a simple OS test using
- apps/examples/ostest. This configuration use UART1 which is
- available on FUNC 4 and 5 on connector X3:
-
- CONFIG_PIC32MX_UART1=y : UART1 for serial console
- CONFIG_UART1_SERIAL_CONSOLE=n
-
- If you are not using MPLAB to debug, you may switch to UART2
- by editting the .config file after configuration to disable UART1
- and select UART2. You should also change Make.defs to use the
- release.ld linker script instead of the debug.ld link script.
-
- This configuration also uses the Microchip C32 toolchain under
- windows by default:
-
- CONFIG_PIC32MX_MICROCHIPW_LITE=y : Lite version of windows toolchain
-
- To switch to the Linux C32 toolchain you will have to change (1) the
- toolchain selection in .config (after configuration) and (2) the
- path to the toolchain in setenv.sh. See notes above with regard to
- the XC32 toolchain.
-
nsh:
====
This configuration directory holds configuration files tht can
@@ -895,7 +871,9 @@ Where <subdir> is one of the following:
UART2
-----
If you are not using MPLAB to debug, you may switch to UART2
- by following the instructions above for the ostest configuration.
+ by editting the .config file after configuration to disable UART1
+ and select UART2. You should also change Make.defs to use the
+ release.ld linker script instead of the debug.ld link script.
This configuration also uses the Microchip C32 toolchain under
windows by default: