Gregory Nutt
|
f473842f96
|
Fix some calls to task_create(): argv[0] is the first parameter, not the name of the task.
|
2017-05-09 10:59:24 -06:00 |
|
Gregory Nutt
|
a7f9c09a80
|
nxplayer: Needs to include strings.h for strcasecp()
|
2017-02-27 09:25:35 -06:00 |
|
Aleksandr Vyhovanec
|
73a3e4b916
|
apps/system/zmodem/host/nuttx/compiler.h synchronized with nuttx/nuttx/include/nuttx/compiler.h
|
2017-01-09 14:23:08 +03:00 |
|
Gregory Nutt
|
741db21f70
|
Remvoe std_readline(). This called up_getc() and up_putc() directly, violating the POSIX OS interface.
|
2016-12-13 18:04:43 -06:00 |
|
Gregory Nutt
|
bfec325ade
|
Add support for new scheduler instrumentation.
|
2016-12-07 09:08:55 -06:00 |
|
Gregory Nutt
|
7288a8d7c0
|
apps/system/sched_lock: Add support for spinlock notes
|
2016-12-01 12:39:51 -06:00 |
|
Gregory Nutt
|
8228ab13fc
|
apps/system/sched_note: Extend to include additions to instumentation for SMP.
|
2016-11-27 17:13:26 -06:00 |
|
Sebastien Lorquet
|
8590fe314d
|
apps/system/system: Use Application.mk in Makefile.
|
2016-08-26 07:09:04 -06:00 |
|
Gregory Nutt
|
775d25c560
|
Update some comments in a Kconfig
|
2016-08-25 13:28:19 -06:00 |
|
Gregory Nutt
|
b1d44a81b4
|
apps/system/system: A much larger stack is needed to run reliably on the simulation.
|
2016-08-25 13:22:06 -06:00 |
|
Gregory Nutt
|
743234ea40
|
apps/examples/system: Add a simple test of the system command. Fix the first bug discovered by the test.
|
2016-08-25 12:38:13 -06:00 |
|
Gregory Nutt
|
012979f530
|
apps/system/system: Add a generic system command. Current implentation cannot use /bin/sh and spawns the custom NSH system command directly.
|
2016-08-25 11:34:36 -06:00 |
|
Gregory Nutt
|
35c32d4ba0
|
apps/system/tee: Port tee command from NetBSD
|
2016-08-12 17:29:25 -06:00 |
|
Gregory Nutt
|
ac018597e4
|
Fix a syntax error in a Kconfig file. Update comments in another.
|
2016-07-29 13:12:28 -06:00 |
|
Gregory Nutt
|
3e83aa7388
|
Add apps/include to include path in top-level Make.defs file. Remove multiple definitions of INCDIR opt.
|
2016-07-11 10:45:17 -06:00 |
|
Sebastien Lorquet
|
2cbad44f1d
|
This is the Pokemon patch to change all includes fronm <apps/bla/bla.h> to "bla/bla.h"
|
2016-07-11 10:11:18 -06:00 |
|
Gregory Nutt
|
cd741c82cf
|
apps/include: Move all header files associated with modules in apps/system to apps/include/system
|
2016-07-01 06:48:22 -06:00 |
|
Gregory Nutt
|
7304927448
|
Move the TZ/Olson zoneinfo data set from apps/system/zoneinfo to libc/zoneinfo
|
2016-06-30 15:47:41 -06:00 |
|
Gregory Nutt
|
8a03660c72
|
Remove apps/system/usbmonitor. It has been moved to nuttx/drivers/usbmonitor.
|
2016-06-30 13:13:05 -06:00 |
|
Gregory Nutt
|
3dc17f54ff
|
apps/system/hex2bin: Move the portable library portion of hex2bin to nuttx/libc/hex2bin where it can be shared with the OS internals.
|
2016-06-27 11:20:38 -06:00 |
|
Gregory Nutt
|
bb06f7368f
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:48:15 -06:00 |
|
Gregory Nutt
|
5098539063
|
Add _ to front of remaining debug macros
|
2016-06-16 12:12:34 -06:00 |
|
Gregory Nutt
|
cc03ecefc8
|
Rename err() to _err()
|
2016-06-16 11:44:22 -06:00 |
|
Gregory Nutt
|
65899c99e6
|
apps/nshlib: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-14 14:18:07 -06:00 |
|
Gregory Nutt
|
a7b1aae68c
|
Fix some warnings
|
2016-06-13 12:06:44 -06:00 |
|
Gregory Nutt
|
586b0aa7e0
|
Change names of *dbg() * *err()
|
2016-06-11 15:51:27 -06:00 |
|
Gregory Nutt
|
f4bae25e32
|
Rename *lldbg to *llerr
|
2016-06-11 14:55:13 -06:00 |
|
Gregory Nutt
|
468bdcf8e6
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:13:39 -06:00 |
|
Gregory Nutt
|
344c92e2a4
|
Replace all occurrences of vdbg with vinfo
|
2016-06-11 11:55:38 -06:00 |
|
Gregory Nutt
|
406ac81fb3
|
Update ChangeLog
|
2016-06-09 13:26:22 -06:00 |
|
Sebastien Lorquet
|
7ca5478da3
|
Rearrange to eliminate Kmenu files
|
2016-06-09 08:59:16 -06:00 |
|
Gregory Nutt
|
b5891c8b1a
|
Eliminate some warnings
|
2016-06-08 09:44:16 -06:00 |
|
Sebastien Lorquet
|
880661a284
|
merge upstream
|
2016-06-06 11:25:29 +02:00 |
|
Gregory Nutt
|
19be2cafea
|
Fix name collision in flash_eraseall restoration.
|
2016-06-05 08:41:02 -06:00 |
|
Gregory Nutt
|
d06b721ba2
|
Fix new dependencies for flash_eraseall
|
2016-06-03 09:11:22 -06:00 |
|
Gregory Nutt
|
3734b4c966
|
Restore apps/system/flash_eraseall/ using new IOCTL wrapper
|
2016-06-03 08:15:37 -06:00 |
|
Sebastien Lorquet
|
4044ed8882
|
merge with upstream
|
2016-06-03 11:28:36 +02:00 |
|
Gregory Nutt
|
12c0b3ca30
|
apps/system/flash_erraseall: Removed because it violates the OS/application interface.
|
2016-06-02 10:21:48 -06:00 |
|
Sebastien Lorquet
|
a9aa753fa4
|
Recursive Kconfig autogeneration
|
2016-06-02 16:34:00 +02:00 |
|
Sebastien Lorquet
|
b354a41fd4
|
Use directory.mk for recursive dir makefiles
|
2016-06-02 16:25:51 +02:00 |
|
Sebastien Lorquet
|
bfff5e7179
|
Add empty preconfig rules to 'leaf' makefiles
|
2016-06-02 16:24:30 +02:00 |
|
Sebastien Lorquet
|
9a406515d7
|
make the full tree use wildcards make.defs
|
2016-06-02 16:21:21 +02:00 |
|
Sebastien Lorquet
|
bfff7dc4ca
|
add kmenu files
|
2016-06-02 15:23:50 +02:00 |
|
Paul A. Patience
|
8bdf3e1f25
|
zmodem: Add missing slash
|
2016-05-30 10:14:23 -04:00 |
|
Gregory Nutt
|
62fec5d57d
|
apps/system/sched_note: Move the schduler note monitor from example/ to system/
|
2016-05-18 19:22:47 -06:00 |
|
Gregory Nutt
|
eedac48c7b
|
ASCII: Improve some naming
|
2016-04-14 16:21:02 -06:00 |
|
Gregory Nutt
|
fd5d0e19dc
|
Remove apps/system/sdcard
|
2016-03-30 18:19:27 -06:00 |
|
Gregory Nutt
|
0943afd2f9
|
Kconfig files: All USB-related options depend on CONFIG_LIB_BOARDCTRL and now set CONFIG_BOARDCTL_USBDEVCTL=y
|
2016-03-26 07:13:57 -06:00 |
|
Gregory Nutt
|
e01e664ccb
|
Fix a few issues related to new USB device boardctl() commands
|
2016-03-25 14:24:01 -06:00 |
|
Gregory Nutt
|
a31300cb05
|
Replace calls to OS internal cdcacm_*, usbmsc_*, and composite_* with boardctl() calls
|
2016-03-25 13:26:00 -06:00 |
|
Gregory Nutt
|
6125e9376e
|
Standardize some naming in code section comments
|
2016-02-21 18:15:00 -06:00 |
|
Gregory Nutt
|
3f95e05bc2
|
NetLib: Add utility functions to support access to the ARP table
|
2016-02-08 11:44:59 -06:00 |
|
Gregory Nutt
|
c8e21ddcd6
|
Costmetic changes to comments and spacing.
|
2016-02-06 11:34:39 -06:00 |
|
Gregory Nutt
|
83dc6a9b79
|
I2C tool: Verify that the I2C bus driver exists when process the -b option
|
2016-02-05 10:49:27 -06:00 |
|
Gregory Nutt
|
032e73f1eb
|
Eliminate some warnings
|
2016-02-02 14:48:17 -06:00 |
|
Gregory Nutt
|
bb9b4c8063
|
Low level drive access functions should not generate output; it interferes with higher level formatting
|
2016-02-02 14:42:16 -06:00 |
|
Gregory Nutt
|
7c4f9eb8e9
|
I2CTOOL: Now uses the I2C driver instead of direct calls into the OS
|
2016-02-02 10:27:50 -06:00 |
|
Gregory Nutt
|
5ab3722d5d
|
I2C: Remove the setfrequency method from the interface
|
2016-02-01 16:32:48 -06:00 |
|
Gregory Nutt
|
4e4dbda41e
|
I2C: Add frequency to i2c_msg_s structure
|
2016-02-01 14:14:48 -06:00 |
|
Gregory Nutt
|
ae0a55de53
|
I2C: Remove setaddress method
|
2016-02-01 12:16:56 -06:00 |
|
Gregory Nutt
|
2709652753
|
The I2C_TRANSFER method is no longer optional
|
2016-01-31 14:15:07 -06:00 |
|
Gregory Nutt
|
3ef9b14738
|
Move apps/examples/ubloxmodem to apps/system/ubloxmodem
|
2016-01-31 09:35:42 -06:00 |
|
Gregory Nutt
|
f0eb017434
|
Rename i2c_dev_s to i2c_master_s.
|
2016-01-30 08:37:28 -06:00 |
|
Gregory Nutt
|
c4395122f9
|
Move include/nuttx/i2c.h to include/nuttx/i2c/i2c_master.h
|
2016-01-30 08:00:59 -06:00 |
|
Gregory Nutt
|
a1cbc92b4f
|
Be courageous: system/ramtron completely removed. It is an inappropriate application
|
2016-01-27 10:38:14 -06:00 |
|
Gregory Nutt
|
f8f78a0661
|
system/ramtron is now EXPERIMENTAL because it violates the OS interface boundard by calling up_spiinitialize() directly. The function up_spiinitialize has been obsoleted and is no longer available
|
2016-01-27 09:25:01 -06:00 |
|
Gregory Nutt
|
a585c6958d
|
Make files non-executable
|
2016-01-23 15:27:48 -06:00 |
|
Gregory Nutt
|
fff6765e63
|
Update some README files
|
2016-01-22 17:20:15 -06:00 |
|
Gregory Nutt
|
27a55f36d6
|
Move system/inifile to fsutils/inifile
|
2016-01-20 17:10:55 -06:00 |
|
Gregory Nutt
|
d198f09ae3
|
Update examples/module and system/symtab to adjust to change in boardctl() and insmod() interfaces
|
2015-12-13 08:14:44 -06:00 |
|
Gregory Nutt
|
c0fa1d0970
|
hexed: Remove write-only variable
|
2015-11-22 13:33:43 -06:00 |
|
Gregory Nutt
|
37401b9889
|
hexed: Minor improvements
|
2015-11-22 12:56:19 -06:00 |
|
Gregory Nutt
|
b1ef1169b9
|
hexed: Fix some misc. issues
|
2015-11-22 12:00:20 -06:00 |
|
Gregory Nutt
|
3e10f0084b
|
debugging system/hexed. Still does not work
|
2015-11-22 09:55:29 -06:00 |
|
Gregory Nutt
|
1a6100f1ec
|
Remove some dangling whitespace
|
2015-11-21 18:33:26 -06:00 |
|
Gregory Nutt
|
2ff6775ac9
|
Add the hexed command line hex editor. See http://apps.venomdev.net/hexed/
|
2015-11-21 18:32:04 -06:00 |
|
Nghia Ho
|
e6f6ae0803
|
handle when CONFIG_READLINE_MAX_EXTCMDS == 0
|
2015-11-03 09:49:43 -08:00 |
|
nghiaho12
|
94696500dd
|
readline: Support the case where CONFIG_READLINE_MAX_BUILTINS==0
|
2015-11-03 07:44:50 -06:00 |
|
Gregory Nutt
|
273a083d20
|
Misc cosmetic changes from review of last merge
|
2015-11-02 09:11:06 -06:00 |
|
Gregory Nutt
|
646febbe86
|
Merged in nghiaho12/apps/nghia/improve_tab_completion (pull request #18)
better TAB completion
|
2015-11-02 06:53:30 -06:00 |
|
Nghia Ho
|
211f8bf76d
|
bug fix:: Never reach readline_prompt() in nsh_initialize, moved it up to the top. Works now.
enhancement: TAB completion now works like Unix, it will autocomplete as much as possible for
multiple matches.
|
2015-11-01 01:41:01 -07:00 |
|
Gregory Nutt
|
aacfce081e
|
Fix several cosmetic, C coding style issues
|
2015-10-03 11:03:42 -06:00 |
|
Gregory Nutt
|
9cb2849742
|
Standardize the width of all comment boxes in header files
|
2015-10-02 17:35:18 -06:00 |
|
Gregory Nutt
|
0629c5466e
|
Standardize the width of all comment boxes in C file
|
2015-10-02 17:33:30 -06:00 |
|
Gregory Nutt
|
e3ad56043e
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:20:33 -06:00 |
|
Gregory Nutt
|
e9447c6058
|
Standardize nameing of the pre-processor definitiongs group header
|
2015-10-02 14:06:11 -06:00 |
|
Gregory Nutt
|
f52a228eef
|
Eliminate a warning
|
2015-09-08 07:46:48 -06:00 |
|
Gregory Nutt
|
a5d4ed2fef
|
Make sure that CONFIG_USBDEV_TRACE_INITIALIDSET has an assigned value to avoid warnings
|
2015-09-08 07:24:26 -06:00 |
|
Paul A. Patience
|
266cc147c4
|
Correct #if to #ifdef when the macro can be undefined
|
2015-09-01 13:44:06 -04:00 |
|
Gregory Nutt
|
73fc8b501e
|
apps/system/symtab: Fix some typos; update .gitignore
|
2015-08-23 12:19:52 -06:00 |
|
Gregory Nutt
|
c7d8ef0f7c
|
Move logic from nuttx/libc/symtab to apps/system/symtab
|
2015-08-23 11:59:07 -06:00 |
|
Gregory Nutt
|
f73ee9d352
|
apps/system/netdb would not build unless CONFIG_NETDB_HOSTFILE was defined because it needed gethostbyname. Noted by OrbitalFox
|
2015-08-21 09:29:38 -06:00 |
|
Gregory Nutt
|
74801cf38e
|
apps/tools/mkkconfig.sh: The top-level Kconfig file is not auto-generated. The autogenerated Kconfig file will be constructed so that every second level directory that contains a Kconfig file will automatically be sourced
|
2015-08-11 17:49:10 -06:00 |
|
Gregory Nutt
|
7c13bac893
|
Replace some C99 style C with NuttX standard C89 style
|
2015-08-09 09:58:59 -06:00 |
|
Gregory Nutt
|
d63ce7f5bb
|
readline(): A a configuration option to enable/disable command line history; Additional cosmetic changes from code review
|
2015-08-09 08:15:23 -06:00 |
|
Nghia Ho
|
c28f521a5e
|
Added command history using up/down arrow keys.
|
2015-08-08 20:54:42 -07:00 |
|
Gregory Nutt
|
d699f5766d
|
Fixes to system/readline/Kconfig
|
2015-07-30 12:58:03 -06:00 |
|
Gregory Nutt
|
5aa53ea2db
|
Readline: Fix a configuration dependency. If we are not echoing to the console, then we cannot support tab completion
|
2015-07-30 12:53:04 -06:00 |
|
Gregory Nutt
|
169c3c77f1
|
Fix some bad conditional compilation and update some comments
|
2015-07-30 12:40:39 -06:00 |
|
Gregory Nutt
|
820c5c42dd
|
readline/NSH: Extend the tab-completion logic so that NSH commands can also be completed by pressing the tab key
|
2015-07-30 12:11:58 -06:00 |
|