Update to README files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4222 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
f5486a265a
commit
5561667801
@ -51,6 +51,7 @@ Contents
|
|||||||
MEB Connector
|
MEB Connector
|
||||||
PICtail
|
PICtail
|
||||||
Toolchains
|
Toolchains
|
||||||
|
Powering the Board
|
||||||
Loading NuttX with PICkit2
|
Loading NuttX with PICkit2
|
||||||
Serial Console
|
Serial Console
|
||||||
PIC32MX Configuration Options
|
PIC32MX Configuration Options
|
||||||
@ -419,6 +420,17 @@ Toolchains
|
|||||||
If you have problems with the dependency build (for example, if you are not
|
If you have problems with the dependency build (for example, if you are not
|
||||||
building on C:), then you may need to modify tools/mkdeps.sh
|
building on C:), then you may need to modify tools/mkdeps.sh
|
||||||
|
|
||||||
|
Powering the Board
|
||||||
|
==================
|
||||||
|
|
||||||
|
"Power can be supplied to the Multimedia Expansion Board through the DC
|
||||||
|
connector located on the Multimedia Expansion Board... By connecting
|
||||||
|
9-14V power supply to the DC connector, the Multimedia Expansion Board
|
||||||
|
and starter kit will receive the proper voltages. The user can also
|
||||||
|
supply power via the starter kit. However, if the application uses
|
||||||
|
multiple features of the Multimedia Expansion Board, it is recommended
|
||||||
|
to use 9-14V power supply."
|
||||||
|
|
||||||
Loading NuttX with PICkit2
|
Loading NuttX with PICkit2
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
@ -49,7 +49,9 @@
|
|||||||
# CONFIG_ARCH_BOARD_name - for use in C code
|
# CONFIG_ARCH_BOARD_name - for use in C code
|
||||||
# CONFIG_ENDIAN_BIG - define if big endian (default is little endian)
|
# CONFIG_ENDIAN_BIG - define if big endian (default is little endian)
|
||||||
# NOTE: The PIC32MX is always little endian.
|
# NOTE: The PIC32MX is always little endian.
|
||||||
# CONFIG_BOARD_LOOPSPERMSEC - for delay loops
|
# CONFIG_BOARD_LOOPSPERMSEC. You simply use a stop watch to measure
|
||||||
|
# the 100 second delay then adjust CONFIG_BOARD_LOOPSPERMSEC until
|
||||||
|
# the delay actually is 100 seconds.
|
||||||
# CONFIG_DRAM_SIZE - Describes the installed DRAM.
|
# CONFIG_DRAM_SIZE - Describes the installed DRAM.
|
||||||
# CONFIG_DRAM_START - The start address of DRAM (physical)
|
# CONFIG_DRAM_START - The start address of DRAM (physical)
|
||||||
# CONFIG_DRAM_END - Last address+1 of installed RAM
|
# CONFIG_DRAM_END - Last address+1 of installed RAM
|
||||||
@ -65,9 +67,6 @@
|
|||||||
# CONFIG_ARCH_CALIBRATION - Enables some build in instrumentation that
|
# CONFIG_ARCH_CALIBRATION - Enables some build in instrumentation that
|
||||||
# cause a 100 second delay during boot-up. This 100 second delay
|
# cause a 100 second delay during boot-up. This 100 second delay
|
||||||
# serves no purpose other than it allows you to calibrate
|
# serves no purpose other than it allows you to calibrate
|
||||||
# CONFIG_BOARD_LOOPSPERMSEC. You simply use a stop watch to measure
|
|
||||||
# the 100 second delay then adjust CONFIG_BOARD_LOOPSPERMSEC until
|
|
||||||
# the delay actually is 100 seconds.
|
|
||||||
# CONFIG_ARCH_DMA - Support DMA initialization
|
# CONFIG_ARCH_DMA - Support DMA initialization
|
||||||
#
|
#
|
||||||
CONFIG_ARCH=mips
|
CONFIG_ARCH=mips
|
||||||
@ -177,7 +176,7 @@ CONFIG_PIC32MX_IOPORTG=y
|
|||||||
# can be enabled later by software).
|
# can be enabled later by software).
|
||||||
#
|
#
|
||||||
CONFIG_PIC32MX_DEBUGGER=2
|
CONFIG_PIC32MX_DEBUGGER=2
|
||||||
CONFIG_PIC32MX_ICESEL=0
|
CONFIG_PIC32MX_ICESEL=1
|
||||||
|
|
||||||
#
|
#
|
||||||
# PIC32MX specific serial device driver settings
|
# PIC32MX specific serial device driver settings
|
||||||
|
Loading…
Reference in New Issue
Block a user