This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx-apps
Watch
1
Star
0
Fork
0
You've already forked nuttx-apps
Code
Issues
Pull Requests
Releases
Wiki
Activity
296f5839ab
nuttx-apps
/
tools
History
Gregory Nutt
296f5839ab
apps/tools: Forgot to include a file with last commit.
2018-07-17 11:26:47 -06:00
..
incdir.sh
apps/tools: Forgot to include a file with last commit.
2018-07-17 11:26:47 -06:00
mkimport.sh
Add the .config file to the export package
2014-09-05 07:37:44 -06:00
mkkconfig.bat
Windows build fixes: tools/mkkconfig.bat - switch APPSDIR path to use forward slashes for kconfig-frontends. interpreters/ficl - Reorder some targets that causes GNUwin32 make to behave badly.
2017-07-06 14:07:17 -06:00
mkkconfig.sh
Recursive Kconfig autogeneration
2016-06-02 16:34:00 +02:00
mkromfsimg.sh
Add a script to create a boot ROMFS image
2014-09-09 12:45:23 -06:00
mksymtab.sh
apps Makesystem: Fix an error when building apps/ withtout nuttx/, using only the NuttX export package only and assuming that the nuttx/ directory in not even present. In this case, the problem fixed where the apps/Make.defs file was selecting tools from the /tools directory which does not exist because TOPDIR=apps/import. Instead, for this build case, I have not thought of any option but to duplicate scripts as necessary in the apps/tools directory. Also added a top-level target to compile the symbol table. Misc fixes: quoting in scripts, some errors in script syntax.
2018-07-17 10:42:15 -06:00