2009-10-24 15:20:19 +02:00
|
|
|
README
|
|
|
|
^^^^^^
|
|
|
|
|
2016-12-31 21:00:44 +01:00
|
|
|
o Environments
|
2011-08-27 16:58:42 +02:00
|
|
|
- Installing Cygwin
|
2016-12-31 20:20:48 +01:00
|
|
|
- Ubuntu Bash under Windows 10
|
2016-12-31 21:00:44 +01:00
|
|
|
o Installation
|
2011-08-27 16:58:42 +02:00
|
|
|
- Download and Unpack
|
|
|
|
- Semi-Optional apps/ Package
|
|
|
|
- Installation Directories with Spaces in the Path
|
2013-04-04 19:34:01 +02:00
|
|
|
- Downloading from Repositories
|
2015-06-28 09:54:25 +02:00
|
|
|
- Related Repositories
|
2012-03-22 19:44:06 +01:00
|
|
|
- Notes about Header Files
|
2009-10-24 15:20:19 +02:00
|
|
|
o Configuring NuttX
|
2012-04-07 21:38:13 +02:00
|
|
|
- Instantiating "Canned" Configurations
|
2014-10-11 20:01:33 +02:00
|
|
|
- Refreshing Configurations
|
2012-04-07 21:38:13 +02:00
|
|
|
- NuttX Configuration Tool
|
2014-12-24 15:15:21 +01:00
|
|
|
- Finding Selections in the Configuration Menus
|
2015-06-07 19:44:56 +02:00
|
|
|
- Reveal Hidden Configuration Options
|
2018-07-10 14:38:25 +02:00
|
|
|
- Make Sure that You are on the Right Platform
|
2014-12-24 15:15:21 +01:00
|
|
|
- Comparing Two Configurations
|
2017-07-08 14:55:50 +02:00
|
|
|
- Making defconfig Files
|
2013-01-03 14:39:16 +01:00
|
|
|
- Incompatibilities with Older Configurations
|
2012-12-23 18:32:41 +01:00
|
|
|
- NuttX Configuration Tool under DOS
|
2010-11-06 22:48:13 +01:00
|
|
|
o Toolchains
|
2011-08-27 16:58:42 +02:00
|
|
|
- Cross-Development Toolchains
|
|
|
|
- NuttX Buildroot Toolchain
|
|
|
|
o Shells
|
2009-10-24 15:20:19 +02:00
|
|
|
o Building NuttX
|
2011-08-27 16:58:42 +02:00
|
|
|
- Building
|
2013-12-04 14:46:10 +01:00
|
|
|
- Re-building
|
2012-09-18 16:06:57 +02:00
|
|
|
- Build Targets and Options
|
2012-11-11 19:36:28 +01:00
|
|
|
- Native Windows Build
|
2012-11-14 00:05:48 +01:00
|
|
|
- Installing GNUWin32
|
2011-12-31 17:53:05 +01:00
|
|
|
o Cygwin Build Problems
|
|
|
|
- Strange Path Problems
|
|
|
|
- Window Native Toolchain Issues
|
2009-10-24 15:20:19 +02:00
|
|
|
o Documentation
|
|
|
|
|
2016-12-31 21:00:44 +01:00
|
|
|
ENVIRONMENTS
|
2009-11-28 16:10:08 +01:00
|
|
|
^^^^^^^^^^^^
|
|
|
|
|
2017-01-02 20:54:07 +01:00
|
|
|
NuttX requires a POSIX development environment such as you would find under
|
2018-06-01 21:25:50 +02:00
|
|
|
Linux or macOS. NuttX may also be installed and built on Windows system
|
2017-07-08 14:55:50 +02:00
|
|
|
if you also provide such a POSIX development environment. Options for a
|
2017-01-01 15:35:49 +01:00
|
|
|
POSIX development environment under Windows include:
|
2016-12-31 20:20:48 +01:00
|
|
|
|
2017-01-02 20:54:07 +01:00
|
|
|
- An installation of Linux on a virtual machine (VM) in Windows. I have
|
|
|
|
not been happy using a VM myself. I have had stability problems with
|
|
|
|
open source VMs and commercial VMs cost more than I want to spend.
|
|
|
|
Sharing files with Linux running in a VM is awkward; sharing devices
|
|
|
|
connected to the Windows box with Linux in a VM is, at the very least,
|
|
|
|
confusing; Using Windows tools (such as Segger J-Link) with files
|
|
|
|
built under the Linux VM is not a possibility.
|
2016-12-31 22:43:07 +01:00
|
|
|
|
2017-01-01 15:35:49 +01:00
|
|
|
- The Cygwin environment. Instructions for installation of Cygwin on a
|
|
|
|
Windows system are provided in the following paragraph, "Installing
|
2017-01-01 17:13:02 +01:00
|
|
|
Cygwin". Cygwin is a mature, well-tested, and very convenient
|
2017-08-13 19:09:12 +02:00
|
|
|
environment. It is especially convenient if you need to
|
2017-01-02 20:54:07 +01:00
|
|
|
integrate with Windows tools and files. Downsides are that the
|
|
|
|
installation time is very long and the compile times are slow.
|
2015-06-30 01:04:57 +02:00
|
|
|
|
2017-01-02 20:54:07 +01:00
|
|
|
- Ubuntu/Bash shell under Windows 10. This is a new option under
|
2017-01-01 15:35:49 +01:00
|
|
|
Windows 10. See the section "Ubuntu Bash under Windows 10" below.
|
2017-01-01 16:33:06 +01:00
|
|
|
This is an improvement over Cygwin if your concern is compile time;
|
2017-01-01 22:44:48 +01:00
|
|
|
its build performance is comparable to native Linux, certainly better
|
|
|
|
than the Cygwin build time. It also installs in a tiny fraction of
|
|
|
|
the time as Cygwin, perhaps 20 minutes for the basic Ubuntu install
|
|
|
|
(vs. more than a day for the complete Cygwin install).
|
2017-01-01 17:13:02 +01:00
|
|
|
|
2018-05-12 22:47:00 +02:00
|
|
|
There have been even more recent ports of Linux environment to
|
|
|
|
Windows. I need to update this section to include some mention of
|
|
|
|
these alternatives.
|
|
|
|
|
2018-05-31 15:35:56 +02:00
|
|
|
- The MSYS environment. MSYS derives from an older version of Cygwin
|
2018-05-31 19:53:09 +02:00
|
|
|
simplified and adapted to work more naturally in the Windows
|
|
|
|
environment. See http://www.mingw.org/wiki/MSYS if you are
|
|
|
|
interested in using MSYS. The advantages of the MSYS environment is
|
2018-05-31 22:46:28 +02:00
|
|
|
that it is better integrted with the native Windows environment and
|
|
|
|
lighter weight; it uses only a minimal number of add-on POSIX-land
|
|
|
|
tools.
|
2018-05-31 01:04:22 +02:00
|
|
|
|
|
|
|
The download link in that Wiki takes you to the SourceForge download
|
|
|
|
site. The SourceForge MSYS project has been stagnant for some time.
|
|
|
|
The MSYS project has more recently moved to
|
|
|
|
http://odsn.net/projects/sfnet_mingwbundle. Downloads of current .zip
|
|
|
|
files are available there but no instructions for the installation.
|
|
|
|
|
2018-05-31 15:35:56 +02:00
|
|
|
- MSYS2 appears to be a re-write of MSYS based on a newer version of
|
|
|
|
Cygwin. Is it available at https://www.msys2.org. A windows
|
|
|
|
installer is available at that site along with very good installation
|
|
|
|
instructions. The download is relatively quick (at least compared to
|
|
|
|
Cygwin) and the 'pacman' package management tool supports supports
|
|
|
|
simple system updates. For example, 'pacman -S git' will install the
|
|
|
|
GIT command line utilities.
|
2015-06-30 01:04:57 +02:00
|
|
|
|
2018-05-12 22:47:00 +02:00
|
|
|
- Other POSIX environments. Check out:
|
|
|
|
|
|
|
|
UnxUtils: https://sourceforge.net/projects/unxutils/,
|
|
|
|
https://en.wikipedia.org/wiki/UnxUtils
|
|
|
|
MobaXterm: https://mobaxterm.mobatek.net/
|
2018-05-31 01:04:22 +02:00
|
|
|
Gow: https://github.com/bmatzelle/gow/wiki
|
2018-05-12 22:47:00 +02:00
|
|
|
|
2019-10-02 20:05:53 +02:00
|
|
|
Disclaimer: In principle, these should work. However, I have never
|
2018-05-12 22:47:00 +02:00
|
|
|
used any of these environments and cannot guarantee that there is
|
|
|
|
not some less-than-obvious issues.
|
|
|
|
|
2018-01-29 14:17:17 +01:00
|
|
|
NuttX can also be installed and built on a native Windows system, but with
|
|
|
|
some potential tool-related issues (see the discussion "Native Windows
|
|
|
|
Build" under "Building NuttX" below). GNUWin32 is used to provide
|
|
|
|
compatible native windows tools.
|
2015-06-30 01:04:57 +02:00
|
|
|
|
2010-11-06 22:58:45 +01:00
|
|
|
Installing Cygwin
|
2012-04-07 21:38:13 +02:00
|
|
|
-----------------
|
2010-11-06 22:58:45 +01:00
|
|
|
|
2015-06-30 01:04:57 +02:00
|
|
|
Installing Cygwin on your Windows PC is simple, but time consuming. See
|
|
|
|
http://www.cygwin.com/ for installation instructions. Basically you just
|
|
|
|
need to download a tiny setup.exe program and it does the real, network
|
|
|
|
installation for you.
|
2013-01-04 17:00:38 +01:00
|
|
|
|
2010-11-06 22:58:45 +01:00
|
|
|
Some Cygwin installation tips:
|
2013-12-04 14:46:10 +01:00
|
|
|
|
2010-11-06 22:58:45 +01:00
|
|
|
1. Install at C:\cygwin
|
|
|
|
|
|
|
|
2. Install EVERYTHING: "Only the minimal base packages from the
|
|
|
|
Cygwin distribution are installed by default. Clicking on categories
|
|
|
|
and packages in the setup.exe package installation screen will
|
|
|
|
provide you with the ability to control what is installed or updated.
|
|
|
|
Clicking on the "Default" field next to the "All" category will
|
|
|
|
provide you with the opportunity to install every Cygwin package.
|
|
|
|
Be advised that this will download and install hundreds of megabytes
|
|
|
|
to your computer."
|
2013-12-04 14:46:10 +01:00
|
|
|
|
2010-11-06 22:58:45 +01:00
|
|
|
If you use the "default" installation, you will be missing many
|
|
|
|
of the Cygwin utilities that you will need to build NuttX. The
|
|
|
|
build will fail in numerous places because of missing packages.
|
|
|
|
|
2019-07-02 23:05:05 +02:00
|
|
|
NOTE: The last time I installed EVERYTHING, the download was
|
|
|
|
about 5GiB. The server I selected was also very slow so it took
|
|
|
|
over a day to do the whole install!
|
|
|
|
|
2014-10-28 02:16:45 +01:00
|
|
|
NOTE: You don't really have to install EVERYTHING but I cannot
|
|
|
|
answer the question "Then what should I install?" I don't know
|
|
|
|
the answer to that and so will continue to recommend installing
|
|
|
|
EVERYTHING.
|
|
|
|
|
2015-09-05 00:49:06 +02:00
|
|
|
You should certainly be able to omit "Science", "Math", and
|
2015-09-05 01:53:28 +02:00
|
|
|
"Publishing". You can try omitting KDE, Gnome, GTK, and other
|
2015-09-05 00:49:06 +02:00
|
|
|
graphics packages if you don't plan to use them.
|
|
|
|
|
2017-01-01 17:13:02 +01:00
|
|
|
Perhaps a minimum set would be those packages listed below for the
|
|
|
|
"Ubuntu Bash under Windows 10" installation?
|
|
|
|
|
2019-07-02 23:05:05 +02:00
|
|
|
UPDATE: Sergey Frolov had success with the following minimal
|
|
|
|
Cygwin configuration:
|
|
|
|
|
|
|
|
1. After starting the Cygwin installer, keep the recommended
|
|
|
|
packages that are pre-selected in the default configuration.
|
|
|
|
2. Using the installation tools, add the following packages:
|
|
|
|
|
|
|
|
make (GNU make) bison libgmp3-dev
|
|
|
|
gcc-core byacc libmpfr-dev
|
|
|
|
gcc-g++ gperf libmpc-dev
|
|
|
|
flex gdb automake-1.15
|
|
|
|
libncurses-dev libgmp-dev
|
|
|
|
|
2010-11-06 22:58:45 +01:00
|
|
|
After installing Cygwin, you will get lots of links for installed
|
|
|
|
tools and shells. I use the RXVT native shell. It is fast and reliable
|
|
|
|
and does not require you to run the Cygwin X server (which is neither
|
2013-01-04 17:00:38 +01:00
|
|
|
fast nor reliable). Unless otherwise noted, the rest of these
|
|
|
|
instructions assume that you are at a bash command line prompt in
|
|
|
|
either Linux or in Cygwin shell.
|
2010-11-06 22:58:45 +01:00
|
|
|
|
2018-05-31 15:35:56 +02:00
|
|
|
Using MSYS
|
|
|
|
----------
|
|
|
|
|
|
|
|
MSYS is an environment the derives from Cygwin. Thus, most things said
|
|
|
|
about Cygwin apply equally to MSYS. This section will, then, focus on
|
|
|
|
the differences when using MSYS, specifically MSYS2.
|
|
|
|
|
|
|
|
Here is it assumed that you have already downloaded and installed MSYS2
|
|
|
|
from https://www.msys2.org using the windows installer available at that
|
|
|
|
location. It is also assumed that you have brought in the necessary
|
2018-05-31 19:53:09 +02:00
|
|
|
tools using the 'pacman' package management tool Tools needed including:
|
2018-05-31 15:35:56 +02:00
|
|
|
|
|
|
|
pacman -S git
|
2018-05-31 19:53:09 +02:00
|
|
|
pacman -S make
|
|
|
|
pacman -S gcc
|
2018-09-27 02:00:46 +02:00
|
|
|
pacman -S gdb
|
2018-05-31 15:35:56 +02:00
|
|
|
|
2018-05-31 19:53:09 +02:00
|
|
|
And possibly others depending upon your usage. Then you will need to
|
|
|
|
build and install kconfig-frontends per the instructions of the top-level
|
2019-10-02 20:05:53 +02:00
|
|
|
README.txt file in the tools repository. This requires the following
|
2018-05-31 19:53:09 +02:00
|
|
|
additional tools:
|
|
|
|
|
|
|
|
pacman -S bison
|
|
|
|
pacman -S gperf
|
|
|
|
pacman -S ncurses-devel
|
|
|
|
pacman -S automake-wrapper
|
|
|
|
pacman -S autoconf
|
|
|
|
pacman -S pkg-config
|
|
|
|
|
|
|
|
Because of some versioning issues, I had to run 'aclocal' prior to
|
|
|
|
running the kconfig-frontends configure script. See "Configuring NuttX"
|
2019-10-02 20:05:53 +02:00
|
|
|
below for further information.
|
2018-05-31 21:25:04 +02:00
|
|
|
|
2019-10-02 20:05:53 +02:00
|
|
|
Unlike Cygwin, MSYS does not support symbolic links. The 'ln -s' command
|
2018-05-31 21:25:04 +02:00
|
|
|
will, in fact, copy a directory! This means that you Make.defs file will
|
2018-06-29 19:38:12 +02:00
|
|
|
have to include definitions like:
|
2018-05-31 21:25:04 +02:00
|
|
|
|
|
|
|
ifeq ($(CONFIG_WINDOWS_MSYS),y)
|
|
|
|
DIRLINK = $(TOPDIR)/tools/copydir.sh
|
|
|
|
DIRUNLINK = $(TOPDIR)/tools/unlink.sh
|
|
|
|
endif
|
|
|
|
|
|
|
|
This will force the directory copies to work in a way that can be handled
|
2018-06-29 15:08:51 +02:00
|
|
|
by the NuttX build system. NOTE: The default link.sh script has been
|
|
|
|
updated so that is should now be MSYS2 compatible. The above is preferred
|
|
|
|
but no longer necessary in the Make.defs file.
|
2018-05-31 21:25:04 +02:00
|
|
|
|
|
|
|
To build the simulator under MSYS, you also need:
|
|
|
|
|
|
|
|
pacman -S zlib-devel
|
2018-05-31 15:35:56 +02:00
|
|
|
|
2018-05-31 22:46:28 +02:00
|
|
|
It appears that you cannot use directory names with spaces in them like
|
|
|
|
"/c/Program\ Files \(86\)" in the MSYS path variable. I worked around this
|
|
|
|
by create Windows junctions like this::
|
|
|
|
|
|
|
|
1. Open the a windows command terminal,
|
|
|
|
2. CD to c:\msys64, then
|
|
|
|
3. mklink /j programfiles "C:/Program\ Files" and
|
|
|
|
4. mklink /j programfiles86 "C:/Program\ Files\ \(x86\)"
|
|
|
|
|
2018-06-01 00:46:04 +02:00
|
|
|
They then show up as /programfiles and /programfiles86 with the MSYS2
|
|
|
|
sandbox. Thos paths can then be used with the PATH variable. I had
|
|
|
|
to do something similar for the path to the GNU Tools "ARM Embedded
|
|
|
|
Toolchain" which also has spaces in the path name.
|
2018-05-31 22:46:28 +02:00
|
|
|
|
2016-12-31 20:20:48 +01:00
|
|
|
Ubuntu Bash under Windows 10
|
|
|
|
----------------------------
|
|
|
|
|
|
|
|
A better version of a command-line only Ubuntu under Windows 10 (beta)
|
2017-01-01 15:35:49 +01:00
|
|
|
has recently been made available from Microsoft.
|
2016-12-31 20:20:48 +01:00
|
|
|
|
|
|
|
Installation
|
|
|
|
------------
|
|
|
|
Installation instructions abound on the Internet complete with screen
|
|
|
|
shots. I will attempt to duplicate those instructions in full here.
|
|
|
|
Here are the simplified installation steps:
|
|
|
|
|
|
|
|
- Open "Settings".
|
|
|
|
- Click on "Update & security".
|
|
|
|
- Click on "For Developers".
|
|
|
|
- Under "Use developer features", select the "Developer mode" option to
|
|
|
|
setup the environment to install Bash.
|
|
|
|
- A message box should pop up. Click "Yes" to turn on developer mode.
|
|
|
|
- After the necessary components install, you'll need to restart your
|
|
|
|
computer.
|
|
|
|
|
|
|
|
Once your computer reboots:
|
|
|
|
|
|
|
|
- Open "Control Panel".
|
|
|
|
- Click on "Programs".
|
|
|
|
- Click on "Turn Windows features on or off".
|
|
|
|
- A list of features will pop up, check the "Windows Subsystem for Linux
|
|
|
|
(beta)" option.
|
|
|
|
- Click OK.
|
|
|
|
- Once the components installed on your computer, click the "Restart
|
|
|
|
now" button to complete the task.
|
|
|
|
|
|
|
|
After your computer restarts, you will notice that Bash will not appear in
|
|
|
|
the "Recently added" list of apps, this is because Bash isn't actually
|
|
|
|
installed yet. Now that you have setup the necessary components, use the
|
|
|
|
following steps to complete the installation of Bash:
|
|
|
|
|
|
|
|
- Open "Start", do a search for bash.exe, and press "Enter".
|
|
|
|
- On the command prompt, type y and press Enter to download and install
|
|
|
|
Bash from the Windows Store. This will take awhile.
|
|
|
|
- Then you'll need to create a default UNIX user account. This account
|
|
|
|
doesn't have to be the same as your Windows account. Enter the
|
|
|
|
username in the required field and press Enter (you can't use the
|
|
|
|
username "admin").
|
|
|
|
- Close the "bash.exe" command prompt.
|
|
|
|
|
|
|
|
Now that you completed the installation and setup, you can open the Bash
|
|
|
|
tool from the Start menu like you would with any other app.
|
|
|
|
|
2017-01-01 16:44:36 +01:00
|
|
|
Accessing Windows Files from Ubuntu
|
|
|
|
-----------------------------------
|
2017-07-08 14:55:50 +02:00
|
|
|
File systems will be mounted under "/mnt" so for example "C:\Program Files"
|
2017-08-13 19:09:12 +02:00
|
|
|
appears at "/mnt/c/Program Files". This is as opposed to Cygwin where
|
2016-12-31 20:20:48 +01:00
|
|
|
the same directory would appear at "/cygdrive/c/Program Files".
|
|
|
|
|
|
|
|
With these differences (perhaps a few other Windows quirks) the Ubuntu
|
2017-01-01 22:34:23 +01:00
|
|
|
install works just like Ubuntu running natively on your PC.
|
2016-12-31 20:20:48 +01:00
|
|
|
|
2017-05-31 14:19:05 +02:00
|
|
|
A good tip for file sharing is to use symbolic links within your Ubuntu
|
|
|
|
home directory. For example, suppose you have your "projects" directory
|
|
|
|
at C:\Documents\projects. Then you can set up a link to the projects/
|
|
|
|
directory in your Ubuntu directory like:
|
|
|
|
|
2017-07-10 20:48:12 +02:00
|
|
|
ln -s /mnt/c/Documents/projects projects
|
2017-05-31 14:19:05 +02:00
|
|
|
|
2017-01-01 16:44:36 +01:00
|
|
|
Accessing Ubuntu Files From Windows
|
|
|
|
-----------------------------------
|
|
|
|
In Ubuntu Userspace for Windows, the Ubuntu file system root directory is
|
|
|
|
at:
|
|
|
|
|
|
|
|
%localappdata%\lxss\rootfs
|
|
|
|
|
|
|
|
Or
|
|
|
|
|
|
|
|
C:\Users\Username\AppData\Local\lxss\rootfs
|
|
|
|
|
2017-05-30 17:19:04 +02:00
|
|
|
However, I am unable to see my files under the rootfs\home directory.
|
|
|
|
After some looking around, I find the home directory
|
|
|
|
%localappdata%\lxss\home.
|
|
|
|
|
|
|
|
With that trick access to the /home directory, you should actually be
|
|
|
|
able to use Windows tools outside of the Ubuntu sandbox with versions of
|
|
|
|
NuttX built within the sandbox using that path.
|
|
|
|
|
2017-05-31 14:19:05 +02:00
|
|
|
Executing Windows Tools from Ubuntu
|
|
|
|
-----------------------------------
|
2017-05-30 17:19:04 +02:00
|
|
|
You can also execute Windows tools from within the Ubuntu sandbox:
|
|
|
|
|
2017-07-10 20:48:12 +02:00
|
|
|
/mnt/c/Program\ Files\ \(x86\)/Microchip/xc32/v1.43/bin/xc32-gcc.exe --version
|
2017-05-30 17:19:04 +02:00
|
|
|
Unable to translate current working directory. Using C:\WINDOWS\System32
|
|
|
|
xc32-gcc.exe (Microchip Technology) 4.8.3 MPLAB XC32 Compiler v1.43 Build date: Mar 1 2017
|
|
|
|
...
|
|
|
|
|
|
|
|
The error message indicates that there are more issues: You cannot mix
|
|
|
|
Windows tools that use Windows style paths in an environment that uses
|
|
|
|
POSIX paths. I think you would have to use Linux tools only from within
|
|
|
|
the Ubuntu sandbox.
|
2017-03-27 20:28:34 +02:00
|
|
|
|
2017-05-31 14:19:05 +02:00
|
|
|
Install Ubuntu Software
|
2016-12-31 20:20:48 +01:00
|
|
|
-----------------------
|
2017-01-01 15:35:49 +01:00
|
|
|
Use "sudo apt-get install <package name>". As examples, this is how
|
|
|
|
you would get GIT:
|
|
|
|
|
2017-07-10 20:48:12 +02:00
|
|
|
sudo apt-get install git
|
2017-01-01 15:35:49 +01:00
|
|
|
|
2017-01-01 16:33:06 +01:00
|
|
|
This will get you a compiler for your host PC:
|
|
|
|
|
2017-07-10 20:48:12 +02:00
|
|
|
sudo apt-get install gcc
|
2017-01-01 16:33:06 +01:00
|
|
|
|
|
|
|
This will get you an ARM compiler for your target:
|
2017-01-01 15:35:49 +01:00
|
|
|
|
2017-07-10 20:48:12 +02:00
|
|
|
sudo apt-get install gcc-arm-none-eabi
|
2017-01-01 15:35:49 +01:00
|
|
|
|
|
|
|
NOTE: That is just an example. I am not sure if apt-get will give you a
|
|
|
|
current or usable compiler. You should carefully select your toolchain
|
2017-08-13 19:09:12 +02:00
|
|
|
for the needs of your project.
|
2016-12-31 20:20:48 +01:00
|
|
|
|
2017-08-13 19:09:12 +02:00
|
|
|
You will also need to get the kconfig-frontends configuration as
|
2018-11-07 04:31:38 +01:00
|
|
|
described below under "NuttX Configuration Tool". In order to build the
|
2017-01-01 16:33:06 +01:00
|
|
|
kconfig-frontends configuration tool you will also need: make, gperf,
|
|
|
|
flex, bison, and libncurses-dev.
|
|
|
|
|
|
|
|
That is enough to do a basic NuttX build.
|
|
|
|
|
2016-12-31 20:20:48 +01:00
|
|
|
Integrating with Windows Tools
|
|
|
|
------------------------------
|
2017-01-02 14:16:47 +01:00
|
|
|
If you want to integrate with Windows native tools, then you would need
|
2016-12-31 20:20:48 +01:00
|
|
|
deal with the same kind of craziness as with integrating Cygwin with
|
2017-01-02 14:16:47 +01:00
|
|
|
native toolchains, see the section "Cygwin Build Problems" below.
|
|
|
|
|
|
|
|
However, there is currently no build support for using Windows native
|
|
|
|
tools with Ubuntu under Windows. This tool combination is made to work
|
|
|
|
with Cygwin through the use of the 'cygpath -w' tool that converts paths
|
|
|
|
from say '/cydrive/c/Program Files' to 'C:\Program Files'. There is,
|
|
|
|
however, no corresponding tool to convert '/mnt/c/Program Files' in the
|
|
|
|
Ubuntu environment.
|
2017-01-01 23:29:03 +01:00
|
|
|
|
2017-01-02 20:54:07 +01:00
|
|
|
Graphics Support
|
|
|
|
----------------
|
|
|
|
The Ubuntu version support by Microsoft is a command-line only version.
|
|
|
|
There is no support for Linux graphics utilities.
|
|
|
|
|
2017-07-08 14:55:50 +02:00
|
|
|
This limitation is not a limitation of Ubuntu, however, only in what
|
2017-01-02 20:54:07 +01:00
|
|
|
Microsoft is willing to support. If you install a X-Server, then you
|
|
|
|
can also use basic graphics utilities. See for example:
|
|
|
|
|
|
|
|
http://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/
|
|
|
|
|
|
|
|
Many Linux graphics programs would, however, also require a graphics
|
|
|
|
framework like GTK or Qt. So this might be a trip down the rabbit hole.
|
|
|
|
|
2016-12-31 21:00:44 +01:00
|
|
|
INSTALLATION
|
|
|
|
^^^^^^^^^^^^
|
2016-12-31 20:20:48 +01:00
|
|
|
|
2017-01-01 15:35:49 +01:00
|
|
|
There are two ways to get NuttX: You may download released, stable
|
2019-01-02 18:05:54 +01:00
|
|
|
tarballs from either the Bitbucket or Sourceforge download locations.
|
2017-01-01 15:35:49 +01:00
|
|
|
Or you may get NuttX by cloning the Bitbucket GIT repositories. Let's
|
|
|
|
consider the released tarballs first:
|
|
|
|
|
2012-04-07 21:38:13 +02:00
|
|
|
Download and Unpack
|
|
|
|
-------------------
|
2009-12-13 19:01:46 +01:00
|
|
|
|
|
|
|
Download and unpack the NuttX tarball. If you are reading this, then
|
|
|
|
you have probably already done that. After unpacking, you will end
|
|
|
|
up with a directory called nuttx-version (where version is the NuttX
|
|
|
|
version number). You might want to rename that directory nuttx to
|
|
|
|
match the various instructions in the documentation and some scripts
|
|
|
|
in the source tree.
|
|
|
|
|
2017-01-01 15:35:49 +01:00
|
|
|
Download locations:
|
|
|
|
|
|
|
|
https://bitbucket.org/nuttx/nuttx/downloads
|
|
|
|
https://sourceforge.net/projects/nuttx/files/nuttx/
|
|
|
|
|
2012-04-07 21:38:13 +02:00
|
|
|
Semi-Optional apps/ Package
|
|
|
|
---------------------------
|
2011-04-14 00:47:04 +02:00
|
|
|
|
|
|
|
All NuttX libraries and example code used to be in included within
|
|
|
|
the NuttX source tree. As of NuttX-6.0, this application code was
|
|
|
|
moved into a separate tarball, the apps tarball. If you are just
|
|
|
|
beginning with NuttX, then you will want to download the versioned
|
|
|
|
apps tarball along with the NuttX tarball. If you already have your
|
|
|
|
own product application directory, then you may not need the apps
|
|
|
|
tarball.
|
|
|
|
|
2017-08-13 19:09:12 +02:00
|
|
|
It is called "Semi-optional" because if you don't have some apps/
|
2015-06-30 02:19:36 +02:00
|
|
|
directory, NuttX will *fail* to build! You do not necessarily need
|
|
|
|
to use the NuttX apps tarball but may, instead, provide your own
|
|
|
|
custom application directory. Such a custom directory would need
|
|
|
|
to include a valid Makefile to support the build and a valid Kconfig
|
2017-08-13 19:09:12 +02:00
|
|
|
file to support the configuration. More about these files later.
|
2011-04-14 00:47:04 +02:00
|
|
|
|
2014-12-28 20:28:14 +01:00
|
|
|
Download then unpack the apps tarball in the same directory where you
|
2011-04-14 00:47:04 +02:00
|
|
|
unpacked the NuttX tarball. After you unpack the apps tarball, you
|
2011-08-27 16:58:42 +02:00
|
|
|
will have a new directory called apps-version (where the version
|
2011-04-14 00:47:04 +02:00
|
|
|
should exactly match the version of the NuttX tarball). Again, you
|
|
|
|
might want to rename the directory to simply apps/ to match what
|
|
|
|
you read in the documentation
|
2013-12-04 14:46:10 +01:00
|
|
|
|
2015-06-30 02:19:36 +02:00
|
|
|
After unpacking (and renaming) the apps tarball, you will have two
|
|
|
|
directories side by side like this:
|
2013-12-04 14:46:10 +01:00
|
|
|
|
2011-04-14 00:47:04 +02:00
|
|
|
|
|
|
|
|
+----+----+
|
|
|
|
| |
|
|
|
|
nuttx/ apps/
|
|
|
|
|
|
|
|
This is important because the NuttX build will expect to find the
|
2014-10-28 02:16:45 +01:00
|
|
|
apps directory in that (default) location. That default location
|
2015-06-30 02:19:36 +02:00
|
|
|
can be changed by modifying your NuttX configuration file, but that
|
|
|
|
is another story.
|
2011-04-14 00:47:04 +02:00
|
|
|
|
2012-04-07 21:38:13 +02:00
|
|
|
Installation Directories with Spaces in the Path
|
|
|
|
------------------------------------------------
|
2010-11-06 22:48:13 +01:00
|
|
|
|
|
|
|
The nuttx build directory should reside in a path that contains no
|
|
|
|
spaces in any higher level directory name. For example, under
|
2009-12-13 19:01:46 +01:00
|
|
|
Cygwin, your home directory might be formed from your first and last
|
|
|
|
names like: "/home/First Last". That will cause strange errors when
|
|
|
|
the make system tries to build.
|
|
|
|
|
2017-08-13 19:09:12 +02:00
|
|
|
[Actually, that problem is probably not too difficult to fix. Some
|
2010-11-07 00:41:08 +01:00
|
|
|
Makefiles probably just need some paths within double quotes]
|
2010-11-06 22:48:13 +01:00
|
|
|
|
|
|
|
I work around spaces in the home directory name, by creating a
|
|
|
|
new directory that does not contain any spaces, such as /home/nuttx.
|
2013-12-04 14:46:10 +01:00
|
|
|
Then I install NuttX in /home/nuttx and always build from
|
2012-09-17 21:33:42 +02:00
|
|
|
/home/nuttx/nuttx-code.
|
2009-12-13 19:01:46 +01:00
|
|
|
|
2013-04-04 19:34:01 +02:00
|
|
|
Downloading from Repositories
|
|
|
|
-----------------------------
|
|
|
|
|
2014-10-28 17:39:57 +01:00
|
|
|
Cloning the Repository
|
2014-10-28 02:16:45 +01:00
|
|
|
|
2019-07-02 23:05:05 +02:00
|
|
|
BEFORE cloning repositories on any Windows platform do the following GIT
|
|
|
|
command:
|
|
|
|
|
|
|
|
git config --global core.autocrlf false
|
|
|
|
|
|
|
|
That will avoid conversions of linefeeds (newlines, \n) to carriage
|
|
|
|
return plus linefeed sequences (\r\n)
|
|
|
|
|
2015-06-30 01:04:57 +02:00
|
|
|
The current NuttX du jour is available in from a GIT repository. Here are
|
|
|
|
instructions for cloning the core NuttX RTOS (corresponding to the nuttx
|
|
|
|
tarball discussed above)::
|
|
|
|
|
2016-04-07 02:04:06 +02:00
|
|
|
git clone https://bitbucket.org/nuttx/nuttx.git nuttx
|
2015-06-30 01:04:57 +02:00
|
|
|
|
2015-06-30 02:19:36 +02:00
|
|
|
And the semi-optional apps/ application directory and be cloned like:
|
2015-06-30 01:04:57 +02:00
|
|
|
|
|
|
|
git clone https://bitbucket.org/nuttx/apps.git apps
|
|
|
|
|
2015-06-30 02:19:36 +02:00
|
|
|
That will give you the same directory structure like this:
|
2015-06-30 01:04:57 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
+----+----+
|
|
|
|
| |
|
|
|
|
nuttx/ apps/
|
2013-04-04 22:27:29 +02:00
|
|
|
|
2015-06-30 02:19:36 +02:00
|
|
|
Configuring the Clones
|
2014-10-30 14:48:34 +01:00
|
|
|
|
2015-07-02 19:12:44 +02:00
|
|
|
The following steps need to be performed for each of the repositories.
|
|
|
|
After changing to the clone directory:
|
2015-06-30 01:04:57 +02:00
|
|
|
|
2014-10-30 14:48:34 +01:00
|
|
|
Set your identity:
|
|
|
|
|
|
|
|
git config --global user.name "My Name"
|
|
|
|
git config --global user.email my.name@example.com
|
|
|
|
|
|
|
|
Colorized diffs are much easier to read:
|
|
|
|
|
|
|
|
git config --global color.branch auto
|
|
|
|
git config --global color.diff auto
|
|
|
|
git config --global color.interactive auto
|
|
|
|
git config --global color.status auto
|
|
|
|
|
|
|
|
Checkout other settings
|
|
|
|
|
|
|
|
git config --list
|
|
|
|
|
2014-10-28 17:39:57 +01:00
|
|
|
Cloning NuttX Inside Cygwin
|
2014-10-28 02:16:45 +01:00
|
|
|
|
2014-10-28 17:39:57 +01:00
|
|
|
If you are cloning the NuttX repository, it is recommended to avoid
|
|
|
|
automatic end of lines conversions by git. These conversions may break
|
|
|
|
some scripts like configure.sh. Before cloning, do the following:
|
2014-10-28 02:16:45 +01:00
|
|
|
|
2014-10-28 17:39:57 +01:00
|
|
|
git config --global core.autocrlf false
|
2013-04-04 22:27:29 +02:00
|
|
|
|
2015-06-28 09:54:25 +02:00
|
|
|
Related Repositories
|
|
|
|
--------------------
|
|
|
|
|
2015-06-30 02:19:36 +02:00
|
|
|
These are standalone repositories:
|
|
|
|
|
2015-06-28 09:54:25 +02:00
|
|
|
* https://bitbucket.org/nuttx/apps
|
|
|
|
|
|
|
|
This directory holds an optional package of applications and libraries
|
|
|
|
can be used with the NuttX RTOS. There is a README.txt file there that
|
2017-08-13 19:09:12 +02:00
|
|
|
will provide more information about that package.
|
2015-06-28 09:54:25 +02:00
|
|
|
|
|
|
|
* https://bitbucket.org/nuttx/nxwidgets
|
|
|
|
|
|
|
|
This is the NuttX C++ graphics support. This includes NxWM, the tiny
|
|
|
|
NuttX Window Manager.
|
|
|
|
|
|
|
|
* https://bitbucket.org/nuttx/uclibc
|
|
|
|
|
|
|
|
This repository contains a version of the uClibc++ C++ library. This code
|
|
|
|
originates from http://cxx.uclibc.org/ and has been adapted for NuttX by the
|
|
|
|
RGMP team (http://rgmp.sourceforge.net/wiki/index.php/Main_Page).
|
|
|
|
|
|
|
|
* https://bitbucket.org/nuttx/buildroot
|
|
|
|
|
|
|
|
A environment that you can to use to build a custom, NuttX GNU toolchain.
|
|
|
|
|
|
|
|
* https://bitbucket.org/nuttx/tools
|
|
|
|
|
|
|
|
There are snapshots of some tools here that you will need to work with
|
|
|
|
NuttX: kconfig-frontends, genromfs, and others.
|
|
|
|
|
2012-04-07 21:38:13 +02:00
|
|
|
Notes about Header Files
|
|
|
|
------------------------
|
2009-12-13 19:01:46 +01:00
|
|
|
|
2012-03-22 19:44:06 +01:00
|
|
|
Other C-Library Header Files.
|
2009-12-14 16:46:55 +01:00
|
|
|
|
2014-12-28 20:28:14 +01:00
|
|
|
When a GCC toolchain is built, it must be built against a C library.
|
|
|
|
The compiler together with the contents of the C library completes the
|
|
|
|
C language definition and provides the complete C development
|
|
|
|
environment. NuttX provides its own, built-in C library. So the
|
|
|
|
complete, consistent C language definition for use with NuttX comes from
|
|
|
|
the combination of the compiler and the header files provided by the
|
|
|
|
NuttX C library.
|
|
|
|
|
|
|
|
When a GCC toolchain is built, it incorporates the C library header
|
|
|
|
files into the compiler internal directories and, in this way, the C
|
|
|
|
library really becomes a part of the toolchain. If you use the NuttX
|
2018-11-21 15:06:51 +01:00
|
|
|
buildroot toolchain as described below under "NuttX Buildroot
|
2014-12-28 20:28:14 +01:00
|
|
|
Toolchain", your GCC toolchain will build against the NuttX C library
|
|
|
|
and will incorporate the NuttX C library header files as part of the
|
|
|
|
toolchain.
|
|
|
|
|
|
|
|
If you use some other, third-party tool chain, this will not be the
|
|
|
|
case, however. Those toolchains were probably built against some
|
|
|
|
other, incompatible C library distribution (such as newlib). Those
|
|
|
|
tools will have incorporated the incompatible C library header files
|
|
|
|
as part of the toolchain. These incompatible header files must *not*
|
2017-08-13 19:09:12 +02:00
|
|
|
be used with NuttX because they will conflict with definitions in the
|
2014-12-28 20:28:14 +01:00
|
|
|
NuttX built-in C-Library. For such toolchains that include header
|
|
|
|
files from a foreign C-Library, NuttX must be compiled without using
|
|
|
|
the standard header files that are distributed with your toolchain.
|
|
|
|
This prevents including conflicting, incompatible header files such
|
|
|
|
as stdio.h.
|
|
|
|
|
|
|
|
The math.h and stdarg.h are probably the two most trouble some header
|
|
|
|
files to deal with. These troublesome header files are discussed in
|
|
|
|
more detail below.
|
2009-12-14 16:46:55 +01:00
|
|
|
|
2012-03-22 19:44:06 +01:00
|
|
|
Header Files Provided by Your Toolchain.
|
|
|
|
|
2012-07-08 16:50:43 +02:00
|
|
|
Certain header files, such as setjmp.h, stdarg.h, and math.h, may still
|
2012-04-07 16:08:37 +02:00
|
|
|
be needed from your toolchain and your compiler may not, however, be able
|
2017-03-31 20:06:21 +02:00
|
|
|
to find these if you compile NuttX without using standard header files
|
2017-07-08 14:55:50 +02:00
|
|
|
(i.e., with -nostdinc). If that is the case, one solution is to copy
|
2017-03-31 20:06:21 +02:00
|
|
|
those header file from your toolchain into the NuttX include directory.
|
2012-03-22 19:44:06 +01:00
|
|
|
|
|
|
|
Duplicated Header Files.
|
|
|
|
|
|
|
|
There are also a few header files that can be found in the nuttx/include
|
|
|
|
directory which are duplicated by the header files from your toolchain.
|
|
|
|
stdint.h and stdbool.h are examples. If you prefer to use the stdint.h
|
|
|
|
and stdbool.h header files from your toolchain, those could be copied
|
|
|
|
into the nuttx/include/ directory. Using most other header files from
|
|
|
|
your toolchain would probably cause errors.
|
|
|
|
|
|
|
|
math.h
|
|
|
|
|
|
|
|
Even though you should not use a foreign C-Library, you may still need
|
|
|
|
to use other, external libraries with NuttX. In particular, you may
|
2012-10-30 15:32:52 +01:00
|
|
|
need to use the math library, libm.a. NuttX supports a generic, built-in
|
|
|
|
math library that can be enabled using CONFIG_LIBM=y. However, you may
|
|
|
|
still want to use a higher performance external math library that has
|
2017-08-13 19:09:12 +02:00
|
|
|
been tuned for your CPU. Sometimes such tuned math libraries are
|
2012-10-30 15:32:52 +01:00
|
|
|
bundled with your toolchain.
|
|
|
|
|
2017-07-08 14:55:50 +02:00
|
|
|
The math library header file, math.h, is a then special case. If you do
|
2012-10-30 15:32:52 +01:00
|
|
|
nothing, the standard math.h header file that is provided with your
|
|
|
|
toolchain will be used.
|
2012-04-07 16:08:37 +02:00
|
|
|
|
|
|
|
If you have a custom, architecture specific math.h header file, then
|
|
|
|
that header file should be placed at arch/<cpu>/include/math.h. There
|
2016-07-21 21:58:09 +02:00
|
|
|
is a stub math.h header file located at include/nuttx/lib/math.h. This stub
|
2012-04-07 16:08:37 +02:00
|
|
|
header file can be used to "redirect" the inclusion to an architecture-
|
|
|
|
specific math.h header file. If you add an architecture specific math.h
|
|
|
|
header file then you should also define CONFIG_ARCH_MATH_H=y in your
|
|
|
|
NuttX Configuration file. If CONFIG_ARCH_MATH_H is selected, then the
|
|
|
|
top-level Makefile will copy the stub math.h header file from
|
2016-07-21 21:58:09 +02:00
|
|
|
include/nuttx/lib/math.h to include/math.h where it will become the system
|
2012-04-07 16:08:37 +02:00
|
|
|
math.h header file. The stub math.h header file does nothing other
|
2014-04-24 20:44:30 +02:00
|
|
|
than to include that architecture-specific math.h header file as the
|
2012-04-07 16:08:37 +02:00
|
|
|
system math.h header file.
|
2009-12-03 18:24:42 +01:00
|
|
|
|
2012-10-30 15:32:52 +01:00
|
|
|
float.h
|
|
|
|
|
|
|
|
If you enable the generic, built-in math library, then that math library
|
|
|
|
will expect your toolchain to provide the standard float.h header file.
|
|
|
|
The float.h header file defines the properties of your floating point
|
|
|
|
implementation. It would always be best to use your toolchain's float.h
|
2014-04-24 20:44:30 +02:00
|
|
|
header file but if none is available, a default float.h header file will
|
2017-08-13 19:09:12 +02:00
|
|
|
be provided if this option is selected. However, there is no assurance
|
|
|
|
that the settings in this float.h are actually correct for your platform!
|
2012-10-30 15:32:52 +01:00
|
|
|
|
2012-07-08 16:50:43 +02:00
|
|
|
stdarg.h
|
|
|
|
|
2013-04-04 19:34:01 +02:00
|
|
|
In most cases, the correct version of stdarg.h is the version provided
|
2017-08-13 19:09:12 +02:00
|
|
|
with your toolchain. However, sometimes there are issues with
|
2013-04-04 19:34:01 +02:00
|
|
|
using your toolchains stdarg.h. For example, it may attempt to draw in
|
|
|
|
header files that do not exist in NuttX or perhaps the header files that
|
2017-08-13 19:09:12 +02:00
|
|
|
it uses are not compatible with the NuttX header files. In those cases,
|
2013-04-04 19:34:01 +02:00
|
|
|
you can use an architecture-specific stdarg.h header file by defining
|
|
|
|
CONFIG_ARCH_STDARG_H=y.
|
|
|
|
|
|
|
|
See the discussion above for the math.h header. This setting works
|
|
|
|
exactly the same for the stdarg.h header file.
|
2012-07-08 16:50:43 +02:00
|
|
|
|
2009-10-24 15:20:19 +02:00
|
|
|
CONFIGURING NUTTX
|
|
|
|
^^^^^^^^^^^^^^^^^
|
|
|
|
|
2012-04-07 21:38:13 +02:00
|
|
|
Instantiating "Canned" Configurations
|
|
|
|
-------------------------------------
|
|
|
|
|
2017-07-10 20:48:12 +02:00
|
|
|
configure.sh and configure.bat:
|
2009-10-24 15:20:19 +02:00
|
|
|
|
2017-07-10 20:48:12 +02:00
|
|
|
"Canned" NuttX configuration files are retained in:
|
2009-10-24 15:20:19 +02:00
|
|
|
|
2019-08-09 00:23:55 +02:00
|
|
|
boards/<arch-name>/<chip-name>/<board-name>/configs/<config-dir>
|
2009-10-24 15:20:19 +02:00
|
|
|
|
2017-07-10 20:48:12 +02:00
|
|
|
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
|
2019-08-09 00:23:55 +02:00
|
|
|
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.
|
2017-08-09 00:51:02 +02:00
|
|
|
|
|
|
|
There is one tool for use with any Bash-like shell that does configuration
|
2017-07-10 20:48:12 +02:00
|
|
|
steps. It is used as follows:
|
|
|
|
|
2019-08-06 00:53:39 +02:00
|
|
|
tools/configure.sh <board-name>:<config-dir>
|
2017-07-10 20:48:12 +02:00
|
|
|
|
|
|
|
There is an alternative Windows batch file that can be used in the windows
|
|
|
|
native environment like:
|
|
|
|
|
2019-08-06 00:53:39 +02:00
|
|
|
tools\configure.bat <board-name>:<config-dir>
|
2017-07-10 20:48:12 +02:00
|
|
|
|
2017-08-13 19:09:12 +02:00
|
|
|
And, to make sure that other platforms are supported, there is also a
|
2017-07-10 20:48:12 +02:00
|
|
|
C program at tools/configure.c that can be compiled to establish the
|
|
|
|
board configuration.
|
|
|
|
|
|
|
|
See tools/README.txt for more information about these scripts.
|
|
|
|
|
|
|
|
General information about configuring NuttX can be found in:
|
|
|
|
|
2019-08-05 15:13:48 +02:00
|
|
|
{TOPDIR}/boards/README.txt
|
2019-08-09 00:23:55 +02:00
|
|
|
{TOPDIR}/boards/<arch-name>/<chip-name>/<board-name>/README.txt
|
2017-07-10 20:48:12 +02:00
|
|
|
|
|
|
|
The Hidden Configuration Scripts:
|
|
|
|
|
|
|
|
As mentioned above, there are only a few simple steps to instantiating a
|
|
|
|
NuttX configuration. Those steps are hidden by the configuration scripts
|
|
|
|
but are summarized below:
|
|
|
|
|
|
|
|
1. Copy Files
|
|
|
|
|
|
|
|
Configuring NuttX requires only copying two files from the
|
|
|
|
<config-dir> to the directory where you installed NuttX (TOPDIR):
|
|
|
|
|
2019-08-09 00:23:55 +02:00
|
|
|
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
|
2012-03-22 19:44:06 +01:00
|
|
|
|
2017-08-13 19:09:12 +02:00
|
|
|
Make.defs describes the rules needed by your tool chain to compile
|
2014-10-11 20:01:33 +02:00
|
|
|
and link code. You may need to modify this file to match the
|
2017-07-11 01:00:54 +02:00
|
|
|
specific needs of your toolchain. NOTE that a configuration may
|
|
|
|
have its own unique Make.defs file in its configuration directory or
|
|
|
|
it may use a common Make.defs file for the board in the scripts/
|
|
|
|
directory. The first takes precedence.
|
2009-10-24 15:20:19 +02:00
|
|
|
|
2019-08-09 00:23:55 +02:00
|
|
|
Copy boards/<arch-name>/<chip-name>/<board-name>/configs/<config-dir>/defconfig
|
|
|
|
to{TOPDIR}/.config
|
2012-03-22 19:44:06 +01:00
|
|
|
|
2014-10-11 20:01:33 +02:00
|
|
|
The defconfig file holds the actual build configuration. This
|
|
|
|
file is included by all other make files to determine what is
|
|
|
|
included in the build and what is not. This file is also used
|
|
|
|
to generate a C configuration header at include/nuttx/config.h.
|
2009-10-24 15:20:19 +02:00
|
|
|
|
2017-08-13 19:09:12 +02:00
|
|
|
Copy other, environment-specific files to{TOPDIR}
|
2017-06-15 18:03:56 +02:00
|
|
|
|
|
|
|
This might include files like .gdbinit or IDE configuration files
|
|
|
|
like .project or .cproject.
|
|
|
|
|
2017-07-10 20:48:12 +02:00
|
|
|
2. Refresh the Configuration
|
2009-10-24 15:20:19 +02:00
|
|
|
|
2017-07-10 20:48:12 +02:00
|
|
|
New configuration setting may be added or removed. Existing settings
|
|
|
|
may also change there values or options. This must be handled by
|
|
|
|
refreshing the configuration as described below.
|
2009-10-24 15:20:19 +02:00
|
|
|
|
2017-07-10 20:48:12 +02:00
|
|
|
NOTE: NuttX uses only compressed defconfig files. For the NuttX
|
2018-01-29 14:17:17 +01:00
|
|
|
defconfig files, this refreshing step is *NOT* optional; it is also
|
2017-07-10 20:48:12 +02:00
|
|
|
necessary to uncompress and regenerate the full making file. This is
|
2017-08-13 19:09:12 +02:00
|
|
|
discussed further below.
|
2014-10-11 20:01:33 +02:00
|
|
|
|
|
|
|
Refreshing Configurations
|
|
|
|
-------------------------
|
|
|
|
|
2014-12-28 20:28:14 +01:00
|
|
|
Configurations can get out of date. As new configuration settings are
|
|
|
|
added or removed or as dependencies between configuration settings
|
|
|
|
change, the contents of a default configuration can become out of synch
|
2014-12-26 14:11:07 +01:00
|
|
|
with the build systems. Hence, it is a good practice to "refresh" each
|
2014-12-28 20:28:14 +01:00
|
|
|
configuration after configuring and before making. To refresh the
|
|
|
|
configuration, use the NuttX Configuration Tool like this:
|
2014-10-11 20:01:33 +02:00
|
|
|
|
|
|
|
make oldconfig
|
|
|
|
|
2014-12-28 20:28:14 +01:00
|
|
|
AFTER you have instantiated the NuttX configuration as described above.
|
|
|
|
The configuration step copied the .config file into place in the top-level
|
|
|
|
NuttX directory; 'make oldconfig' step will then operate on that .config
|
|
|
|
file to bring it up-to-date.
|
|
|
|
|
2017-08-13 19:09:12 +02:00
|
|
|
If your configuration is out of date, you will be prompted by 'make oldconfig'
|
2014-12-28 20:28:14 +01:00
|
|
|
to resolve the issues detected by the configuration tool, that is, to
|
|
|
|
provide values for the new configuration options in the build system. Doing
|
|
|
|
this can save you a lot of problems down the road due to obsolete settings in
|
|
|
|
the default board configuration file. The NuttX configuration tool is
|
|
|
|
discussed in more detail in the following paragraph.
|
2013-01-04 22:37:31 +01:00
|
|
|
|
2014-12-28 17:42:19 +01:00
|
|
|
Confused about what the correct value for a new configuration item should
|
|
|
|
be? Enter ? in response to the 'make oldconfig' prompt and it will show
|
|
|
|
you the help text that goes with the option.
|
|
|
|
|
2018-11-21 15:06:51 +01:00
|
|
|
If you don't want to make any decisions are willing to just accept the
|
2016-03-11 00:24:48 +01:00
|
|
|
recommended default value for each new configuration item, an even easier
|
|
|
|
way is:
|
|
|
|
|
2017-08-13 19:09:12 +02:00
|
|
|
make olddefconfig
|
2016-03-11 00:24:48 +01:00
|
|
|
|
2017-08-13 19:09:12 +02:00
|
|
|
The olddefconfig target will simply bring your configuration up to date with
|
2016-03-11 00:24:48 +01:00
|
|
|
the current Kconfig files, setting any new options to the default value.
|
|
|
|
No questions asked.
|
|
|
|
|
2012-04-07 21:38:13 +02:00
|
|
|
NuttX Configuration Tool
|
|
|
|
------------------------
|
|
|
|
|
2017-07-08 14:55:50 +02:00
|
|
|
An automated tool has been incorporated to support re-configuration
|
2019-09-24 17:52:09 +02:00
|
|
|
of NuttX. This tool is based on the kconfig-frontends application available
|
|
|
|
at https://bitbucket.org/nuttx/tools/src/master/kconfig-frontends/. (This
|
2020-01-16 18:22:36 +01:00
|
|
|
is a snapshot of the old http://ymorin.is-a-geek.org/projects/kconfig-frontends
|
|
|
|
which is no longer available.) This application provides a tool called
|
|
|
|
'kconfig-mconf' that is used by the NuttX top-level Makefile. The following
|
|
|
|
make target is provided:
|
2012-04-07 21:38:13 +02:00
|
|
|
|
|
|
|
make menuconfig
|
|
|
|
|
2013-01-28 02:44:45 +01:00
|
|
|
This make target will bring up NuttX configuration menus.
|
|
|
|
|
|
|
|
WARNING: Never do 'make menuconfig' on a configuration that has
|
|
|
|
not been converted to use the kconfig-frontends tools! This will
|
2013-12-04 14:46:10 +01:00
|
|
|
damage your configuration (see
|
2013-01-28 02:44:45 +01:00
|
|
|
http://www.nuttx.org/doku.php?id=wiki:howtos:convertconfig).
|
|
|
|
|
2014-12-28 20:28:14 +01:00
|
|
|
How do we tell a new configuration from an old one? See "Incompatibilities
|
|
|
|
with Older Configurations" below.
|
|
|
|
|
2013-01-28 02:44:45 +01:00
|
|
|
The 'menuconfig' make target depends on two things:
|
2012-04-07 21:38:13 +02:00
|
|
|
|
|
|
|
1. The Kconfig configuration data files that appear in almost all
|
|
|
|
NuttX directories. These data files are the part that is still
|
|
|
|
under development (patches are welcome!). The Kconfig files
|
|
|
|
contain configuration information for the configuration settings
|
|
|
|
relevant to the directory in which the Kconfig file resides.
|
|
|
|
|
|
|
|
NOTE: For a description of the syntax of this configuration file,
|
2015-06-28 09:54:25 +02:00
|
|
|
see kconfig-language.txt in the tools repository at
|
|
|
|
https://bitbucket.org/nuttx/tools
|
2012-04-07 21:38:13 +02:00
|
|
|
|
2014-01-03 22:49:00 +01:00
|
|
|
2. The 'kconfig-mconf' tool. 'kconfig-mconf' is part of the
|
2019-09-24 17:52:09 +02:00
|
|
|
kconfig-frontends package. You can download that package from the
|
|
|
|
snapshot in the tools repository at https://bitbucket.org/nuttx/tools.
|
2012-04-07 21:38:13 +02:00
|
|
|
|
2014-01-03 22:49:00 +01:00
|
|
|
Building kconfig-frontends under Linux may be as simple as
|
|
|
|
'configure; make; make install' but there may be some build
|
|
|
|
complexities, especially if you are building under Cygwin. See
|
2015-06-28 09:54:25 +02:00
|
|
|
the more detailed build instructions in the top-level README.txt
|
|
|
|
file of the tools repository at https://bitbucket.org/nuttx/tools.
|
2012-04-07 21:38:13 +02:00
|
|
|
|
2014-01-03 22:49:00 +01:00
|
|
|
The 'make install' step will, by default, install the 'kconfig-mconf'
|
2012-04-07 21:38:13 +02:00
|
|
|
tool at /usr/local/bin/mconf. Where ever you choose to
|
2014-01-03 22:49:00 +01:00
|
|
|
install 'kconfig-mconf', make certain that your PATH variable includes
|
2012-04-07 21:38:13 +02:00
|
|
|
a path to that installation directory.
|
|
|
|
|
2014-01-03 22:49:00 +01:00
|
|
|
The kconfig-frontends tools will not build in a native Windows
|
|
|
|
environment directly "out-of-the-box". For the Windows native
|
2017-08-13 19:09:12 +02:00
|
|
|
case, you should use the modified version of kconfig-frontends
|
2014-01-03 22:49:00 +01:00
|
|
|
that can be found at
|
|
|
|
http://uvc.de/posts/linux-kernel-configuration-tool-mconf-under-windows.html
|
|
|
|
|
2013-01-03 14:39:16 +01:00
|
|
|
The basic configuration order is "bottom-up":
|
|
|
|
|
|
|
|
- Select the build environment,
|
|
|
|
- Select the processor,
|
|
|
|
- Select the board,
|
|
|
|
- Select the supported peripherals
|
|
|
|
- Configure the device drivers,
|
|
|
|
- Configure the application options on top of this.
|
|
|
|
|
|
|
|
This is pretty straight forward for creating new configurations
|
|
|
|
but may be less intuitive for modifying existing configurations.
|
|
|
|
|
2018-04-22 19:31:24 +02:00
|
|
|
Another ncurses-based tool that is an option to kconfig-mconf is
|
|
|
|
kconfig-nconf. The differences are primary in in the aesthetics of the
|
|
|
|
UI. If you have kconfig-nconf built, then you can invoke that front end
|
|
|
|
with:
|
|
|
|
|
|
|
|
make nconfig
|
|
|
|
|
2014-04-24 20:44:30 +02:00
|
|
|
If you have an environment that supports the Qt or GTK graphical systems
|
2015-06-08 22:16:32 +02:00
|
|
|
(probably KDE or gnome, respectively, or Cygwin under Windows with Qt or
|
|
|
|
GTK installed), then you can also build the graphical kconfig-frontends,
|
|
|
|
kconfig-qconf and kconfig-gconf. In these case, you can start the
|
|
|
|
graphical configurator with either:
|
2014-01-03 22:49:00 +01:00
|
|
|
|
|
|
|
make qconfig
|
|
|
|
|
|
|
|
or
|
|
|
|
|
|
|
|
make gconfig
|
|
|
|
|
2017-07-08 14:55:50 +02:00
|
|
|
Some keyboard shortcuts supported by kconfig-mconf, the tool that runs
|
2015-06-07 19:44:56 +02:00
|
|
|
when you do 'make menuconfig':
|
|
|
|
|
|
|
|
- '?' will bring up the mconfig help display.
|
|
|
|
|
|
|
|
- '/' can be used find configuration selections.
|
|
|
|
|
|
|
|
- 'Z' can be used to reveal hidden configuration options
|
|
|
|
|
2017-08-13 19:09:12 +02:00
|
|
|
These last two shortcuts are described further in the following
|
2015-06-07 19:44:56 +02:00
|
|
|
paragraphs.
|
|
|
|
|
2014-12-24 15:15:21 +01:00
|
|
|
Finding Selections in the Configuration Menus
|
|
|
|
---------------------------------------------
|
|
|
|
|
|
|
|
The NuttX configuration options have gotten complex and it can be very
|
|
|
|
difficult to find options in the menu trees if you are not sure where
|
|
|
|
to look. The "basic configuration order" describe above can help to
|
|
|
|
narrow things down.
|
|
|
|
|
|
|
|
But if you know exactly what configuration setting you want to select,
|
2017-07-08 14:55:50 +02:00
|
|
|
say CONFIG_XYZ, but not where to find it, then the 'make menuconfig'
|
2014-12-24 15:15:21 +01:00
|
|
|
version of the tool offers some help: By pressing the '/' key, the
|
|
|
|
tool will bring up a menu that will allow you to search for a
|
|
|
|
configuration item. Just enter the string CONFIG_XYZ and press 'ENTER'.
|
|
|
|
It will show you not only where to find the configuration item, but
|
|
|
|
also all of the dependencies related to the configuration item.
|
|
|
|
|
2015-06-07 19:44:56 +02:00
|
|
|
Reveal Hidden Configuration Options
|
|
|
|
-----------------------------------
|
|
|
|
|
|
|
|
If you type 'Z', then kconfig-mconf will change what is displayed.
|
|
|
|
Normally, only enabled features that have all of their dependencies met
|
|
|
|
are displayed. That is, of course, not very useful if you would like to
|
|
|
|
discover new options or if you are looking for an option and do not
|
|
|
|
realize that the dependencies have not yet been selected and, hence, it
|
|
|
|
is not displayed.
|
|
|
|
|
|
|
|
But if you enter 'Z', then every option will be shown, whether or not its
|
2017-08-13 19:09:12 +02:00
|
|
|
dependencies have been met. You can then see everything that could be
|
2015-06-07 19:44:56 +02:00
|
|
|
selected with the right dependency selections. These additional options
|
|
|
|
will be shown the '-' for the selection and for the value (since it
|
|
|
|
cannot be selected and has no value). About all you do is to select
|
|
|
|
the <Help> option to see what the dependencies are.
|
|
|
|
|
2017-08-13 19:09:12 +02:00
|
|
|
Make Sure that You are on the Right Platform
|
|
|
|
--------------------------------------------
|
2016-08-04 00:31:35 +02:00
|
|
|
|
|
|
|
Saved configurations may run on Linux, Cygwin (32- or 64-bit), or other
|
|
|
|
platforms. The platform characteristics can be changed use 'make
|
|
|
|
menuconfig'. Sometimes this can be confusing due to the differences
|
|
|
|
between the platforms. Enter sethost.sh
|
|
|
|
|
|
|
|
sethost.sh is a simple script that changes a configuration to your
|
|
|
|
host platform. This can greatly simplify life if you use many different
|
|
|
|
configurations. For example, if you are running on Linux and you
|
|
|
|
configure like this:
|
|
|
|
|
2019-08-06 00:53:39 +02:00
|
|
|
tools/configure.sh board:configuration
|
2016-08-04 00:31:35 +02:00
|
|
|
|
|
|
|
The you can use the following command to both (1) make sure that the
|
|
|
|
configuration is up to date, AND (2) the configuration is set up
|
|
|
|
correctly for Linux:
|
|
|
|
|
2017-07-10 20:48:12 +02:00
|
|
|
tools/sethost.sh -l
|
2016-08-04 00:31:35 +02:00
|
|
|
|
|
|
|
Or, if you are on a Windows/Cygwin 64-bit platform:
|
|
|
|
|
2017-07-10 20:48:12 +02:00
|
|
|
tools/sethost.sh -c
|
|
|
|
|
2018-05-31 19:53:09 +02:00
|
|
|
Or, for MSYS/MSYS2:
|
|
|
|
|
|
|
|
tools/sethost.sh -g
|
|
|
|
|
2017-07-10 20:48:12 +02:00
|
|
|
Other options are available from the help option built into the
|
|
|
|
script. You can see all options with:
|
|
|
|
|
|
|
|
tools/sethost.sh -h
|
|
|
|
|
2017-08-13 19:09:12 +02:00
|
|
|
Recently, the options to the configure.sh (and configure.bat) scripts have
|
|
|
|
been extended so that you both setup the configuration, select for the host
|
|
|
|
platform that you use, and uncompress and refresh the defconfig file all in
|
|
|
|
one command like:
|
2017-07-10 20:48:12 +02:00
|
|
|
|
2019-08-06 00:53:39 +02:00
|
|
|
tools/configure.sh -l board:configuration
|
2017-07-10 20:48:12 +02:00
|
|
|
|
|
|
|
For a Linux host or for a Windows/Cygwin host:
|
|
|
|
|
2019-08-06 00:53:39 +02:00
|
|
|
tools/configure.sh -h board:configuration
|
2016-08-04 00:31:35 +02:00
|
|
|
|
|
|
|
Other options are available from the help option built into the
|
|
|
|
script. You can see all options with:
|
|
|
|
|
2017-07-10 20:48:12 +02:00
|
|
|
tools/configure.sh -h
|
2016-08-04 00:31:35 +02:00
|
|
|
|
2014-12-24 15:15:21 +01:00
|
|
|
Comparing Two Configurations
|
|
|
|
----------------------------
|
|
|
|
|
2017-08-13 19:09:12 +02:00
|
|
|
If you try to compare two configurations using 'diff', you will probably
|
2014-12-24 15:15:21 +01:00
|
|
|
not be happy with the result. There are superfluous things added to
|
2017-08-13 19:09:12 +02:00
|
|
|
the configuration files that make comparisons with the human eye
|
2014-12-24 15:15:21 +01:00
|
|
|
difficult.
|
|
|
|
|
2017-08-13 19:09:12 +02:00
|
|
|
There is a tool at nuttx/tools/cmpconfig.c that can be built to simplify
|
|
|
|
these comparisons. The output from this difference tool will show only
|
|
|
|
the meaningful differences between two configuration files. This tool is
|
2014-12-24 15:15:21 +01:00
|
|
|
built as follows:
|
|
|
|
|
|
|
|
cd nuttx/tools
|
|
|
|
make -f Makefile.host
|
|
|
|
|
2017-08-13 19:09:12 +02:00
|
|
|
This will create a program called 'cmpconfig' or 'comconfig.exe' on Windows.
|
2014-12-24 15:15:21 +01:00
|
|
|
|
2014-12-26 14:11:07 +01:00
|
|
|
Why would you want to compare two configuration files? Here are a few
|
2017-08-13 19:09:12 +02:00
|
|
|
of the reasons why I do this
|
2014-12-24 15:15:21 +01:00
|
|
|
|
|
|
|
1. When I create a new configuration I usually base it on an older
|
|
|
|
configuration and I want to know, "What are the options that I need to
|
|
|
|
change to add the new feature to the older configurations?" For example,
|
2014-12-26 14:11:07 +01:00
|
|
|
suppose that I have a boardA/nsh configuration and I want to create a
|
2014-12-24 15:15:21 +01:00
|
|
|
boardA/nxwm configuration. Suppose I already have boardB/nsh and
|
|
|
|
boardB/nxwm configurations. Then by comparing the boardB/nsh with the
|
|
|
|
boardB/nxwm I can see the modifications that I would need to make to my
|
|
|
|
boardA/nsh to create a new boardA/nxwm.
|
|
|
|
|
2017-08-13 19:09:12 +02:00
|
|
|
2. But the most common reason that I use the 'cmpconfig' program is to
|
2014-12-24 15:15:21 +01:00
|
|
|
check the results of "refreshing" a configuration with 'make oldconfig'
|
2014-12-26 14:11:07 +01:00
|
|
|
(see the paragraph "Refreshing Configurations" above). The 'make
|
|
|
|
oldconfig' command will make changes to my configuration and using
|
|
|
|
'cmpconfig', I can see precisely what those changes were and if any
|
|
|
|
should be of concern to me.
|
2014-12-24 15:15:21 +01:00
|
|
|
|
2014-12-26 14:11:07 +01:00
|
|
|
3. The 'cmpconfig' tool can also be useful when converting older, legacy
|
|
|
|
manual configurations to the current configurations based on the
|
|
|
|
kconfig-frontends tools. See the following paragraph.
|
2013-01-28 02:44:45 +01:00
|
|
|
|
2017-07-08 14:55:50 +02:00
|
|
|
Making defconfig Files
|
|
|
|
----------------------
|
|
|
|
|
2017-07-10 20:48:12 +02:00
|
|
|
.config Files as defconfig Files:
|
2017-07-08 18:34:06 +02:00
|
|
|
|
2017-07-10 20:48:12 +02:00
|
|
|
The minimum defconfig file is simply the generated .config file with
|
|
|
|
CONFIG_APPS_DIR setting removed or commented out. That setting provides
|
|
|
|
the name and location of the apps/ directory relative to the nuttx build
|
|
|
|
directory. The default is ../apps/, however, the apps directory may be
|
|
|
|
any other location and may have a different name. For example, the name
|
|
|
|
of versioned NuttX releases are always in the form apps-xx.yy where xx.yy
|
|
|
|
is the version number.
|
2017-07-08 19:39:59 +02:00
|
|
|
|
2017-07-10 20:48:12 +02:00
|
|
|
Finding the apps/ Directory Path:
|
2017-07-08 18:34:06 +02:00
|
|
|
|
2017-07-10 20:48:12 +02:00
|
|
|
When the default configuration is installed using one of the scripts or
|
|
|
|
programs in the NuttX tools directory, there will be an option to provide
|
|
|
|
the path to the apps/ directory. If not provided, then the configure tool
|
|
|
|
will look around and try to make a reasonable decision about where the
|
|
|
|
apps/ directory is located.
|
|
|
|
|
|
|
|
Compressed defconfig Files:
|
|
|
|
|
|
|
|
The Makefile also supports an option to generate very small defconfig
|
|
|
|
files. The .config files are quite large and complex. But most of the
|
|
|
|
settings in the .config file simply have the default settings from the
|
|
|
|
Kconfig files. These .config files can be converted into small defconfig
|
|
|
|
file:
|
|
|
|
|
|
|
|
make savedefconfig
|
|
|
|
|
|
|
|
That make target will generate a defconfig file in the top-level
|
|
|
|
directory. The size reduction is really quite remarkable:
|
2017-07-08 18:34:06 +02:00
|
|
|
|
2017-07-10 20:48:12 +02:00
|
|
|
wc -l .config defconfig
|
|
|
|
1085 .config
|
|
|
|
82 defconfig
|
|
|
|
1167 total
|
2017-07-08 18:34:06 +02:00
|
|
|
|
2017-07-10 20:48:12 +02:00
|
|
|
In order to be usable, the .config file installed from the compressed
|
|
|
|
defconfig file must be reconstituted using:
|
|
|
|
|
|
|
|
make olddefconfig
|
|
|
|
|
2017-07-10 22:36:36 +02:00
|
|
|
NOTE 1: Only compressed defconfig files are retained in the NuttX repository.
|
2017-07-10 20:48:12 +02:00
|
|
|
All patches and PRs that attempt to add or modify a defconfig file MUST
|
|
|
|
use the compressed defconfig format as created by 'make savdefconfig.'
|
|
|
|
|
2017-07-10 22:36:36 +02:00
|
|
|
NOTE 2: When 'make savedefconfig' runs it will try several things some of
|
|
|
|
which are expected to fail. In these cases you will see an error message
|
|
|
|
from make followed by "(ignored)." You should also ignore these messages
|
|
|
|
|
2017-07-10 20:48:12 +02:00
|
|
|
CAUTION: This size reduction was accomplished by removing all setting
|
|
|
|
from the .config file that were at the default value. 'make olddefconfig'
|
|
|
|
can regenerate the original .config file by simply restoring those default
|
|
|
|
settings. The underlying assumption here is, of course, that the default
|
|
|
|
settings do not change. If the default settings change, and they often
|
|
|
|
do, then the original .config may not be reproducible.
|
|
|
|
|
|
|
|
So if your project requires 100% reproducibility over a long period of
|
|
|
|
time, you make want to save the complete .config files vs. the standard,
|
|
|
|
compressed defconfig file.
|
|
|
|
|
|
|
|
Configuring with "Compressed" defconfig Files:
|
|
|
|
|
|
|
|
As described above defconfig, all NuttX defconfig files are compressed
|
|
|
|
using 'make savedeconfig'. These compressed defconfig files are
|
|
|
|
generally not fully usable as they are and may not build the target
|
|
|
|
binaries that you want because the compression process removed all of
|
|
|
|
the default settings from the defconfig file. To restore the default
|
|
|
|
settings, you should run the following after configuring:
|
|
|
|
|
|
|
|
make olddefconfig
|
|
|
|
|
|
|
|
That will restore the the missing defaulted values.
|
|
|
|
|
|
|
|
Using this command after configuring is generally a good practice anyway:
|
|
|
|
Even if the defconfig files are not "compressed" in this fashion, the
|
|
|
|
defconfig file may be old and the only way to assure that the installed
|
2017-08-13 19:09:12 +02:00
|
|
|
.config is is up to date is via 'make oldconfig' or 'make olddefconfig'.
|
2017-07-10 20:48:12 +02:00
|
|
|
See the paragraph above entitled ""Refreshing Configurations" for
|
|
|
|
additional information.
|
2017-07-08 18:34:06 +02:00
|
|
|
|
2013-01-03 14:39:16 +01:00
|
|
|
Incompatibilities with Older Configurations
|
|
|
|
-------------------------------------------
|
|
|
|
|
|
|
|
***** WARNING *****
|
|
|
|
|
2017-07-10 20:48:12 +02:00
|
|
|
The current NuttX build system supports *only* the new compressed,
|
|
|
|
defconfig configuration files generated using the kconfig-frontends tools
|
2017-08-13 19:09:12 +02:00
|
|
|
as described in the preceding section. Support for the older, legacy,
|
|
|
|
manual configurations was eliminated in NuttX 7.0; support for
|
2017-07-10 20:48:12 +02:00
|
|
|
uncompressed .config-files-as-defconfig files was eliminated after
|
|
|
|
NuttX-7.21. All configurations must now be done using the
|
|
|
|
kconfig-frontends tool. The older manual configurations and the new
|
|
|
|
kconfig-frontends configurations are not compatible. Old legacy
|
|
|
|
configurations can *not* be used with the kconfig-frontends tool and,
|
|
|
|
hence, cannot be used with releases of NuttX 7.0 and beyond:
|
2014-03-06 20:00:50 +01:00
|
|
|
|
|
|
|
If you run 'make menuconfig' with a legacy configuration the resulting
|
2013-01-03 14:39:16 +01:00
|
|
|
configuration will probably not be functional.
|
|
|
|
|
|
|
|
Q: How can I tell if a configuration is a new kconfig-frontends
|
|
|
|
configuration or an older, manual configuration?
|
|
|
|
|
2014-03-06 20:00:50 +01:00
|
|
|
A: Only old, manual configurations will have an appconfig file
|
2013-01-03 14:39:16 +01:00
|
|
|
|
|
|
|
|
|
|
|
Q: How can I convert a older, manual configuration into a new,
|
|
|
|
kconfig-frontends toolchain.
|
|
|
|
|
2014-03-06 20:00:50 +01:00
|
|
|
A: Refer to http://www.nuttx.org/doku.php?id=wiki:howtos:convertconfig
|
2013-01-03 14:39:16 +01:00
|
|
|
|
2014-12-26 14:11:07 +01:00
|
|
|
***** WARNING *****
|
|
|
|
|
|
|
|
As described above, whenever you use a configuration, you really should
|
2017-08-13 19:09:12 +02:00
|
|
|
always refresh the configuration with the following command *before* you
|
|
|
|
make NuttX:
|
2014-12-26 14:11:07 +01:00
|
|
|
|
|
|
|
make oldconfig
|
|
|
|
|
2017-07-10 20:48:12 +02:00
|
|
|
OR
|
|
|
|
|
|
|
|
make olddefconfig
|
|
|
|
|
2014-12-26 14:11:07 +01:00
|
|
|
This will make sure that the configuration is up-to-date in the event that
|
|
|
|
it has lapsed behind the current NuttX development (see the paragraph
|
|
|
|
"Refreshing Configurations" above). But this only works with *new*
|
2017-07-10 20:48:12 +02:00
|
|
|
configuration files created with the kconfig-frontends tools.
|
|
|
|
|
|
|
|
Further, this step is *NOT* optional with the new, compressed defconfig
|
|
|
|
files. It is a necessary step that will also uncompress the defconfig
|
|
|
|
file, regenerating the .config and making it usable for NuttX builds.
|
2014-12-26 14:11:07 +01:00
|
|
|
|
|
|
|
Never do 'make oldconfig' (OR 'make menuconfig') on a configuration that
|
|
|
|
has not been converted to use the kconfig-frontends tools! This will
|
|
|
|
damage your configuration (see
|
|
|
|
http://www.nuttx.org/doku.php?id=wiki:howtos:convertconfig).
|
|
|
|
|
2012-12-23 18:32:41 +01:00
|
|
|
NuttX Configuration Tool under DOS
|
|
|
|
----------------------------------
|
2012-12-22 17:47:02 +01:00
|
|
|
|
2012-12-23 18:32:41 +01:00
|
|
|
Recent versions of NuttX support building NuttX from a native Windows
|
2013-01-10 01:45:11 +01:00
|
|
|
console window (see "Native Windows Build" below). But kconfig-frontends
|
2014-01-03 22:49:00 +01:00
|
|
|
is a Linux tool. At one time this was a problem for Windows users, but
|
|
|
|
now there is a specially modified version of the kconfig-frontends tools
|
|
|
|
that can be used:
|
|
|
|
http://uvc.de/posts/linux-kernel-configuration-tool-mconf-under-windows.html
|
2012-12-22 17:47:02 +01:00
|
|
|
|
2018-01-11 14:28:12 +01:00
|
|
|
The configuration steps most recent versions of NuttX require the
|
|
|
|
kconfig-tweak tool that is not not available in the the above. However,
|
|
|
|
there has been an update to this Kconfig Windows tools that does include
|
|
|
|
kconfig-tweak: http://reclonelabs.com/more-kconfig-awesomeness-for-windows/
|
|
|
|
|
|
|
|
Source code is available here: https://github.com/reclone/kconfig-frontends-win32
|
|
|
|
and https://github.com/reclone/kconfig-frontends-win32/releases
|
|
|
|
|
2014-01-03 22:49:00 +01:00
|
|
|
It is also possible to use the version of kconfig-frontends built
|
|
|
|
under Cygwin outside of the Cygwin "sandbox" in a native Windows
|
|
|
|
environment:
|
2012-12-22 17:47:02 +01:00
|
|
|
|
|
|
|
1. You can run the configuration tool using Cygwin. However, the
|
|
|
|
Cygwin Makefile.win will complain so to do this will, you have
|
|
|
|
to manually edit the .config file:
|
|
|
|
|
|
|
|
a. Delete the line: CONFIG_WINDOWS_NATIVE=y
|
|
|
|
b. Change the apps/ directory path, CONFIG_APPS_DIR to use Unix
|
|
|
|
style delimiters. For example, change "..\apps" to "../apps"
|
|
|
|
|
|
|
|
And of course, after you use the configuration tool you need to
|
|
|
|
restore CONFIG_WINDOWS_NATIVE=y and the correct CONFIG_APPS_DIR.
|
|
|
|
|
2013-08-27 17:40:19 +02:00
|
|
|
2) You can, with some effort, run the Cygwin kconfig-mconf tool
|
2013-01-10 01:45:11 +01:00
|
|
|
directly in the Windows console window. In this case, you do not
|
|
|
|
have to modify the .config file, but there are other complexities:
|
2012-12-22 17:47:02 +01:00
|
|
|
|
2017-07-08 14:55:50 +02:00
|
|
|
a. You need to temporarily set the Cygwin directories in the PATH
|
2013-01-09 13:55:13 +01:00
|
|
|
variable then run kconfig-mconf manually like:
|
2012-12-22 17:47:02 +01:00
|
|
|
|
2013-01-09 13:55:13 +01:00
|
|
|
kconfig-mconf Kconfig
|
2012-12-22 17:47:02 +01:00
|
|
|
|
2014-01-03 22:49:00 +01:00
|
|
|
There is a Windows batch file at tools/kconfig.bat that automates
|
2012-12-22 17:47:02 +01:00
|
|
|
these steps:
|
|
|
|
|
|
|
|
tools/kconfig menuconfig
|
|
|
|
|
|
|
|
b. There is an issue with accessing DOS environment variables from
|
2013-01-10 01:45:11 +01:00
|
|
|
the Cygwin kconfig-mconf running in the Windows console. The
|
2013-01-09 13:55:13 +01:00
|
|
|
following change to the top-level Kconfig file seems to work
|
|
|
|
around these problems:
|
2013-12-04 14:46:10 +01:00
|
|
|
|
2012-12-22 17:47:02 +01:00
|
|
|
config APPSDIR
|
|
|
|
string
|
|
|
|
- option env="APPSDIR"
|
|
|
|
+ default "../apps"
|
|
|
|
|
2010-11-06 22:48:13 +01:00
|
|
|
TOOLCHAINS
|
|
|
|
^^^^^^^^^^
|
|
|
|
|
|
|
|
Cross-Development Toolchains
|
2012-04-07 21:38:13 +02:00
|
|
|
----------------------------
|
2010-11-06 22:48:13 +01:00
|
|
|
|
|
|
|
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,
|
2019-08-09 00:23:55 +02:00
|
|
|
configuration, there is a README.txt file (at
|
|
|
|
boards/<arch-name>/<chip-name>/<board-name>/README.txt).
|
2010-11-06 22:48:13 +01:00
|
|
|
That README file contains suggestions and information about appropriate
|
|
|
|
tools and development environments for use with your board.
|
|
|
|
|
2017-04-26 18:28:37 +02:00
|
|
|
In any case, the PATH environment variable will need to be updated to
|
2017-07-08 14:55:50 +02:00
|
|
|
include the location where the build can find the toolchain binaries.
|
2010-11-06 22:48:13 +01:00
|
|
|
|
|
|
|
NuttX Buildroot Toolchain
|
2012-04-07 21:38:13 +02:00
|
|
|
-------------------------
|
2010-11-06 22:48:13 +01:00
|
|
|
|
|
|
|
For many configurations, a DIY set of tools is available for NuttX. These
|
2015-06-27 02:13:20 +02:00
|
|
|
tools can be downloaded from the NuttX Bitbucket.org file repository. After
|
2010-11-06 22:48:13 +01:00
|
|
|
unpacking the buildroot tarball, you can find instructions for building
|
2019-08-05 15:13:48 +02:00
|
|
|
the tools in the buildroot/boards/README.txt file.
|
2010-11-06 22:48:13 +01:00
|
|
|
|
2017-08-13 19:09:12 +02:00
|
|
|
Check the README.txt file in the configuration directory for your board
|
2010-11-06 22:48:13 +01:00
|
|
|
to see if you can use the buildroot toolchain with your board (this
|
2019-08-09 00:23:55 +02:00
|
|
|
README.txt file is located in
|
|
|
|
boards/<arch-name>/<chip-name>/<board-name>/README.txt).
|
2010-11-06 22:48:13 +01:00
|
|
|
|
|
|
|
This toolchain is available for both the Linux and Cygwin development
|
|
|
|
environments.
|
|
|
|
|
2012-04-07 21:38:13 +02:00
|
|
|
Advantages: (1) NuttX header files are built into the tool chain,
|
2014-04-24 20:44:30 +02:00
|
|
|
and (2) related support tools like NXFLAT tools, the ROMFS
|
|
|
|
genromfs tools, and the kconfig-frontends tools can be built into your
|
|
|
|
toolchain.
|
2012-04-07 21:38:13 +02:00
|
|
|
|
|
|
|
Disadvantages: This tool chain is not was well supported as some other
|
|
|
|
toolchains. GNU tools are not my priority and so the buildroot tools
|
2013-02-01 00:29:34 +01:00
|
|
|
often get behind. For example, until recently there was no EABI support
|
|
|
|
in the NuttX buildroot toolchain for ARM.
|
|
|
|
|
|
|
|
NOTE: For Cortex-M3/4, there are OABI and EABI versions of the buildroot
|
|
|
|
toolchains. If you are using the older OABI toolchain the prefix for
|
2014-10-15 18:57:04 +02:00
|
|
|
the tools will be arm-nuttx-elf-; for the EABI toolchain the prefix will
|
2013-02-01 00:29:34 +01:00
|
|
|
be arm-nuttx-eabi-. If you are using the older OABI toolchain with
|
|
|
|
an ARM Cortex-M3/4, you will need to set CONFIG_ARMV7M_OABI_TOOLCHAIN
|
|
|
|
in the .config file in order to pick the right tool prefix.
|
2012-04-07 21:38:13 +02:00
|
|
|
|
2013-02-01 15:53:38 +01:00
|
|
|
If the make system ever picks the wrong prefix for your toolchain, you
|
|
|
|
can always specify the prefix on the command to override the default
|
|
|
|
like:
|
|
|
|
|
|
|
|
make CROSSDEV=arm-nuttx-elf
|
|
|
|
|
2011-08-27 16:58:42 +02:00
|
|
|
SHELLS
|
|
|
|
^^^^^^
|
|
|
|
|
|
|
|
The NuttX build relies on some shell scripts. Some are inline in the
|
2014-04-24 20:44:30 +02:00
|
|
|
Makefiles and many are executable scripts in the tools/. directory. The
|
2011-08-27 16:58:42 +02:00
|
|
|
scripts were all developed using bash and many contain bash shell
|
|
|
|
dependencies.
|
|
|
|
|
|
|
|
Most of the scripts begin with #!/bin/bash to specifically select the
|
|
|
|
bash shell. Some still have #!/bin/sh but I haven't heard any complaints
|
|
|
|
so these must not have bash dependencies.
|
|
|
|
|
|
|
|
There are two shell issues that I have heard of:
|
|
|
|
|
|
|
|
1. Linux where /bin/sh refers to an incompatible shell (like ksh or csh).
|
|
|
|
|
2014-04-24 20:44:30 +02:00
|
|
|
In this case, bash is probably available and the #!/bin/bash at the
|
2011-08-27 16:58:42 +02:00
|
|
|
beginning of the file should do the job. If any scripts with #!/bin/sh
|
2014-10-28 02:16:45 +01:00
|
|
|
fail, try changing that to #!/bin/bash and let me know about the change.
|
2011-08-27 16:58:42 +02:00
|
|
|
|
|
|
|
2. FreeBSD with the Bourne Shell and no bash shell.
|
|
|
|
|
|
|
|
The other, reverse case has also been reported on FreeBSD setups that
|
|
|
|
have the Bourne shell, but not bash. In this base, #!/bin/bash fails
|
|
|
|
but #!/bin/sh works okay. My recommendation in this case is to create
|
|
|
|
a symbolic link at /bin/bash that refers to the Bourne shell.
|
|
|
|
|
|
|
|
There may still be issues, however, with certain the bash-centric scripts
|
|
|
|
that will require modifications.
|
|
|
|
|
2009-10-24 15:20:19 +02:00
|
|
|
BUILDING NUTTX
|
|
|
|
^^^^^^^^^^^^^^
|
|
|
|
|
2010-11-07 00:41:08 +01:00
|
|
|
Building
|
2012-04-07 21:38:13 +02:00
|
|
|
--------
|
2010-11-07 00:41:08 +01:00
|
|
|
|
|
|
|
NuttX builds in-place in the source tree. You do not need to create
|
|
|
|
any special build directories. Assuming that your Make.defs is setup
|
2017-04-26 18:28:37 +02:00
|
|
|
properly for your tool chain and that PATH environment variable contains
|
|
|
|
the path to where your cross-development tools are installed, the
|
|
|
|
following steps are all that are required to build NuttX:
|
2010-11-07 00:41:08 +01:00
|
|
|
|
2017-07-10 20:48:12 +02:00
|
|
|
cd{TOPDIR}
|
2010-11-07 00:41:08 +01:00
|
|
|
make
|
|
|
|
|
|
|
|
At least one configuration (eagle100) requires additional command line
|
2019-08-09 00:23:55 +02:00
|
|
|
arguments on the make command. Read
|
|
|
|
{TOPDIR}/boards/<arch-name>/<chip-name>/<board-name>/README.txt to see
|
|
|
|
if that applies to your target.
|
2010-11-07 00:41:08 +01:00
|
|
|
|
2013-12-04 14:46:10 +01:00
|
|
|
Re-building
|
2012-04-07 21:38:13 +02:00
|
|
|
-----------
|
2010-11-07 00:41:08 +01:00
|
|
|
|
|
|
|
Re-building is normally simple -- just type make again.
|
|
|
|
|
|
|
|
But there are some things that can "get you" when you use the Cygwin
|
|
|
|
development environment with Windows native tools. The native Windows
|
|
|
|
tools do not understand Cygwin's symbolic links, so the NuttX make system
|
|
|
|
does something weird: It copies the configuration directories instead of
|
|
|
|
linking to them (it could, perhaps, use the NTFS 'mklink' command, but it
|
|
|
|
doesn't).
|
|
|
|
|
|
|
|
A consequence of this is that you can easily get confused when you edit
|
|
|
|
a file in one of the linked (i.e., copied) directories, re-build NuttX,
|
|
|
|
and then not see your changes when you run the program. That is because
|
|
|
|
build is still using the version of the file in the copied directory, not
|
2016-04-24 23:33:59 +02:00
|
|
|
your modified file!
|
|
|
|
|
2017-07-08 14:55:50 +02:00
|
|
|
Older versions of NuttX did not support dependencies in this
|
2016-04-24 23:33:59 +02:00
|
|
|
configuration. So a simple work around this annoying behavior in this
|
|
|
|
case was the following when you re-build:
|
2013-12-04 14:46:10 +01:00
|
|
|
|
2010-11-07 00:41:08 +01:00
|
|
|
make clean_context all
|
2013-12-04 14:46:10 +01:00
|
|
|
|
2011-08-27 16:58:42 +02:00
|
|
|
This 'make' command will remove of the copied directories, re-copy them,
|
2010-11-07 00:41:08 +01:00
|
|
|
then make NuttX.
|
2009-10-24 15:20:19 +02:00
|
|
|
|
2016-04-24 23:33:59 +02:00
|
|
|
However, more recent versions of NuttX do support dependencies for the
|
|
|
|
Cygwin build. As a result, the above command will cause everything to be
|
2017-07-08 14:55:50 +02:00
|
|
|
rebuilt (because it removes and will cause recreating the
|
2016-04-24 23:33:59 +02:00
|
|
|
include/nuttx/config.h header file). A much less gracefully but still
|
|
|
|
effective command in this case is the following for the ARM configuration:
|
|
|
|
|
|
|
|
rm -rf arch/arm/src/chip arch/arm/src/board
|
|
|
|
|
|
|
|
This "kludge" simple removes the copied directories. These directories
|
|
|
|
will be re-created when you do a normal 'make' and your edits will then be
|
|
|
|
effective.
|
|
|
|
|
2012-09-18 16:06:57 +02:00
|
|
|
Build Targets and Options
|
|
|
|
-------------------------
|
2011-12-31 17:53:05 +01:00
|
|
|
|
2012-09-18 16:06:57 +02:00
|
|
|
Build Targets:
|
2011-12-31 17:53:05 +01:00
|
|
|
Below is a summary of the build targets available in the top-level
|
|
|
|
NuttX Makefile:
|
|
|
|
|
|
|
|
all
|
|
|
|
|
|
|
|
The default target builds the NuttX executable in the selected output
|
|
|
|
formats.
|
|
|
|
|
|
|
|
clean
|
|
|
|
|
|
|
|
Removes derived object files, archives, executables, and temporary
|
|
|
|
files, but retains the configuration and context files and directories.
|
|
|
|
|
|
|
|
distclean
|
|
|
|
|
2016-08-17 20:34:54 +02:00
|
|
|
Does 'clean' then also removes all configuration and context files.
|
|
|
|
This essentially restores the directory structure to its original,
|
|
|
|
unconfigured stated.
|
2011-12-31 17:53:05 +01:00
|
|
|
|
|
|
|
Application housekeeping targets. The APPDIR variable refers to the user
|
|
|
|
application directory. A sample apps/ directory is included with NuttX,
|
|
|
|
however, this is not treated as part of NuttX and may be replaced with a
|
|
|
|
different application directory. For the most part, the application
|
|
|
|
directory is treated like any other build directory in the Makefile script.
|
|
|
|
However, as a convenience, the following targets are included to support
|
|
|
|
housekeeping functions in the user application directory from the NuttX
|
|
|
|
build directory.
|
|
|
|
|
|
|
|
apps_clean
|
|
|
|
|
|
|
|
Perform the clean operation only in the user application directory
|
|
|
|
|
|
|
|
apps_distclean
|
|
|
|
|
|
|
|
Perform the distclean operation only in the user application directory.
|
|
|
|
The apps/.config file is preserved so that this is not a "full" distclean
|
2018-01-11 14:28:12 +01:00
|
|
|
but more of a configuration "reset" for the application directory.
|
2011-12-31 17:53:05 +01:00
|
|
|
|
|
|
|
export
|
|
|
|
|
|
|
|
The export target will package the NuttX libraries and header files into
|
|
|
|
an exportable package. Caveats: (1) These needs some extension for the KERNEL
|
|
|
|
build. (2) The logic in tools/mkexport.sh only supports GCC and, for example,
|
|
|
|
explicitly assumes that the archiver is 'ar'
|
|
|
|
|
|
|
|
download
|
|
|
|
|
|
|
|
This is a helper target that will rebuild NuttX and download it to the target
|
|
|
|
system in one step. The operation of this target depends completely upon
|
|
|
|
implementation of the DOWNLOAD command in the user Make.defs file. It will
|
|
|
|
generate an error an error if the DOWNLOAD command is not defined.
|
|
|
|
|
|
|
|
The following targets are used internally by the make logic but can be invoked
|
|
|
|
from the command under certain conditions if necessary.
|
|
|
|
|
|
|
|
depend
|
|
|
|
|
|
|
|
Create build dependencies. (NOTE: There is currently no support for build
|
|
|
|
dependencies under Cygwin using Windows-native toolchains.)
|
|
|
|
|
|
|
|
context
|
|
|
|
|
|
|
|
The context target is invoked on each target build to assure that NuttX is
|
|
|
|
properly configured. The basic configuration steps include creation of the
|
|
|
|
the config.h and version.h header files in the include/nuttx directory and
|
|
|
|
the establishment of symbolic links to configured directories.
|
|
|
|
|
2012-09-18 16:06:57 +02:00
|
|
|
clean_context
|
|
|
|
|
|
|
|
This is part of the distclean target. It removes all of the header files
|
|
|
|
and symbolic links created by the context target.
|
|
|
|
|
|
|
|
Build Options:
|
2014-04-24 20:44:30 +02:00
|
|
|
Of course, the value any make variable an be overridden from the make command
|
2012-09-18 16:06:57 +02:00
|
|
|
line. However, there is one particular variable assignment option that may
|
|
|
|
be useful to you:
|
|
|
|
|
|
|
|
V=1
|
2011-12-31 17:53:05 +01:00
|
|
|
|
2012-09-18 16:06:57 +02:00
|
|
|
This is the build "verbosity flag." If you specify V=1 on the make command
|
|
|
|
line, you will see the exact commands used in the build. This can be very
|
|
|
|
useful when adding new boards or tracking down compile time errors and
|
2012-09-18 20:32:31 +02:00
|
|
|
warnings (Contributed by Richard Cochran).
|
2011-12-31 17:53:05 +01:00
|
|
|
|
2012-11-11 19:36:28 +01:00
|
|
|
Native Windows Build
|
|
|
|
--------------------
|
|
|
|
|
2014-04-24 20:44:30 +02:00
|
|
|
The beginnings of a Windows native build are in place but still not often
|
2016-08-02 22:32:13 +02:00
|
|
|
used as of this writing. The build was functional but because of lack of
|
|
|
|
use may find some issues to be resolved with this build configuration.
|
2012-11-11 19:36:28 +01:00
|
|
|
|
2016-08-02 22:32:13 +02:00
|
|
|
The windows native build logic initiated if CONFIG_WINDOWS_NATIVE=y is
|
|
|
|
defined in the NuttX configuration file:
|
|
|
|
|
2012-11-11 19:36:28 +01:00
|
|
|
This build:
|
|
|
|
|
|
|
|
- Uses all Windows style paths
|
|
|
|
- Uses primarily Windows batch commands from cmd.exe, with
|
2012-12-15 17:03:45 +01:00
|
|
|
- A few extensions from GNUWin32
|
2012-11-11 19:36:28 +01:00
|
|
|
|
|
|
|
In this build, you cannot use a Cygwin or MSYS shell. Rather the build must
|
2013-01-10 01:45:11 +01:00
|
|
|
be performed in a Windows console window. Here is a better terminal than the
|
|
|
|
standard issue, CMD.exe terminal: ConEmu which can be downloaded from:
|
2016-06-06 20:53:03 +02:00
|
|
|
https://sourceforge.net/projects/conemu/ or https://conemu.github.io/ .
|
2012-11-11 19:36:28 +01:00
|
|
|
|
|
|
|
Build Tools. The build still relies on some Unix-like commands. I use
|
2016-06-06 20:53:03 +02:00
|
|
|
the GNUWin32 tools that can be downloaded from http://gnuwin32.sourceforge.net/
|
|
|
|
using the 'Download all' selection. Individual packages can be download
|
|
|
|
instead if you know what you are doing and want a faster download (No, I
|
|
|
|
can't tell you which packages you should or should not download).
|
2012-11-11 19:36:28 +01:00
|
|
|
|
2020-01-16 18:22:36 +01:00
|
|
|
NOTE: It should be possible to use Cygwin or MSYS2 in place of the GNUWin32
|
|
|
|
tools. There are, however, complexities in doing that because those tools
|
|
|
|
depend on the shell environment and use DLLs that are not found (at least
|
|
|
|
not without the correct setup).
|
|
|
|
|
2013-01-05 14:19:53 +01:00
|
|
|
Host Compiler: I use the MingGW GCC compiler which can be downloaded from
|
2012-11-11 19:36:28 +01:00
|
|
|
http://www.mingw.org/. If you are using GNUWin32, then it is recommended
|
|
|
|
the you not install the optional MSYS components as there may be conflicts.
|
|
|
|
|
2020-01-16 18:22:36 +01:00
|
|
|
Kconfig-frontends: See the section entitled "NuttX Configuration Tool
|
|
|
|
under DOS" for information about installing the kconfig-frontend tools to
|
|
|
|
run natively under Windows.
|
|
|
|
|
2012-12-23 18:32:41 +01:00
|
|
|
This capability should still be considered a work in progress because:
|
2013-12-04 14:46:10 +01:00
|
|
|
|
2016-06-06 20:53:03 +02:00
|
|
|
(1) It has not been verified on all targets and tools, and
|
|
|
|
(2) it still lacks some of the creature-comforts of the more mature
|
|
|
|
environments.
|
2013-01-04 22:37:31 +01:00
|
|
|
|
2012-11-14 00:05:48 +01:00
|
|
|
Installing GNUWin32
|
|
|
|
-------------------
|
|
|
|
|
2012-12-22 17:47:02 +01:00
|
|
|
The Windows native build will depend upon a few Unix-like tools that can be
|
|
|
|
provided either by MSYS or GNUWin32. The GNUWin32 are available from
|
|
|
|
http://gnuwin32.sourceforge.net/. GNUWin32 provides ports of tools with a
|
|
|
|
GPL or similar open source license to modern MS-Windows (Microsoft Windows
|
|
|
|
2000 / XP / 2003 / Vista / 2008 / 7). See
|
|
|
|
http://gnuwin32.sourceforge.net/packages.html for a list of all of the tools
|
|
|
|
available in the GNUWin32 package.
|
2012-11-14 00:05:48 +01:00
|
|
|
|
2012-12-22 17:47:02 +01:00
|
|
|
The SourceForge project is located here:
|
|
|
|
http://sourceforge.net/projects/gnuwin32/. The project is still being
|
|
|
|
actively supported (although some of the Windows ports have gotten very old).
|
2012-11-14 00:05:48 +01:00
|
|
|
|
2012-12-22 17:47:02 +01:00
|
|
|
Some commercial toolchains include a subset of the GNUWin32 tools in the
|
|
|
|
installation. My recommendation is that you download the GNUWin32 tools
|
|
|
|
directly from the sourceforge.net website so that you will know what you are
|
|
|
|
using and can reproduce your build environment.
|
2012-11-14 00:05:48 +01:00
|
|
|
|
2012-12-22 17:47:02 +01:00
|
|
|
GNUWin32 Installation Steps:
|
2012-11-14 00:05:48 +01:00
|
|
|
|
2012-12-22 17:47:02 +01:00
|
|
|
The following steps will download and execute the GNUWin32 installer.
|
2012-11-14 00:05:48 +01:00
|
|
|
|
2012-12-22 17:47:02 +01:00
|
|
|
1. Download GetGNUWin32-x.x.x.exe from
|
|
|
|
http://sourceforge.net/projects/getgnuwin32/files/. This is the
|
|
|
|
installer. The current version as of this writing is 0.6.3.
|
2012-11-14 00:05:48 +01:00
|
|
|
|
2012-12-22 17:47:02 +01:00
|
|
|
2. Run the installer.
|
2012-11-14 00:05:48 +01:00
|
|
|
|
2012-12-22 17:47:02 +01:00
|
|
|
3. Accept the license.
|
2012-11-14 00:05:48 +01:00
|
|
|
|
2012-12-22 17:47:02 +01:00
|
|
|
4. Select the installation directory. My recommendation is the
|
|
|
|
directory that contains this README file (<this-directory>).
|
2012-11-14 00:05:48 +01:00
|
|
|
|
2012-12-22 17:47:02 +01:00
|
|
|
5. After running GetGNUWin32-0.x.x.exe, you will have a new directory
|
|
|
|
<this-directory>/GetGNUWin32
|
2012-11-14 00:05:48 +01:00
|
|
|
|
2013-08-27 17:40:19 +02:00
|
|
|
Note that the GNUWin32 installer didn't install GNUWin32. Instead, it
|
2012-12-22 17:47:02 +01:00
|
|
|
installed another, smarter downloader. That downloader is the GNUWin32
|
|
|
|
package management tool developed by the Open SSL project.
|
2012-11-14 00:05:48 +01:00
|
|
|
|
2012-12-22 17:47:02 +01:00
|
|
|
The following steps probably should be performed from inside a DOS shell.
|
2012-11-14 00:05:48 +01:00
|
|
|
|
2012-12-22 17:47:02 +01:00
|
|
|
6. Change to the directory created by GetGNUWin32-x.x.x.exe
|
2012-11-14 00:05:48 +01:00
|
|
|
|
2012-12-22 17:47:02 +01:00
|
|
|
cd GetGNUWin32
|
2012-11-14 00:05:48 +01:00
|
|
|
|
2012-12-22 17:47:02 +01:00
|
|
|
7. Execute the download.bat script. The download.bat script will download
|
|
|
|
about 446 packages! Enough to have a very complete Linux-like environment
|
|
|
|
under the DOS shell. This will take awhile. This step only downloads
|
|
|
|
the packages and the next step will install the packages.
|
2012-11-14 00:05:48 +01:00
|
|
|
|
2012-12-22 17:47:02 +01:00
|
|
|
download
|
2012-11-14 00:05:48 +01:00
|
|
|
|
2012-12-22 17:47:02 +01:00
|
|
|
8. This step will install the downloaded packages. The argument of the
|
|
|
|
install.bat script is the installation location. C:\gnuwin32 is the
|
|
|
|
standard install location:
|
2012-11-14 00:05:48 +01:00
|
|
|
|
2012-12-22 17:47:02 +01:00
|
|
|
install C:\gnuwin32
|
2012-11-14 00:05:48 +01:00
|
|
|
|
2012-12-22 17:47:02 +01:00
|
|
|
NOTE: This installation step will install *all* GNUWin32 packages... far
|
|
|
|
more than you will ever need. If disc space is a problem for you, you might
|
|
|
|
need to perform a manual installation of the individual ZIP files that you
|
|
|
|
will find in the <this directory>/GetGNUWin32/packages directory.
|
2012-11-14 00:05:48 +01:00
|
|
|
|
2020-01-16 18:22:36 +01:00
|
|
|
9. Make sure that you add the GNUWin32 tools to your path variable:
|
|
|
|
|
|
|
|
set PATH=C:\gnuwin32\bin;%PATH%
|
|
|
|
|
2020-01-18 00:03:29 +01:00
|
|
|
WARNING: Make sure you have C:\MinGW\bin in your path before any other
|
|
|
|
directory that contains libiconv-2.dll. Apparently the as.exe in some
|
|
|
|
MinGW distributions are dependent on that DLL, and having an old
|
|
|
|
version of it in the path somewhere (for example GnuWin32 tools) will
|
|
|
|
cause as.exe to pick up the older version that doesn't have the entry
|
|
|
|
point it's looking for.
|
|
|
|
|
2010-10-08 14:33:31 +02:00
|
|
|
CYGWIN BUILD PROBLEMS
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2018-01-20 19:59:56 +01:00
|
|
|
Performance
|
|
|
|
-----------
|
|
|
|
|
|
|
|
Build performance under Cygwin is really not so bad, certainly not as good
|
|
|
|
as a Linux build. However, often you will find that the performance is
|
|
|
|
not just bad but terrible. If you are seeing awful performance.. like two
|
|
|
|
or three compilations per second.. the culprit is usually your Windows
|
|
|
|
Anti-Virus protection interfering with the build tool program execution.
|
|
|
|
|
|
|
|
I use Cygwin quite often and I use Windows Defender. In order to get good
|
|
|
|
build performance, I routinely keep the Windows Defender "Virus & Threat
|
|
|
|
Protections Settings" screen up: I disable "Real-Time Protection" just
|
|
|
|
before entering 'make' then turn "Real-Time Protection" back on when the
|
|
|
|
build completes. With this additional nuisance step, I find that build
|
|
|
|
performance under Cygwin is completely acceptable.
|
|
|
|
|
2011-12-31 17:53:05 +01:00
|
|
|
Strange Path Problems
|
2012-04-07 21:38:13 +02:00
|
|
|
---------------------
|
2011-12-31 17:53:05 +01:00
|
|
|
|
2012-09-18 16:06:57 +02:00
|
|
|
If you see strange behavior when building under Cygwin then you may have
|
|
|
|
a problem with your PATH variable. For example, if you see failures to
|
|
|
|
locate files that are clearly present, that may mean that you are using
|
|
|
|
the wrong version of a tool. For example, you may not be using Cygwin's
|
|
|
|
'make' program at /usr/bin/make. Try:
|
2010-10-08 14:33:31 +02:00
|
|
|
|
2017-07-10 20:48:12 +02:00
|
|
|
which make
|
2010-10-08 14:33:31 +02:00
|
|
|
/usr/bin/make
|
|
|
|
|
2012-09-18 16:06:57 +02:00
|
|
|
When you install some toolchains (such as Yargarto or CodeSourcery tools),
|
|
|
|
they may modify your PATH variable to include a path to their binaries.
|
2018-07-10 14:38:25 +02:00
|
|
|
At that location, they may have GNUWin32 versions of the tools. So you
|
2012-09-18 16:06:57 +02:00
|
|
|
might actually be using a version of make that does not understand Cygwin
|
|
|
|
paths.
|
2010-10-08 14:33:31 +02:00
|
|
|
|
2012-09-18 16:06:57 +02:00
|
|
|
The solution is either:
|
2010-10-08 14:33:31 +02:00
|
|
|
|
2012-09-18 16:06:57 +02:00
|
|
|
1. Edit your PATH to remove the path to the GNUWin32 tools, or
|
|
|
|
2. Put /usr/local/bin, /usr/bin, and /bin at the front of your path:
|
2010-10-08 14:33:31 +02:00
|
|
|
|
2017-07-10 20:48:12 +02:00
|
|
|
export PATH=/usr/local/bin:/usr/bin:/bin:$PATH
|
2010-10-08 14:33:31 +02:00
|
|
|
|
2011-12-31 17:53:05 +01:00
|
|
|
Window Native Toolchain Issues
|
2012-04-07 21:38:13 +02:00
|
|
|
------------------------------
|
2011-12-31 17:53:05 +01:00
|
|
|
|
|
|
|
There are many popular Windows native toolchains that may be used with NuttX.
|
|
|
|
Examples include CodeSourcery (for Windows), devkitARM, and several vendor-
|
2017-07-08 14:55:50 +02:00
|
|
|
provided toolchains. There are several limitations with using a and Windows
|
2011-12-31 17:53:05 +01:00
|
|
|
based toolchain in a Cygwin environment. The three biggest are:
|
|
|
|
|
|
|
|
1. The Windows toolchain cannot follow Cygwin paths. Path conversions are
|
|
|
|
performed automatically in the Cygwin makefiles using the 'cygpath' utility
|
|
|
|
but you might easily find some new path problems. If so, check out 'cygpath -w'
|
|
|
|
|
|
|
|
2. Windows toolchains cannot follow Cygwin symbolic links. Many symbolic links
|
|
|
|
are used in Nuttx (e.g., include/arch). The make system works around these
|
|
|
|
problems for the Windows tools by copying directories instead of linking them.
|
|
|
|
But this can also cause some confusion for you: For example, you may edit
|
|
|
|
a file in a "linked" directory and find that your changes had no effect.
|
|
|
|
That is because you are building the copy of the file in the "fake" symbolic
|
|
|
|
directory. If you use a Windows toolchain, you should get in the habit of
|
|
|
|
making like this:
|
|
|
|
|
|
|
|
make clean_context all
|
|
|
|
|
|
|
|
An alias in your .bashrc file might make that less painful. The rebuild
|
|
|
|
is not a long as you might think because there is no dependency checking
|
|
|
|
if you are using a native Windows toolchain. That bring us to #3:
|
|
|
|
|
|
|
|
General Pre-built Toolchain Issues
|
2018-01-20 19:59:56 +01:00
|
|
|
----------------------------------
|
2011-12-31 17:53:05 +01:00
|
|
|
|
|
|
|
To continue with the list of "Window Native Toolchain Issues" we can add
|
|
|
|
the following. These, however, are really just issues that you will have
|
|
|
|
if you use any pre-built toolchain (vs. building the NuttX toolchain from
|
|
|
|
the NuttX buildroot package):
|
|
|
|
|
|
|
|
There may be incompatibilities with header files, libraries, and compiler
|
2017-08-13 19:09:12 +02:00
|
|
|
built-in functions detailed below. For the most part, these issues
|
2011-12-31 17:53:05 +01:00
|
|
|
are handled in the existing make logic. But if you are breaking new ground,
|
2014-10-28 02:16:45 +01:00
|
|
|
then you may encounter these:
|
2011-12-31 17:53:05 +01:00
|
|
|
|
|
|
|
4. Header Files. Most pre-built toolchains will build with a foreign C
|
2013-12-04 14:46:10 +01:00
|
|
|
library (usually newlib, but maybe uClibc or glibc if you are using a
|
2011-12-31 17:53:05 +01:00
|
|
|
Linux toolchain). This means that the header files from the foreign
|
|
|
|
C library will be built into the toolchain. So if you "include <stdio.h>",
|
|
|
|
you will get the stdio.h from the incompatible, foreign C library and
|
|
|
|
not the nuttx stdio.h (at nuttx/include/stdio.h) that you wanted.
|
|
|
|
|
2017-08-13 19:09:12 +02:00
|
|
|
This can cause confusion in the builds and you must always be
|
2011-12-31 17:53:05 +01:00
|
|
|
sure the -nostdinc is included in the CFLAGS. That will assure that
|
2013-12-04 14:46:10 +01:00
|
|
|
you take the include files only from
|
2011-12-31 17:53:05 +01:00
|
|
|
|
|
|
|
5. Libraries. What was said above header files applies to libraries.
|
|
|
|
You do not want to include code from the libraries of any foreign
|
|
|
|
C libraries built into your toolchain. If this happens you will get
|
2014-10-15 18:57:04 +02:00
|
|
|
perplexing errors about undefined symbols. To avoid these errors,
|
2011-12-31 17:53:05 +01:00
|
|
|
you will need to add -nostdlib to your CFLAGS flags to assure that
|
|
|
|
you only take code from the NuttX libraries.
|
|
|
|
|
|
|
|
This, however, may causes other issues for libraries in the toolchain
|
|
|
|
that you do want (like libgcc.a or libm.a). These are special-cased
|
|
|
|
in most Makefiles, but you could still run into issues of missing
|
|
|
|
libraries.
|
|
|
|
|
|
|
|
6. Built-Ins. Some compilers target a particular operating system.
|
|
|
|
Many people would, for example, like to use the same toolchain to
|
|
|
|
develop Linux and NuttX software. Compilers built for other
|
|
|
|
operating systems may generate incompatible built-in logic and,
|
|
|
|
for this reason, -fno-builtin should also be included in your
|
|
|
|
C flags
|
|
|
|
|
|
|
|
And finally you may not be able to use NXFLAT.
|
|
|
|
|
|
|
|
7. NXFLAT. If you use a pre-built toolchain, you will lose all support
|
2012-09-18 16:06:57 +02:00
|
|
|
for NXFLAT. NXFLAT is a binary format described in
|
2011-12-31 17:53:05 +01:00
|
|
|
Documentation/NuttXNxFlat.html. It may be possible to build
|
|
|
|
standalone versions of the NXFLAT tools; there are a few examples
|
2015-06-28 09:54:25 +02:00
|
|
|
of this in the buildroot repository at https://bitbucket.org/nuttx/buildroot
|
|
|
|
However, it is possible that there could be interoperability issues
|
|
|
|
with your toolchain since they will be using different versions of
|
2014-10-15 18:57:04 +02:00
|
|
|
binutils and possibly different ABIs.
|
2011-12-31 17:53:05 +01:00
|
|
|
|
2014-10-28 02:16:45 +01:00
|
|
|
Building Original Linux Boards in Cygwin
|
2018-01-20 19:59:56 +01:00
|
|
|
----------------------------------------
|
2014-10-28 02:16:45 +01:00
|
|
|
|
|
|
|
Some default board configurations are set to build under Linux and others
|
|
|
|
to build under Windows with Cygwin. Various default toolchains may also
|
|
|
|
be used in each configuration. It is possible to change the default
|
|
|
|
setup. Here, for example, is what you must do in order to compile a
|
|
|
|
default Linux configuration in the Cygwin environment using the
|
2017-07-08 14:55:50 +02:00
|
|
|
CodeSourcery for Windows toolchain. After instantiating a "canned"
|
2014-10-28 02:16:45 +01:00
|
|
|
NuttX configuration, run the target 'menuconfig' and set the following
|
|
|
|
items:
|
|
|
|
|
|
|
|
Build Setup->Build Host Platform->Windows
|
|
|
|
Build Setup->Windows Build Environment->Cygwin
|
|
|
|
System Type->Toolchain Selection->CodeSourcery GNU Toolchain under Windows
|
|
|
|
|
|
|
|
In Windows 7 it may be required to open the Cygwin shell as Administrator
|
|
|
|
("Run As" option, right button) you find errors like "Permission denied".
|
|
|
|
|
|
|
|
Recovering from Bad Configurations
|
2018-01-20 19:59:56 +01:00
|
|
|
----------------------------------
|
2014-10-28 02:16:45 +01:00
|
|
|
|
|
|
|
Many people make the mistake of configuring NuttX with the "canned"
|
|
|
|
configuration and then just typing 'make' with disastrous consequences;
|
|
|
|
the build may fail with mysterious, uninterpretable, and irrecoverable
|
|
|
|
build errors. If, for example, you do this with an unmodified Linux
|
|
|
|
configuration in a Windows/Cgwin environment, you will corrupt the
|
|
|
|
build environment. The environment will be corrupted because of POSIX vs
|
|
|
|
Windows path issues and with issues related to symbolic links. If you
|
|
|
|
make the mistake of doing this, the easiest way to recover is to just
|
|
|
|
start over: Do 'make distclean' to remove every trace of the corrupted
|
|
|
|
configuration, reconfigure from scratch, and make certain that the set
|
|
|
|
the configuration correctly for your platform before attempting to make
|
|
|
|
again.
|
|
|
|
|
|
|
|
Just fixing the configuration file after you have instantiated the bad
|
|
|
|
configuration with 'make' is not enough.
|
|
|
|
|
2009-10-24 15:20:19 +02:00
|
|
|
DOCUMENTATION
|
|
|
|
^^^^^^^^^^^^^
|
|
|
|
|
2009-10-14 23:54:31 +02:00
|
|
|
Additional information can be found in the Documentation/ directory and
|
2009-10-24 15:20:19 +02:00
|
|
|
also in README files that are scattered throughout the source tree. The
|
|
|
|
documentation is in HTML and can be access by loading the following file
|
|
|
|
into your Web browser:
|
|
|
|
|
|
|
|
Documentation/index.html
|
|
|
|
|
|
|
|
NuttX documentation is also available online at http://www.nuttx.org.
|
|
|
|
|
|
|
|
Below is a guide to the available README files in the NuttX source tree:
|
2009-10-14 23:54:31 +02:00
|
|
|
|
2015-06-30 02:19:36 +02:00
|
|
|
nuttx/
|
2009-10-14 23:54:31 +02:00
|
|
|
|
|
|
|
|
|- arch/
|
|
|
|
| |
|
2011-08-27 16:58:42 +02:00
|
|
|
| |- arm/
|
2009-10-14 23:54:31 +02:00
|
|
|
| | `- src
|
2019-06-03 15:31:17 +02:00
|
|
|
| | |- common
|
|
|
|
| | | `- README_lwl_console.txt
|
|
|
|
| | |- lpc214x
|
|
|
|
| | | `-README.txt
|
|
|
|
| | `- stm32l4
|
|
|
|
| | `- README.txt
|
2016-08-06 21:33:41 +02:00
|
|
|
| |- renesas/
|
2009-10-14 23:54:31 +02:00
|
|
|
| | |- include/
|
|
|
|
| | | `-README.txt
|
|
|
|
| | |- src/
|
|
|
|
| | | `-README.txt
|
2011-03-05 21:05:01 +01:00
|
|
|
| |- x86/
|
|
|
|
| | |- include/
|
|
|
|
| | | `-README.txt
|
|
|
|
| | `- src/
|
|
|
|
| | `-README.txt
|
2009-10-14 23:54:31 +02:00
|
|
|
| `- z80/
|
|
|
|
| | `- src/
|
2012-12-10 19:40:01 +01:00
|
|
|
| | |- z80/README.txt
|
2012-12-11 19:04:04 +01:00
|
|
|
| | `- z180/README.txt, z180_mmu.txt
|
2009-10-14 23:54:31 +02:00
|
|
|
| `- README.txt
|
2013-10-27 14:45:54 +01:00
|
|
|
|- audio/
|
|
|
|
| `-README.txt
|
2019-08-05 15:13:48 +02:00
|
|
|
|- boards/
|
2019-08-09 00:23:55 +02:00
|
|
|
| |- 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
|
2019-08-30 15:53:47 +02:00
|
|
|
| | | |- lx_cpu/
|
|
|
|
| | | | `- README.txt
|
2019-08-09 00:23:55 +02:00
|
|
|
| | | |- 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
|
2019-08-14 16:47:35 +02:00
|
|
|
| | |- s32k1xx/
|
2019-08-19 17:14:14 +02:00
|
|
|
| | | |- s32k118evb/
|
|
|
|
| | | | `- README.txt
|
2019-08-21 01:02:29 +02:00
|
|
|
| | | |- s32k146evb/
|
|
|
|
| | | | `- README.txt
|
|
|
|
| | | `- s32k148evb/
|
2019-08-14 16:47:35 +02:00
|
|
|
| | | `- README.txt
|
2019-08-09 00:23:55 +02:00
|
|
|
| | |- 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/
|
2019-09-22 18:43:36 +02:00
|
|
|
| | | |- arduino-m0/
|
|
|
|
| | | | `- README.txt
|
2019-08-09 00:23:55 +02:00
|
|
|
| | | |- 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
|
2019-09-21 14:55:46 +02:00
|
|
|
| | | |- nucleo-g070rb/
|
|
|
|
| | | | `- README.txt
|
2019-08-09 00:23:55 +02:00
|
|
|
| | | |- 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/
|
2020-01-22 21:11:27 +01:00
|
|
|
| | `- m9s12/
|
2019-08-09 00:23:55 +02:00
|
|
|
| | |- 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
|
2016-11-05 00:19:42 +01:00
|
|
|
| |- misoc/
|
2019-08-09 00:23:55 +02:00
|
|
|
| | `- lm32/
|
|
|
|
| | `- misoc/
|
|
|
|
| | `- README.txt
|
|
|
|
| |- or1k/
|
|
|
|
| | `- mor1kx/
|
|
|
|
| | `- or1k/
|
|
|
|
| | `- README.txt
|
|
|
|
| |- renesas/
|
2020-01-22 21:34:28 +01:00
|
|
|
| | |- m16c/
|
2019-08-09 00:23:55 +02:00
|
|
|
| | | `- skp16c26/
|
|
|
|
| | | `- README.txt
|
|
|
|
| | `-sh7032/
|
|
|
|
| | `- us7032evb1/
|
|
|
|
| | `- README.txt
|
|
|
|
| |- risc-v/
|
|
|
|
| | |- gap8/
|
|
|
|
| | | `- gapuino/
|
|
|
|
| | | `- README.txt
|
|
|
|
| | `-nr5m100/
|
|
|
|
| | `- nr5m100-nexys4/
|
|
|
|
| | `- README.txt
|
2009-10-14 23:54:31 +02:00
|
|
|
| |- sim/
|
2019-08-09 00:23:55 +02:00
|
|
|
| | `- 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
|
2009-10-18 15:52:21 +02:00
|
|
|
|- drivers/
|
2014-11-27 16:14:00 +01:00
|
|
|
| |- eeprom/
|
|
|
|
| | `- README.txt
|
2011-12-24 14:46:06 +01:00
|
|
|
| |- lcd/
|
2016-05-25 16:06:32 +02:00
|
|
|
| | | README.txt
|
|
|
|
| | `- pcf8574_lcd_backpack_readme.txt
|
2013-12-04 14:46:10 +01:00
|
|
|
| |- mtd/
|
|
|
|
| | `- README.txt
|
2014-12-16 21:58:25 +01:00
|
|
|
| |- sensors/
|
|
|
|
| | `- README.txt
|
2012-08-02 02:42:46 +02:00
|
|
|
| |- syslog/
|
|
|
|
| | `- README.txt
|
2009-10-18 15:52:21 +02:00
|
|
|
| `- README.txt
|
2011-04-30 19:41:08 +02:00
|
|
|
|- fs/
|
2013-11-13 23:40:03 +01:00
|
|
|
| |- binfs/
|
|
|
|
| | `- README.txt
|
2018-03-22 14:44:37 +01:00
|
|
|
| |- cromfs/
|
|
|
|
| | `- README.txt
|
2011-05-08 16:42:42 +02:00
|
|
|
| |- mmap/
|
|
|
|
| | `- README.txt
|
2013-11-13 22:59:14 +01:00
|
|
|
| |- nxffs/
|
|
|
|
| | `- README.txt
|
2013-11-23 13:44:17 +01:00
|
|
|
| |- smartfs/
|
|
|
|
| | `- README.txt
|
2015-06-05 21:18:06 +02:00
|
|
|
| |- procfs/
|
|
|
|
| | `- README.txt
|
This commit brings in an inital port of the SPIFFS flash file system into NuttX. The file system is still untested at this point (and subject to some additional review). It is, however, marked EXPERIMENTAL should this should not cause a problem for anyone.
Squashed commit of the following:
fs/spiffs: Fix last compilation issue. Now compiles without error. It is still not quite ready for testing as there is additional code review that must be be performed. It is now marked as EXPERIMENTAL so that it can be brought onto the master branch with little risk.
fs/spiffs: Remove some dead code.
fs/spiffs: Weak start of analysis of spiffs_nucleus.c. Renamed to spiffs_core.c
fs/spiffs: Rename spiffs_nucleus.c to spiffs_core.c
fs/spiffs: Remove spiffs_config.h. All configuration settings are now available in the SPIFFS Kconfig options.
fs/spiffs: Finished review, update, and repartitioning of spiffs_check.c. Added spiffs_check.h.
fs/spiffs: Finished review, update, and repartitioning of spiffs_cache.c. Added spiffs_cache.h.
fs/spiffs: Clean up some defines used in debug output statements.
fs/spiffs: Finished review, update, and repartitioning of spiffs_gc.c. Added spiffs_gc.h.
fs/spiffs: Now that VFS interface is completed, I have begun the long march of repartitioning the remaining functionality, reviewing logic, identifying dead code, and cleaning up loose ends.
fs/spiffs: Initial integration of MTD interface, replacing the SPIFFS native flash interface. Lots of open issues such as the use of pages vs. blocks vs. erase blocks and units of addresses, offsets, and lengths that are passed in function calls. Remove SPIFFS_USE_MAGIC support. That option (which default to OFF anyway), wrote a magic value at the beginning of every sector and support verifiable identification of the file system. It was not being and used and removing it makes life simpler.
fs/spiffs: Remove semaphore lock on the file object structure. Ultimately, the file access must modify the volume and access the volume structue which also has a exclusivity lock. So use of the volume lock alone should be sufficient.
Integrated the SPIFFS rename logic into the NuttX VFS. Removed non-standard application calls or convert them to IOCTL commands. These were converted to IOCTL commands: (1) integrity check, (2) garbage collection, and (3) format flash. These were removed: (1) Integrity check callback. These provided a lot of good information about the state of the file system, but such callbacks are not compatible with a POSIX compliant file system. (2) Index maps. The index maps were a performance improvement feature. The user could provide the memory and request that a region of a a file use that memory for improved lookup performance when accessing parts of the file. The fallback is the less performance lookup by traversing the FLASH memory. (3) Removed the quick garbage collection interface (the code is still used internally). Only the full garbage collection is available to the user application via IOCTL.
configs/sim/spiffs: A simulator configuration to use for testing SPIFFS.
fs/spiffs: Integrate SPIFFS logic into NuttX VFS bind() and unbind() methods.
fs/mount/fs_mount.c: Add SPIFFS to the list of drivers that require MTD vs block drivers.
fs/spiffs: Trivial changes, mostly from analysis of how to integrate the rename() VFS method.
fs/spiffs: Connect NuttX VFS unlink method to the SPIFFS_remove() function. Lots of name-changing.
fs/spiffs: Remove non-standard errno support. Remove bogus SPIFFS_LOCK() and SPIFFS_UNLOCK() macros.
fs/spiffs: Add NuttX VFS implementation for statfs() method. Clean up some of the accumulating compilation problems.
fs/spiffs: Add stat(), truncate() methods. Dummy out unsupport mkdir() and rmdir() methods.
fs/spiffs: Replace some of the custom error numbers with standard error numbers.
fs/spiffs: Hooks read(), write(), fstat(), ioctl(), opendir(), closedir(), rewindif(), and readdir() into the NuttX VFS.
fs/spiffs: Beginning the organization to work with the NuttX VFS. Lots of things are get broken!
fs/spiffs: Add spiffs.c which will be the interface between SPIFFS and NuttX. No very close at present, however.
fs/spiffs: Clean up some compile problems introduced by coding standard changes.
fs/spiffs: A little closer to NuttX coding standard.
fs/spiffs: Ran tools/indent.sh against all files. Closer to NuttX coding standard, but needs a lot more effort to be fully compliant.
fs/spiffs: This commit brings in version 0.3.7 of Peter Anderson's SPIFFS. The initial commit includes the core FS files (with some definitions destributed to their correct header files) and hooks into the build system.
2018-09-25 02:05:09 +02:00
|
|
|
| |- spiffs/
|
|
|
|
| | `- README.md
|
2015-06-05 21:18:06 +02:00
|
|
|
| `- unionfs/
|
2011-04-30 19:41:08 +02:00
|
|
|
| `- README.txt
|
2009-10-14 23:54:31 +02:00
|
|
|
|- graphics/
|
|
|
|
| `- README.txt
|
2018-05-29 21:44:12 +02:00
|
|
|
|- libs/
|
|
|
|
| |- README.txt
|
|
|
|
| |- libc/
|
|
|
|
| | |- zoneinfo
|
|
|
|
| | | `- README.txt
|
2016-06-30 23:40:37 +02:00
|
|
|
| | `- README.txt
|
2018-05-30 14:49:48 +02:00
|
|
|
| |- libdsp/
|
|
|
|
| | `- README.txt
|
2018-05-29 21:44:12 +02:00
|
|
|
| |- libnx/
|
|
|
|
| | |- nxfongs
|
|
|
|
| | | `- README.txt
|
2017-11-18 18:09:54 +01:00
|
|
|
| | `- README.txt
|
2018-05-29 21:44:12 +02:00
|
|
|
| |- libxx/
|
2009-10-14 23:54:31 +02:00
|
|
|
| `- README.txt
|
2012-09-13 02:34:43 +02:00
|
|
|
|- mm/
|
2014-09-23 15:11:47 +02:00
|
|
|
| |- shm/
|
|
|
|
| | `- README.txt
|
2012-09-13 02:34:43 +02:00
|
|
|
| `- README.txt
|
2014-06-27 23:18:18 +02:00
|
|
|
|- net/
|
2017-04-08 15:30:20 +02:00
|
|
|
| |- sixlowpan
|
|
|
|
| | `- README.txt
|
2014-06-27 23:18:18 +02:00
|
|
|
| `- README.txt
|
2018-08-07 16:30:17 +02:00
|
|
|
|- pass1/
|
|
|
|
| `- README.txt
|
2011-04-02 17:25:22 +02:00
|
|
|
|- syscall/
|
|
|
|
| `- README.txt
|
2010-04-14 03:17:42 +02:00
|
|
|
`- tools/
|
|
|
|
`- README.txt
|
2011-08-27 16:58:42 +02:00
|
|
|
|
2015-06-30 02:19:36 +02:00
|
|
|
Below is a guide to the available README files in the semi-optional apps/
|
|
|
|
source tree:
|
|
|
|
|
|
|
|
apps/
|
2011-08-27 16:58:42 +02:00
|
|
|
|- examples/
|
2014-11-07 22:03:03 +01:00
|
|
|
| |- bastest/README.txt
|
2012-10-27 20:21:26 +02:00
|
|
|
| |- json/README.txt
|
2011-08-27 16:58:42 +02:00
|
|
|
| |- pashello/README.txt
|
|
|
|
| `- README.txt
|
2016-02-20 17:21:08 +01:00
|
|
|
|- gpsutils/
|
|
|
|
| `- minmea/README.txt
|
2011-09-22 16:53:15 +02:00
|
|
|
|- graphics/
|
2016-11-14 23:41:37 +01:00
|
|
|
| |- tiff/README.txt
|
|
|
|
| `- traveler/tools/tcledit/README.txt
|
2011-08-27 16:58:42 +02:00
|
|
|
|- interpreters/
|
2018-08-18 17:14:59 +02:00
|
|
|
| |- bas/
|
2014-11-04 19:07:18 +01:00
|
|
|
| | `- README.txt
|
2018-08-18 17:14:59 +02:00
|
|
|
| |- ficl/
|
2011-08-27 16:58:42 +02:00
|
|
|
| | `- README.txt
|
|
|
|
| `- README.txt
|
2012-07-21 16:56:21 +02:00
|
|
|
|- modbus/
|
|
|
|
| `- README.txt
|
2011-08-27 16:58:42 +02:00
|
|
|
|- netutils/
|
2018-08-18 17:14:59 +02:00
|
|
|
| |- discover/
|
2012-09-12 20:42:07 +02:00
|
|
|
| | `- README.txt
|
2018-08-18 17:14:59 +02:00
|
|
|
| |- ftpc/
|
2011-08-27 16:58:42 +02:00
|
|
|
| | `- README.txt
|
2018-08-18 17:14:59 +02:00
|
|
|
| |- json/
|
2012-10-27 20:21:26 +02:00
|
|
|
| | `- README.txt
|
2018-08-18 17:14:59 +02:00
|
|
|
| |- telnetd/
|
2011-08-27 16:58:42 +02:00
|
|
|
| | `- README.txt
|
|
|
|
| `- README.txt
|
|
|
|
|- nshlib/
|
|
|
|
| `- README.txt
|
2012-09-26 01:36:27 +02:00
|
|
|
|- NxWidgets/
|
|
|
|
| `- README.txt
|
2011-08-27 16:58:42 +02:00
|
|
|
|- system/
|
2018-08-18 17:14:59 +02:00
|
|
|
| |- cdcacm/
|
2013-09-26 01:23:03 +02:00
|
|
|
| | `- README.txt
|
2018-08-18 17:14:59 +02:00
|
|
|
| |- i2c/
|
2012-10-04 02:11:05 +02:00
|
|
|
| | `- README.txt
|
2018-08-18 17:14:59 +02:00
|
|
|
| |- inifile/
|
2014-01-16 16:25:15 +01:00
|
|
|
| | `- README.txt
|
2018-08-18 17:14:59 +02:00
|
|
|
| |- install/
|
2013-07-15 20:33:35 +02:00
|
|
|
| | `- README.txt
|
2018-08-18 17:14:59 +02:00
|
|
|
| |- nsh/
|
|
|
|
| | `- README.txt
|
|
|
|
| |- nxplayer/
|
2013-10-27 14:45:54 +01:00
|
|
|
| | `- README.txt
|
2019-02-19 00:54:28 +01:00
|
|
|
| |- psmq/
|
|
|
|
| | `- README.txt
|
2015-08-23 19:33:29 +02:00
|
|
|
| |- symtab/
|
|
|
|
| | `- README.txt
|
2019-01-05 20:29:15 +01:00
|
|
|
| |- termcurses/
|
|
|
|
| | `- README.txt
|
2018-08-18 17:14:59 +02:00
|
|
|
| |- usbmsc/
|
2013-09-26 00:54:39 +02:00
|
|
|
| | `- README.txt
|
2018-08-18 17:14:59 +02:00
|
|
|
| `- zmodem/
|
2011-08-27 16:58:42 +02:00
|
|
|
| `- README.txt
|
2018-04-21 20:26:26 +02:00
|
|
|
`- wireless
|
2018-08-18 17:14:59 +02:00
|
|
|
|- bluetooth/
|
|
|
|
| `- btsak/
|
2018-04-21 20:26:26 +02:00
|
|
|
| `- README.txt
|
|
|
|
`- ieee802154
|
2018-08-18 17:14:59 +02:00
|
|
|
`- i8sak/
|
2018-04-21 20:26:26 +02:00
|
|
|
`- README.txt
|
2012-11-09 15:54:29 +01:00
|
|
|
|
2015-06-30 02:19:36 +02:00
|
|
|
Additional README.txt files in the other, related repositories:
|
|
|
|
|
|
|
|
NxWidgets/
|
2012-11-09 15:54:29 +01:00
|
|
|
|- Doxygen
|
|
|
|
| `- README.txt
|
|
|
|
|- tools
|
|
|
|
| `- README.txt
|
|
|
|
|- UnitTests
|
|
|
|
| `- README.txt
|
|
|
|
`- README.txt
|
2015-06-30 02:19:36 +02:00
|
|
|
|
|
|
|
buildroot/
|
|
|
|
`- README.txt
|
|
|
|
|
|
|
|
tools/
|
|
|
|
`- README.txt
|
|
|
|
|
|
|
|
uClibc++/
|
|
|
|
`- README.txt
|
|
|
|
|