README.txt: Update for new boards/ sub-directory layout.

This commit is contained in:
Gregory Nutt 2019-08-08 16:23:55 -06:00
parent 143382d2a6
commit 72f56baafd

View File

@ -679,14 +679,16 @@ Instantiating "Canned" Configurations
"Canned" NuttX configuration files are retained in:
boards/<board-name>/configs/<config-dir>
boards/<arch-name>/<chip-name>/<board-name>/configs/<config-dir>
Where <board-name> is the name of your development board and <config-dir>
is the name of the sub-directory containing a specific configuration for
that board. Only a few steps are required to instantiate a NuttX
configuration, but to make the configuration even easier there are
scripts available in the tools/ sub-directory combines those simple steps
into one command.
that board. <arch-name> and <chip-name> refer to characteristics of the
MCU used on the board: <arch-name> is the CPU architecture implemented
by the MCU; <chip-name> identifies the MCU chip family. Only a few
steps are required to instantiate a NuttX configuration, but to make the
configuration even easier there are scripts available in the tools/
sub-directory combines those simple steps into one command.
There is one tool for use with any Bash-like shell that does configuration
steps. It is used as follows:
@ -707,7 +709,7 @@ Instantiating "Canned" Configurations
General information about configuring NuttX can be found in:
{TOPDIR}/boards/README.txt
{TOPDIR}/boards/<board-name>/README.txt
{TOPDIR}/boards/<arch-name>/<chip-name>/<board-name>/README.txt
The Hidden Configuration Scripts:
@ -720,9 +722,13 @@ Instantiating "Canned" Configurations
Configuring NuttX requires only copying two files from the
<config-dir> to the directory where you installed NuttX (TOPDIR):
Copy boards/<board-name>/configs/<config-dir>/Make.def to{TOPDIR}/Make.defs
OR
Copy boards/<board-name>/scripts/Make.def to{TOPDIR}/Make.defs
Copy boards/<arch-name>/<chip-name>/<board-name>/configs/<config-dir>/Make.def
to {TOPDIR}/Make.defs
OR
Copy boards/<arch-name>/<chip-name>/<board-name>/scripts/Make.def
to {TOPDIR}/Make.defs
Make.defs describes the rules needed by your tool chain to compile
and link code. You may need to modify this file to match the
@ -731,7 +737,8 @@ Instantiating "Canned" Configurations
it may use a common Make.defs file for the board in the scripts/
directory. The first takes precedence.
Copy boards/<board-name>/configs/<config-dir>/defconfig to{TOPDIR}/.config
Copy boards/<arch-name>/<chip-name>/<board-name>/configs/<config-dir>/defconfig
to{TOPDIR}/.config
The defconfig file holds the actual build configuration. This
file is included by all other make files to determine what is
@ -1221,7 +1228,8 @@ Cross-Development Toolchains
In order to build NuttX for your board, you will have to obtain a cross-
compiler to generate code for your target CPU. For each board,
configuration, there is a README.txt file (at boards/<board-name>/README.txt).
configuration, there is a README.txt file (at
boards/<arch-name>/<chip-name>/<board-name>/README.txt).
That README file contains suggestions and information about appropriate
tools and development environments for use with your board.
@ -1238,7 +1246,8 @@ NuttX Buildroot Toolchain
Check the README.txt file in the configuration directory for your board
to see if you can use the buildroot toolchain with your board (this
README.txt file is located in boards/<board-name>/README.txt).
README.txt file is located in
boards/<arch-name>/<chip-name>/<board-name>/README.txt).
This toolchain is available for both the Linux and Cygwin development
environments.
@ -1312,8 +1321,9 @@ Building
make
At least one configuration (eagle100) requires additional command line
arguments on the make command. Read{TOPDIR}/boards/<board-name>/README.txt
to see if that applies to your target.
arguments on the make command. Read
{TOPDIR}/boards/<arch-name>/<chip-name>/<board-name>/README.txt to see
if that applies to your target.
Re-building
-----------
@ -1755,330 +1765,439 @@ nuttx/
| `-libpcode/
| `-README.txt
|- boards/
| |- amber/
| | `- README.txt
| |- arduino-mega2560/
| | `- README.txt
| |- arduino-due/
| | `- README.txt
| |- avr32dev1/
| | `- README.txt
| |- axoloti/
| | `- README.txt
| |- b-l475e-iot01a/
| | `- README.txt
| |- bambino-200e/
| | `- README.txt
| |- c5471evm/
| | `- README.txt
| |- clicker2-stm32
| | `- README.txt
| |- cloudctrl
| | `- README.txt
| |- demo0s12ne64/
| | `- README.txt
| |- dk-tm4c129x/
| | `- README.txt
| |- ea3131/
| | `- README.txt
| |- ea3152/
| | `- README.txt
| |- eagle100/
| | `- README.txt
| |- efm32-g8xx-stk/
| | `- README.txt
| |- efm32gg-stk3700/
| | `- README.txt
| |- ekk-lm3s9b96/
| | `- README.txt
| |- ez80f910200kitg/
| | `- configs/
| | |- ostest/README.txt
| | `- README.txt
| |- ez80f910200zco/
| | |- configs/
| | | |- dhcpd/README.txt
| | | |- httpd/README.txt
| | | |- nettest/README.txt
| | | |- nsh/README.txt
| | | |- ostest/README.txt
| | | |- poll/README.txt
| | `- README.txt
| |- fire-stm32v2/
| | `- README.txt
| |- flipnclick-pic32mz/
| | `- README.txt
| |- flipnclick-sam3x/
| | `- README.txt
| |- freedom-k28f/
| | `- README.txt
| |- freedom-k64f/
| | `- README.txt
| |- freedom-k66f/
| | `- README.txt
| |- freedom-kl25z/
| | `- README.txt
| |- freedom-kl26z/
| | `- README.txt
| |- gapuino/
| | `- README.txt
| |- hymini-stm32v/
| | `- README.txt
| |- imxrt1050-evk
| | `- README.txt
| |- kwikstik-k40/
| | `- README.txt
| |- launchxl-cc1310/
| | `- README.txt
| |- launchxl-cc1312r1/
| | `- README.txt
| |- launchxl-tms57004/
| | `- README.txt
| |- lincoln60/
| | `- README.txt
| |- lm3s6432-s2e/
| | `- README.txt
| |- lm3s6965-ek/
| | `- README.txt
| |- lm3s8962-ek/
| | `- README.txt
| |- lpc4330-xplorer/
| | `- README.txt
| |- lpc4337-ws/
| | `- README.txt
| |- lpc4357-evb/
| | `- README.txt
| |- lpc4370-link2/
| | `- README.txt
| |- lpcxpresso-lpc1768/
| | `- README.txt
| |- lpcxpresso-lpc54628/
| | `- README.txt
| |- makerlisp/
| | |-configs/
| | | `- nsh/README.txt
| | `- README.txt
| |- maple/
| | `- README.txt
| |- max32660-evsys/
| | `- README.txt
| |- mbed/
| | `- README.txt
| |- mcb1700/
| | `- README.txt
| |- mcu123-lpc214x/
| | `- README.txt
| |- metro-m4/
| | `- README.txt
| |- micropendous3/
| | `- README.txt
| |- mikroe-stm32f/
| | `- README.txt
| |- mirtoo/
| | `- README.txt
| |- arm/
| | |- a1x/
| | | `- pcduino-a10/
| | | `- README.txt
| | |- am335x/
| | | `- beaglebone-black/
| | | `- README.txt
| | |- c5471/
| | | `- c5471evm/
| | | `- README.txt
| | |- cxd56xx/
| | | `- spresense/
| | | `- README.txt
| | |- dm320/
| | | `- ntosd-dm320/
| | | |- doc/README.txt
| | | `- README.txt
| | |- efm32/
| | | |- efm32-g8xx-stk/
| | | | `- README.txt
| | | |- efm32gg-stk3700/
| | | | `- README.txt
| | | `- olimex-efm32g880f128-stk/
| | | `- README.txt
| | |- imx6/
| | | `- sabre-6quad/
| | | `- README.txt
| | |- imxrt/
| | | |- imxrt1050-evk/
| | | | `- README.txt
| | | `- imxrt1060-evk/
| | | `- README.txt
| | |- kinetis/
| | | |- freedom-k28f/
| | | | `- README.txt
| | | |- freedom-k64f/
| | | | `- README.txt
| | | |- freedom-k66f/
| | | | `- README.txt
| | | |- kwikstik-k40/
| | | | `- README.txt
| | | |- teensy-3.x/
| | | | `- README.txt
| | | |- twr-k60n512/
| | | | `- README.txt
| | | `- twr-k64f120m/
| | | `- README.txt
| | |- kl/
| | | |- freedom-kl25z/
| | | | `- README.txt
| | | |- freedom-kl26z/
| | | | `- README.txt
| | | `- teensy-lc/
| | | `- README.txt
| | |- lc823450/
| | | `- lc823450-xgevk/
| | | `- README.txt
| | |- lpc17xx_40xx/
| | | |- lincoln60/
| | | | `- README.txt
| | | |- lpc4088-devkit/
| | | | `- README.txt
| | | |- lpc4088-quickstart/
| | | | `- README.txt
| | | |- lpcxpresso-lpc1768/
| | | | `- README.txt
| | | |- mbed/
| | | | `- README.txt
| | | |- mcb1700/
| | | | `- README.txt
| | | |- olimex-lpc1766stk/
| | | | `- README.txt
| | | |- open1788/
| | | | `- README.txt
| | | |- pnev5180b/
| | | | `- README.txt
| | | |- u-blox-c027/
| | | | `- README.txt
| | | `- zkit-arm-1769/
| | | `- README.txt
| | |- lpc214x/
| | | |- mcu123-lpc214x/
| | | | `- README.txt
| | | `- zp214xpa/
| | | `- README.txt
| | |- lpc2378/
| | | `- olimex-lpc2378/
| | | `- README.txt
| | |- lpc31xx/
| | | |- ea3131/
| | | | `- README.txt
| | | |- ea3152/
| | | | `- README.txt
| | | `- olimex-lpc-h3131/
| | | `- README.txt
| | |- lpc43xx/
| | | |- bambino-200e/
| | | | `- README.txt
| | | |- lpc4330-xplorer/
| | | | `- README.txt
| | | |- lpc4337-ws/
| | | | `- README.txt
| | | |- lpc4357-evb/
| | | | `- README.txt
| | | `- lpc4370-link2/
| | | `- README.txt
| | |- lpc54xx/
| | | `- lpcxpresso-lpc54628/
| | | `- README.txt
| | |- max326xx/
| | | `- max32660-evsys/
| | | `- README.txt
| | |- moxart/
| | | `- moxa/
| | |- nrf52/
| | | `- nrf52-generic/
| | | `- README.txt
| | |- nuc1xx/
| | | `- nutiny-nuc120/
| | | `- README.txt
| | |- sam34/
| | | |- arduino-due/
| | | | `- README.txt
| | | |- flipnclick-sam3x/
| | | | `- README.txt
| | | |- sam3u-ek/
| | | | `- README.txt
| | | |- sam4cmp-db/
| | | | `- README.txt
| | | |- sam4e-ek/
| | | | `- README.txt
| | | |- sam4l-xplained/
| | | | `- README.txt
| | | |- sam4s-xplained/
| | | | `- README.txt
| | | `- sam4s-xplained-pro/
| | | `- README.txt
| | |- sama5/
| | | |- sama5d2-xult/
| | | | `- README.txt
| | | |- sama5d3x-ek/
| | | | `- README.txt
| | | |- sama5d3-xplained/
| | | | `- README.txt
| | | `- sama5d4-ek/
| | | `- README.txt
| | |- samd2l2/
| | | |- samd20-xplained/
| | | | `- README.txt
| | | |- samd21-xplained/
| | | | `- README.txt
| | | `- saml21-xplained/
| | | `- README.txt
| | |- samd5e5/
| | | `- metro-m4/
| | | `- README.txt
| | |- samv7/
| | | |- same70-xplained/
| | | | `- README.txt
| | | `- samv71-xult/
| | | `- README.txt
| | |- stm32/
| | | |- axoloti/
| | | | `- README.txt
| | | |- clicker2-stm32/
| | | | `- README.txt
| | | |- cloudctrl/
| | | | `- README.txt
| | | |- fire-stm32v2/
| | | | `- README.txt
| | | |- hymini-stm32v/
| | | | `- README.txt
| | | |- maple/
| | | | `- README.txt
| | | |- mikroe-stm32f4/
| | | | `- README.txt
| | | |- nucleo-f103rb/
| | | | `- README.txt
| | | |- nucleo-f207zg/
| | | | `- README.txt
| | | |- nucleo-f302r8/
| | | | `- README.txt
| | | |- nucleo-f303re/
| | | | `- README.txt
| | | |- nucleo-f303ze/
| | | | `- README.txt
| | | |- nucleo-f334r8/
| | | | `- README.txt
| | | |- nucleo-f410rb/
| | | | `- README.txt
| | | |- nucleo-f446re/
| | | | `- README.txt
| | | |- nucleo-f4x1re/
| | | | `- README.txt
| | | |- nucleo-l152re/
| | | | `- README.txt
| | | |- olimexino-stm32/
| | | |- olimex-stm32-e407/
| | | | `- README.txt
| | | |- olimex-stm32-h405/
| | | | `- README.txt
| | | |- olimex-stm32-h407/
| | | | `- README.txt
| | | |- olimex-stm32-p107/
| | | |- olimex-stm32-p207/
| | | | `- README.txt
| | | |- olimex-stm32-p407/
| | | | `- README.txt
| | | |- omnibusf4/
| | | | `- README.txt
| | | |- photon/
| | | | `- README.txt
| | | |- shenzhou/
| | | | `- README.txt
| | | |- stm32_tiny/
| | | | `- README.txt
| | | |- stm3210e-eval/
| | | | `- README.txt
| | | |- stm3220g-eval/
| | | | `- README.txt
| | | |- stm3240g-eval/
| | | | `- README.txt
| | | |- stm32butterfly2/
| | | |- stm32f103-minimum/
| | | | `- README.txt
| | | |- stm32f334-disco/
| | | | `- README.txt
| | | |- stm32f3discovery/
| | | | `- README.txt
| | | |- stm32f411e-disco/
| | | | `- README.txt
| | | |- stm32f429i-disco/
| | | | `- README.txt
| | | |- stm32f4discovery/
| | | | `- README.txt
| | | |- stm32ldiscovery/
| | | | `- README.txt
| | | |- stm32vldiscovery/
| | | | `- README.txt
| | | `- viewtool-stm32f107/
| | | `- README.txt
| | |- stm32f0l0g0/
| | | |- b-l072z-lrwan1/
| | | | `- README.txt
| | | |- nucleo-f072rb/
| | | | `- README.txt
| | | |- nucleo-f091rc/
| | | | `- README.txt
| | | |- nucleo-g071rb/
| | | | `- README.txt
| | | |- nucleo-l073rz/
| | | | `- README.txt
| | | |- stm32f051-discovery/
| | | | `- README.txt
| | | `- stm32f072-discovery/
| | | `- README.txt
| | |- stm32f7/
| | | |- nucleo-144/
| | | | `- README.txt
| | | |- stm32f746g-disco/
| | | | |- configs/fb/README.txt
| | | | |- configs/nxdemo/README.txt
| | | | |- configs/nxterm/README.txt
| | | | `- README.txt
| | | |- stm32f746-ws/
| | | `- stm32f769i-disco/
| | | `- README.txt
| | |- stm32h7/
| | | `- nucleo-h743zi/
| | | `- README.txt
| | |- stm32l4/
| | | |- b-l475e-iot01a/
| | | | `- README.txt
| | | |- nucleo-l432kc/
| | | | `- README.txt
| | | |- nucleo-l452re/
| | | | `- README.txt
| | | |- nucleo-l476rg/
| | | | `- README.txt
| | | |- nucleo-l496zg/
| | | | `- README.txt
| | | |- stm32l476-mdk/
| | | | `- README.txt
| | | |- stm32l476vg-disco/
| | | | `- README.txt
| | | `- stm32l4r9ai-disco/
| | | `- README.txt
| | |- str71x/
| | | `- olimex-strp711/
| | | `- README.txt
| | |- tiva/
| | | |- dk-tm4c129x/
| | | | `- README.txt
| | | |- eagle100/
| | | | `- README.txt
| | | |- ekk-lm3s9b96/
| | | | `- README.txt
| | | |- launchxl-cc1310/
| | | | `- README.txt
| | | |- launchxl-cc1312r1/
| | | | `- README.txt
| | | |- lm3s6432-s2e/
| | | | `- README.txt
| | | |- lm3s6965-ek/
| | | | `- README.txt
| | | |- lm3s8962-ek/
| | | | `- README.txt
| | | |- lm4f120-launchpad/
| | | | `- README.txt
| | | |- tm4c123g-launchpad/
| | | | `- README.txt
| | | `- tm4c1294-launchpad/
| | | `- README.txt
| | |- tms570/
| | | |- launchxl-tms57004/
| | | | `- README.txt
| | | `- tms570ls31x-usb-kit/
| | | `- README.txt
| | `- xmc4/
| | `- xmc4500-relax/
| | `- README.txt
| |- avr/
| | |- at32uc3/
| | | `- avr32dev1/
| | | `- README.txt
| | |- at90usb/
| | | |- micropendous3/
| | | | `- README.txt
| | | `- teensy-2.0/
| | | `- README.txt
| | `- atmega/
| | |- amber/
| | | `- README.txt
| | |- arduino-mega2560/
| | | `- README.txt
| | `- moteino-mega/
| | `- README.txt
| |- hc/
| | `- mcs92s12ne64/
| | |- demo9s12ne64/
| | | `- README.txt
| | `- ne64badge/
| | `- README.txt
| |- mips/
| | |- pic32mx/
| | | |- mirtoo/
| | | | `- README.txt
| | | |- pic32mx7mmb/
| | | | `- README.txt
| | | |- pic32mx-starterkit/
| | | | `- README.txt
| | | |- sure-pic32mx/
| | | | `- README.txt
| | | `- ubw32/
| | | `- README.txt
| | `-pic32mz/
| | |- flipnclick-pic32mz/
| | | `- README.txt
| | `- pic32mz-starterkit/
| | `- README.txt
| |- misoc/
| | `- README.txt
| |- moteino-mega/
| | `- README.txt
| |- ne63badge/
| | `- README.txt
| |- nrf52-generic/
| | `- README.txt
| |- ntosd-dm320/
| | |- doc/README.txt
| | `- README.txt
| |- nucleo-144/
| | `- README.txt
| |- nucleo-f072rb/
| | `- README.txt
| |- nucleo-f091rc/
| | `- README.txt
| |- nucleo-f303re/
| | `- README.txt
| |- nucleo-f334r8/
| | `- README.txt
| |- nucleo-f4x1re/
| | `- README.txt
| |- nucleo-f410rb
| | `- README.txt
| |- nucleo-f446re
| | `- README.txt
| |- nucleo-l432kc/
| | `- README.txt
| |- nucleo-l452re/
| | `- README.txt
| |- nucleo-l476rg/
| | `- README.txt
| |- nucleo-l496zg/
| | `- README.txt
| |- nutiny-nuc120/
| | `- README.txt
| |- olimex-efm32g880f129-stk/
| | `- README.txt
| |- olimex-lpc1766stk/
| | `- README.txt
| |- olimex-lpc2378/
| | `- README.txt
| |- olimex-lpc-h3131/
| | `- README.txt
| |- olimex-stm32-h405/
| | `- README.txt
| |- olimex-stm32-h407/
| | `- README.txt
| |- olimex-stm32-p107/
| | `- README.txt
| |- olimex-stm32-p207/
| | `- README.txt
| |- olimex-stm32-p407/
| | `- README.txt
| |- olimex-strp711/
| | `- README.txt
| |- omnibusf4/
| | `- README.txt
| |- open1788/
| | `- README.txt
| |- p112/
| | `- README.txt
| |- pcduino-a10/
| | `- README.txt
| |- photon/
| | `- README.txt
| |- pic32mx-starterkit/
| | `- README.txt
| |- pic32mx7mmb/
| | `- README.txt
| |- pic32mz-starterkit/
| | `- README.txt
| |- pnev5180b/
| | `- README.txt
| |- qemu-i486/
| | `- README.txt
| |- sabre-6quad/
| | `- README.txt
| |- sama5d2-xult/
| | `- README.txt
| |- sama5d3x-ek/
| | `- README.txt
| |- sama5d3-xplained/
| | `- README.txt
| |- sama5d4-ek/
| | `- README.txt
| |- samd20-xplained/
| | `- README.txt
| |- samd21-xplained/
| | `- README.txt
| |- saml21-xplained/
| | `- README.txt
| |- sam3u-ek/
| | `- README.txt
| |- sam4cmp-db
| | `- README.txt
| |- sam4e-ek/
| | `- README.txt
| |- sam4l-xplained/
| | `- README.txt
| |- sam4s-xplained/
| | `- README.txt
| |- sam4s-xplained-pro/
| | `- README.txt
| |- same70-xplained/
| | `- README.txt
| |- samv71-xult/
| | `- README.txt
| | `- lm32/
| | `- misoc/
| | `- README.txt
| |- or1k/
| | `- mor1kx/
| | `- or1k/
| | `- README.txt
| |- renesas/
| | |- m32262f8/
| | | `- skp16c26/
| | | `- README.txt
| | `-sh7032/
| | `- us7032evb1/
| | `- README.txt
| |- risc-v/
| | |- gap8/
| | | `- gapuino/
| | | `- README.txt
| | `-nr5m100/
| | `- nr5m100-nexys4/
| | `- README.txt
| |- sim/
| | |- include/README.txt
| | `- README.txt
| |- shenzhou/
| | `- README.txt
| |- skp16c26/
| | `- README.txt
| |- spresense/
| | `- README.txt
| |- stm3210e-eval/
| | `- README.txt
| |- stm3220g-eval/
| | `- README.txt
| |- stm3240g-eval/
| | `- README.txt
| |- stm32_tiny/
| | `- README.txt
| |- stm32f103-minumum/
| | `- README.txt
| |- stm32f3discovery/
| | `- README.txt
| |- stm32f4discovery/
| | `- README.txt
| |- stm32f411e-disco/
| | `- README.txt
| |- stm32f429i-disco/
| | |- fb/README.txt
| | `- README.txt
| |- stm32f746g-disco/
| | |- configs/
| | | |- fb/README.txt
| | | |- nxdemo/README.txt
| | | `- nxterm/README.txt
| | `- README.txt
| |- stm32f769i-disco/
| | `- README.txt
| |- stm32l476-mdk/
| | `- README.txt
| |- stm32l476vg-disco/
| | `- README.txt
| |- stm32l4r9ai-disco/
| | `-README.txt
| |- stm32ldiscovery/
| | `- README.txt
| |- stm32vldiscovery/
| | `- README.txt
| |- sure-pic32mx/
| | `- README.txt
| |- teensy-2.0/
| | `- README.txt
| |- teensy-3.x/
| | `- README.txt
| |- teensy-lc/
| | `- README.txt
| |- tm4c123g-launchpad/
| | `- README.txt
| |- tm4c1294-launchpad/
| | `- README.txt
| |- twr-k60n512/
| | `- README.txt
| |- tms570ls31x-usb-kit/
| | `- README.txt
| |- twr-k64f120m/
| | `- README.txt
| |- u-blox-co27/
| | `- README.txt
| |- ubw32/
| | `- README.txt
| |- us7032evb1/
| | `- README.txt
| |- viewtool-stm32f107/
| | `- README.txt
| |- xmc5400-relax/
| | `- README.txt
| |- z16f2800100zcog/
| | |- configs/
| | | |- ostest/README.txt
| | | `- pashello/README.txt
| | `- README.txt
| |- z80sim/
| | `- README.txt
| |- z8encore000zco/
| | |- configs/
| | | `- ostest/README.txt
| | `- README.txt
| |- z8f64200100kit/
| | |- configs/
| | | `- ostest/README.txt
| | `- README.txt
| |- zkit-arm-1769/
| | `- README.txt
| |- zp214xpa/
| | `- README.txt
| `- README.txt
| | `- sim/
| | `- sim/
| | |- include/README.txt
| | `- README.txt
| |- x86/
| | `- qemu/
| | `- qemu-i486/
| | `- README.txt
| |- xtensa/
| | `- esp32/
| | `- esp32-core/
| | `- README.txt
| |- z16/
| | `- z16f2811/
| | `- z16f2800100zcog/
| | |- configs/nsh/README.txt
| | |- configs/ostest/README.txt
| | |- configs/pashello/README.txt
| | `- README.txt
| |- z80/
| | |- ez80/
| | | |- ez80f910200kitg/
| | | | |- configs/ostest/README.txt
| | | | `- README.txt
| | | |- ez80f910200zco/
| | | | |- configs/dhcpd/README.txt
| | | | |- configs/httpd/README.txt
| | | | |- configs/nettest/README.txt
| | | | |- configs/nsh/README.txt
| | | | |- configs/poll/README.txt
| | | | `- README.txt
| | | `- makerlisp/
| | | |- configs/nsh_flash/README.txt
| | | |- configs/nsh_ram/README.txt
| | | |- configs/sdboot/README.txt
| | | `- README.txt
| | |- z180/
| | | `- p112/
| | | `- README.txt
| | |- z8/
| | | |- z8encore000zco/
| | | | |- configs/ostest/README.txt
| | | | `- README.txt
| | | `- z8f64200100kit/
| | | |- configs/ostest/README.txt
| | | `- README.txt
| | `- z80/
| | `- z80sim/
| | `- README.txt
| `-README.txt
|- drivers/
| |- eeprom/
| | `- README.txt