aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/pic32mx7mmb/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-01 20:20:08 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-01 20:20:08 +0000
commit1f961d132d900335c14e519b8364d8537282a7dd (patch)
treea6a86b25d75b1c89068f0a8402b13cc59b73869b /nuttx/configs/pic32mx7mmb/README.txt
parentf9cff8fcc282f9902c8a31fa61cb20a1db8885e3 (diff)
downloadpx4-firmware-1f961d132d900335c14e519b8364d8537282a7dd.tar.gz
px4-firmware-1f961d132d900335c14e519b8364d8537282a7dd.tar.bz2
px4-firmware-1f961d132d900335c14e519b8364d8537282a7dd.zip
Add an NSH configuration for the Mikroelektronika PIC32MX7 MMB board
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4795 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/pic32mx7mmb/README.txt')
-rw-r--r--nuttx/configs/pic32mx7mmb/README.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/nuttx/configs/pic32mx7mmb/README.txt b/nuttx/configs/pic32mx7mmb/README.txt
index c27d6cb34..bbf62ab8f 100644
--- a/nuttx/configs/pic32mx7mmb/README.txt
+++ b/nuttx/configs/pic32mx7mmb/README.txt
@@ -622,6 +622,12 @@ Where <subdir> is one of the following:
CONFIG_PIC32MX_ETHERNET=y : Enable the PIC32 Ethernet driver
CONFIG_NSH_TELNET=y : Enable the Telnet NSH console (optional)
+ The default configuration has:
+
+ CONFIG_NSH_DHCPC=n : DHCP is disabled
+ CONFIG_NSH_IPADDR=(10<<24|0<<16|0<<8|2) : Target IP address 10.0.0.2
+ CONFIG_NSH_DRIPADDR=(10<<24|0<<16|0<<8|1) : Host IP address 10.0.0.1
+
NOTES:
1. This logic will assume that a network is connected. During its
initialization, it will try to negotiate the link speed. If you have
@@ -730,3 +736,18 @@ Where <subdir> is one of the following:
So far, I have no clue why this is failing.
Status: Open
Priority: High
+
+ Adding LCD and graphics support:
+ -------------------------------
+
+ appconfig (apps/.config): Enable the application configurations that you
+ want to use. Asexamples:
+
+ CONFIGURED_APPS += examples/nx : Pick one or more
+ CONFIGURED_APPS += examples/nxhello :
+ CONFIGURED_APPS += examples/nximage :
+ CONFIGURED_APPS += examples/nxlines :
+
+ defconfig (nuttx/.config):
+
+ CONFIG_NX=y : Enable graphics suppport