Gregory Nutt
f7895ef681
apps/examples/fstest: Add configuration option to customize stack size. Detect when the media is full and stop writing files. Report total file size.
2018-09-29 11:52:39 -06:00
Gregory Nutt
6aacb3e03f
apps/examples/fstest: Fix coding error in last commit.
2018-09-29 07:47:46 -06:00
Gregory Nutt
8b632d42b5
apps/examples/fstest: Ignore EINTR errors while reading or writing.
2018-09-29 07:42:37 -06:00
Gregory Nutt
4e6b356123
apps/examples/fstest/Kconfig: SPIFFS GC and integrity check option interferes SPIFFS. Appears to corrupt the file system. Now marked EXPERIMENTAL.
2018-09-28 20:07:40 -06:00
Gregory Nutt
a1be83cda9
apps/examples/fstest: Add logic to dump logic content of SPIFFS
2018-09-28 11:27:01 -06:00
Gregory Nutt
3abd6f2ac8
apps/examples/fstest: Fix a situation where a file system under test could cause the fstest to get stuck in an infinit loop.
2018-09-27 19:34:32 -06:00
Gregory Nutt
65d6e8871c
apps/examples/fstest: Call statfs() and show state of file system on each loop.
2018-09-27 17:01:10 -06:00
Gregory Nutt
3ba19b0d9a
examples/fstest: For SPIFFS, add garbage collection and file system integrity IOCTL calls. This was to avoid running out of FLASH space while running the fstest (ENOSPC=28). However, it does not work.. still runs out of memory.
2018-09-27 12:28:33 -06:00
Gregory Nutt
4bbfdbb9fa
nshlib/, examples/: Update to show newer file system object types returned by stat().
2018-09-22 13:24:24 -06:00
Eunbong Song
525e52ff70
apps/examples/adc/Kconfig: CONFIG_BOARDCTL_ADCTEST does not exist anymore and should removed as a dependency.
2018-09-18 07:28:34 -06:00
Eunbong Song
2985d3f42b
apps/nshlib: Correct maximum number of arguments that can be provided to the mksmartfs command.
2018-09-18 07:24:24 -06:00
Gregory Nutt
6cf53e69a4
Fix missing dates in Copyright.
2018-09-17 08:23:42 -06:00
Gregory Nutt
c558fce8ad
This commit moves the NxWidgets include directories into the correct position in the apps/ source tree.
...
Squashed commit of the following:
Clean-up some include path problems introduced with the previous set of changes.
app/include/graphics, apps/NxWidgets/UnitTests: Update include paths for file in new location.
apps/NxWidgets/nxwidgets and nxwm: Update include paths for file in new location.
apps/graphics/NxWidgets: Move nxwidgets and nxwm include/ directories to apps/include/graphics
2018-09-16 17:23:45 -06:00
Gregory Nutt
2a19aab1a5
Eliminate some warnings found in build testing.
2018-09-16 10:11:51 -06:00
Gregory Nutt
cd06134557
graphics/NxWidgets: Fix some issues foundin build testing.
2018-09-16 09:25:32 -06:00
Gregory Nutt
2de0a78202
apps/graphics/NxWidgets: Hooking into build system.
2018-09-16 06:52:25 -06:00
Gregory Nutt
17b69f1515
Directory.mk: If the current directory contains a Kconfig file and MENUDESC is not defined, then Directory.mk must not trash the Kconfig in the current directory.
2018-09-16 06:15:37 -06:00
Gregory Nutt
dfb8359308
apps/graphics/NxWidgets/UnitTests/Makefile: Forget to add file before last commit
2018-09-16 06:00:32 -06:00
Gregory Nutt
07709a11c8
apps/graphics/NxWidgets/UnitTests: Add Unit Test configuration and build logic.
2018-09-15 18:22:56 -06:00
Gregory Nutt
52ac68da04
app/graphics/NxWidgets: Fix-up paths in idempotence definitions of header files.
2018-09-15 16:50:46 -06:00
Gregory Nutt
cb20ed53f3
apps/graphics/NxWidgets: Fix file paths in file headers. Remove some duplicate tools.
2018-09-15 16:46:29 -06:00
Gregory Nutt
76c6c12517
apps/graphics/NxWidgets: Some progress integrating configuration/build system
2018-09-15 16:38:39 -06:00
Gregory Nutt
68877ca48c
Merge remote-tracking branch 'apps/NxWidgets'
2018-09-15 15:58:43 -06:00
Gregory Nutt
57bcfdb987
graphics/NxWidgets/.gitignore: Add file lost in the merge
2018-09-15 15:53:29 -06:00
Gregory Nutt
f871cd0911
Move NxWidgets files into graphics/NxWidgets
2018-09-15 15:50:16 -06:00
Gregory Nutt
8bf5ea442f
Merge remote-tracking branch 'NxWidgets/master'
2018-09-15 15:47:37 -06:00
Gregory Nutt
2f4981da2e
Dummy commit
2018-09-15 15:44:02 -06:00
Gregory Nutt
ec79a44696
Remove old NxWidgets files
2018-09-15 15:38:55 -06:00
Gregory Nutt
42e99d59ce
Correct some network-related configuration variable names. All *_MTU defines were changes to *_PKTSIZE gut that was not reflected in apps/
2018-09-14 07:06:06 -06:00
Gregory Nutt
c5edf40542
apps/examples/udpblaster: Add option to use poll() on output (only). Also picks up some fixes to various typographical errors.
2018-09-14 06:59:23 -06:00
Anthony Merlino
93f84dcc8f
Merged in antmerlino/apps/i8sak-app-fix (pull request #156 )
...
Fixes i8sak name. Accidentally renamed to i8ask in recent changes
Approved-by: GregoryN <gnutt@nuttx.org>
2018-09-12 19:02:34 +00:00
Chao An
c64ede319c
apps/Applicatin.mk: Fixe some build issues. (1) Unable to found target 'context' when CONFIG_NSH_BUILTIN_APPS disabled. (2) Unable to generate multiple programs.
2018-09-12 06:09:20 -06:00
Gregory Nutt
0d98f640b4
apps/exmples/tcpblaster: Select CONFIG_LIBC_FLOATINGPOINT automatically. Units in output are wrong: Not Kbps bus Kb/Sec.
2018-09-10 13:13:56 -06:00
Gregory Nutt
25c2756a82
apps/examples/tcpblaster: Add an option to use poll() to pace input or output.
2018-09-10 12:13:18 -06:00
Gregory Nutt
c8f473c507
Directory.mk: Fix: distclean targets of directory makefiles was not removing generated Kconfig files. There is then no way to remove this Kconfig files without manually deleting them one at a time.
2018-09-08 09:42:48 -06:00
Gregory Nutt
aeefb8a114
Fix typos in ChangeLog
2018-09-07 13:18:10 -06:00
Gregory Nutt
49f2d90dcf
Merge branch 'master' of bitbucket.org:nuttx/apps
2018-09-07 05:26:54 -06:00
Masayuki Ishikawa
ef60f7f697
Merged in masayuki2009/nuttx.apps/fix_builtin_apps (pull request #155 )
...
Application.mk: Fix to not register a builtin app when BUILD_MODULE=y
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
Approved-by: GregoryN <gnutt@nuttx.org>
2018-09-07 11:25:09 +00:00
Masayuki Ishikawa
c229c14ded
Merged in masayuki2009/nuttx.apps/fix_mksymtab (pull request #154 )
...
apps/tools: Fix to generate CONFIG_SYSTEM_NSH_SYMTAB_COUNTNAME in mksymtab.sh
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
Approved-by: GregoryN <gnutt@nuttx.org>
2018-09-07 11:23:31 +00:00
Gregory Nutt
f3413df508
Update ChangeLog in preparation for 7.26 release.
2018-09-06 15:08:12 -06:00
EunBong Song
fa8c4cbae3
Merged in ebsong/fork-apps (pull request #153 )
...
netutils/ping: remove unsupported ping.
netutils/ping is not supported anymore.
it's better to remove this folder for preventing confusing.
ping is supported by system/ping.
Signed-off-by: EunBong Song <eunb.song@samsung.com>
Approved-by: GregoryN <gnutt@nuttx.org>
2018-09-05 20:52:28 +00:00
anchao
1632ec917e
Application.mk: Generate temporary name for linker object
2018-09-05 06:43:46 -06:00
Gregory Nutt
c24703e243
Makefile: 'make distclean' should remvoe the exe subdirectory That target must return the directory back to the state is was in when freshly cloned. Appliation.mk: Add logic to strip unnecessary symbols after installing a module. But then I commented it out. Wouldn't we want to keep the symbols if we planned to debug the module? In apps/examples/elf, there is configuration option to determine if the symbols should be stripped or not. Perhaps that is needed here too?
2018-09-04 17:17:41 -06:00
Gregory Nutt
6f6bc758cc
Application.mk: Add module install logic. Possibly only needed in KERNEL build mode? Makefile: Simplify import target for KERNEL build. A symbol table is not needed because the KERNEL-mode programs are completely linked. Also fix missing deletion in clean and distclean targets. tools/mksymtab.sh: Fix a typo introduced in previous commit.
2018-09-04 16:04:25 -06:00
Gregory Nutt
fff0ffa185
Update .gitignore files.
2018-09-04 13:20:52 -06:00
Gregory Nutt
305278d1ae
Application.mk: Fix some issues when building directories such as fsutils/mkfatfs that have not mainobj. In this case, the MAINSRC is undefined and it would generate a bad linker command line.
2018-09-04 13:00:03 -06:00
Gregory Nutt
3921bbad79
Makefile: In the make import target for kernel build, we must make all objects and populate libapps.a. Application.mk: the PROGIST must be executed unconditionally to support the kernel build.
2018-09-04 12:18:33 -06:00
Gregory Nutt
0d7067936a
Makefile: Fix more places where attempts to use Unix-style paths with native Windows toolchain. tools/mksymtab.sh: Add a check just to prevent 'cat' of an empty file list from failing. Right not the root problem is that the are not executables being built or installed in the exe/ directory. That needs to be done by 'make import' but is not happening.
2018-09-04 11:20:19 -06:00
Gregory Nutt
5ac037e4f6
Makefile: platform/Makefile must have BIN_DIR defined on command line even though it is not used. This is because in the Cygwin build, the value of 'BIN_DIR' is passed to 'cygpath'. 'cygpath will fail if BIN_DIR is not defined.
2018-09-04 10:05:55 -06:00
Gregory Nutt
3221072535
Application.mk: Ooops, forgot to remove some debug hacks before last commit.
2018-09-04 09:43:12 -06:00