a1c991d921
Move boards to boards folder * boards: rename configs folder to boards This is the proposed layout after the change: boards: - folder containing board folders <board>: - name of each board drivers: - extra drivers specific for platform include: - header files for the boars scripts: - extra scripts specific for platform src: - board specific code tools: - extra tools specific for platform <config>: - board specific configuration(s) Note: <xxx> names are dependent on platform This is a logical change to aim to the arch layout but this is a huge change it should be done in several steps to lower the risk. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * Kconfig: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * Makefile: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * Makefile.*: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * Make.defs: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * .sh: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * .mk: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * .c & .h: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * .bat: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Approved-by: Gregory Nutt <gnutt@nuttx.org>
49 lines
1.2 KiB
Plaintext
49 lines
1.2 KiB
Plaintext
README.txt
|
|
==========
|
|
|
|
Contents
|
|
--------
|
|
|
|
o NSH Project
|
|
o Loading and Executing Code
|
|
o Console Output
|
|
o STATUS
|
|
|
|
NSH Project
|
|
-----------
|
|
|
|
nsh.zfpproj is a simple ZDS II - ZNEO 5.0.1 project that will allow you
|
|
to use the ZDS-II debugger. Before using, copy the following files from
|
|
the toplevel directory:
|
|
|
|
nuttx.hex, nuttx.map, nuttx.lod
|
|
|
|
to this directory as:
|
|
|
|
nsh.hex, nsh.map, nsh.lod
|
|
|
|
Loading and Executing Code
|
|
--------------------------
|
|
|
|
1. Copy the files to this directory as described above
|
|
2. Connect the ZiLOG XTools USB debugger.
|
|
3. Install the USB driver from the ZDS-II device_drivers directory
|
|
4. Start ZDS-II and load the nsh.zfpproj project
|
|
5. In the debug tab, connect to the debugger
|
|
6. In the debug tab, load code, reset, and go
|
|
|
|
Console Output
|
|
--------------
|
|
|
|
Interaction with NSH is via the serial console at 57600 8N1 baud.
|
|
|
|
STATUS
|
|
------
|
|
|
|
1. Note that you must apply the ZNEO patch if you are using ZDS-II 5.0.1.
|
|
See the README.txt file in the parent directory for more information.
|
|
This configuration does run correctly with the path applied.
|
|
|
|
2. I bet that this code, like ostest, will not run if started by a hardware
|
|
reset. It may only run when started via the debugger.
|