| .. |
|
cdcacm
|
Remove 'executable' bit on several files
|
2019-08-01 14:19:02 -06:00 |
|
cfgdata
|
apps/system/cfgdata: Make builtin task stack size and priority configurable. Set default to 2048 (from 1024) per recommendation of Ken Pettit.
|
2019-01-22 08:57:03 -06:00 |
|
cle
|
apps/system/cle/cle.c: ASCII DEL should be treated by Delete-Left.
|
2019-08-01 15:26:49 -06:00 |
|
composite
|
Remove 'executable' bit on several files
|
2019-08-01 14:19:02 -06:00 |
|
critmon
|
apps/system/critmon/Makefile: Stack size and priority reversed.
|
2018-11-29 11:06:31 -06:00 |
|
cu
|
aps/system/cu/Kconfig: CU term depends on TERMIOS and should select it.
|
2019-03-05 12:38:39 -06:00 |
|
dhcpc
|
Fix minor typo/copy-paste: 'will be use when'->'will be used when'
|
2019-08-23 11:59:28 -06:00 |
|
embedlog
|
Squashed commit of the following:
|
2019-04-04 18:53:29 -06:00 |
|
flash_eraseall
|
apps/: Modification to build system: Unified application compilation rules
|
2018-09-03 09:29:56 -06:00 |
|
hex2bin
|
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 |
|
hexed
|
apps/system/hexed/src/bfile.c: Fix memory leak
|
2018-11-07 11:32:07 -06:00 |
|
i2c
|
Merged in david_alessio/apps/bugfix/i2ctool-dev-clobbers-slave-config (pull request #198)
|
2019-08-20 20:29:21 +00:00 |
|
lm75
|
Fix some typos in comments.
|
2019-04-15 07:58:26 -06:00 |
|
lzf
|
Fix minor typo/copy-paste: 'will be use when'->'will be used when'
|
2019-08-23 11:59:28 -06:00 |
|
mdio
|
apps/: Modification to build system: Unified application compilation rules
|
2018-09-03 09:29:56 -06:00 |
|
netdb
|
apps/: Modification to build system: Unified application compilation rules
|
2018-09-03 09:29:56 -06:00 |
|
nsh
|
Fix minor typo/copy-paste: 'will be use when'->'will be used when'
|
2019-08-23 11:59:28 -06:00 |
|
ntpc
|
apps/: Modification to build system: Unified application compilation rules
|
2018-09-03 09:29:56 -06:00 |
|
nxplayer
|
apps/system/nxplayer: Fix compile problems when audio debug is enabled.
|
2019-04-23 11:07:20 -06:00 |
|
nxrecorder
|
system/nxplayer and nxrecorder: Fix some coding standard violatins that are just to in-yer-face to ignore: No CamelCase variable names. This was not an extensive check for use of CamelCase. Just some I stumbled across.
|
2019-02-15 19:25:01 -06:00 |
|
ping
|
Fix minor typo/copy-paste: 'will be use when'->'will be used when'
|
2019-08-23 11:59:28 -06:00 |
|
ping6
|
Fix minor typo/copy-paste: 'will be use when'->'will be used when'
|
2019-08-23 11:59:28 -06:00 |
|
popen
|
Squashed commit of the following:
|
2018-08-23 11:06:15 -06:00 |
|
prun
|
apps/: Modification to build system: Unified application compilation rules
|
2018-09-03 09:29:56 -06:00 |
|
psmq
|
Remove some cases in Kconfig files of 'comment' with 'depends on'. That is probably a good practice. I removed these because (1) is not done elsewhere so it is just an inconsistency, and (2) the HTML generation tool at nuttx/tools/kconfig2html.c would need to be extended to parse that case. I don't have time to do that now.
|
2019-05-19 09:49:50 -06:00 |
|
ramtest
|
Fix minor typo/copy-paste: 'will be use when'->'will be used when'
|
2019-08-23 11:59:28 -06:00 |
|
readline
|
Move apps/builtins/builtin_forindex.c to nuttx/libs/libc/builtin since it is required by kernel logic as well. Other changes account for movement of builtin.h from nuttx/include/nuttx/binfmt/built.h to nuttx/include/lib/builtin.h.
|
2019-08-23 09:12:45 -06:00 |
|
sched_note
|
Fix minor typo/copy-paste: 'will be use when'->'will be used when'
|
2019-08-23 11:59:28 -06:00 |
|
setlogmask
|
Fix minor typo/copy-paste: 'will be use when'->'will be used when'
|
2019-08-23 11:59:28 -06:00 |
|
spi
|
Fix minor typo/copy-paste: 'will be use when'->'will be used when'
|
2019-08-23 11:59:28 -06:00 |
|
stackmonitor
|
apps/system/critmon: Add a daemon on monitor critical sections.
|
2018-11-24 13:35:53 -06:00 |
|
sudoku
|
apps/: Modification to build system: Unified application compilation rules
|
2018-09-03 09:29:56 -06:00 |
|
symtab
|
apps/: Modification to build system: Unified application compilation rules
|
2018-09-03 09:29:56 -06:00 |
|
system
|
apps/system/system/system.c: Correct a path name.
|
2019-01-27 07:37:06 -06:00 |
|
taskset
|
Fix minor typo/copy-paste: 'will be use when'->'will be used when'
|
2019-08-23 11:59:28 -06:00 |
|
tee
|
apps/: Modification to build system: Unified application compilation rules
|
2018-09-03 09:29:56 -06:00 |
|
telnet
|
apps/: Removed all references to CONFIG_DISABLE_POLL. The standard POSIX poll() can not longer be disabled.
|
2019-05-21 19:08:12 -06:00 |
|
termcurses
|
apps/: Removed all references to CONFIG_DISABLE_POLL. The standard POSIX poll() can not longer be disabled.
|
2019-05-21 19:08:12 -06:00 |
|
ubloxmodem
|
apps/: Modification to build system: Unified application compilation rules
|
2018-09-03 09:29:56 -06:00 |
|
usbmsc
|
Update comments, README's, etc. to reflect changes to nuttx/boards directory reorganization.
|
2019-08-09 08:40:22 -06:00 |
|
vi
|
Merged in antmerlino/apps/vi-build-fix (pull request #169)
|
2019-02-23 19:08:46 +00:00 |
|
zmodem
|
Update comments, README's, etc. to reflect changes to nuttx/boards directory reorganization.
|
2019-08-09 08:40:22 -06:00 |
|
.gitignore
|
Recursive Kconfig autogeneration
|
2016-06-02 16:34:00 +02:00 |
|
Make.defs
|
Restore apps/system/flash_eraseall/ using new IOCTL wrapper
|
2016-06-03 08:15:37 -06:00 |
|
Makefile
|
Rearrange to eliminate Kmenu files
|
2016-06-09 08:59:16 -06:00 |