.. |
cdcacm
|
The last change added .PRECIOUS: $(BIN) to everyway Makefile in hopes the libapps.a will not be deleted on Control-C (unproven so far). However, $(BIN) may contain back slashes in some build platforms and that causes problems for make: It can't handle the backslashes in the .PRECIOUS dependency list. $(BIN) replaced with ../../libapp.a, where the number of ../ depends on the depth of the Makefile in the apps/ source tree.
|
2017-08-13 11:03:17 -06:00 |
cle
|
apps/system/cle: Usage improvements including command line history (taken from readline) and support for addition control characters.
|
2018-08-05 16:05:59 -06:00 |
composite
|
system/composite: Eliminate warning about dumptrace being defined but not used.
|
2017-11-12 10:11:30 -06:00 |
cu
|
The last change added .PRECIOUS: $(BIN) to everyway Makefile in hopes the libapps.a will not be deleted on Control-C (unproven so far). However, $(BIN) may contain back slashes in some build platforms and that causes problems for make: It can't handle the backslashes in the .PRECIOUS dependency list. $(BIN) replaced with ../../libapp.a, where the number of ../ depends on the depth of the Makefile in the apps/ source tree.
|
2017-08-13 11:03:17 -06:00 |
dhcpc
|
Remove trailing spaces at the end of lines.
|
2018-08-13 07:47:26 -06:00 |
embedlog
|
apps/system/embedlog: Support for embedlog data loggin package from https://embedlog.kurwinet.pl/
|
2018-05-06 15:34:45 -06:00 |
flash_eraseall
|
The last change added .PRECIOUS: $(BIN) to everyway Makefile in hopes the libapps.a will not be deleted on Control-C (unproven so far). However, $(BIN) may contain back slashes in some build platforms and that causes problems for make: It can't handle the backslashes in the .PRECIOUS dependency list. $(BIN) replaced with ../../libapp.a, where the number of ../ depends on the depth of the Makefile in the apps/ source tree.
|
2017-08-13 11:03:17 -06:00 |
hex2bin
|
The last change added .PRECIOUS: $(BIN) to everyway Makefile in hopes the libapps.a will not be deleted on Control-C (unproven so far). However, $(BIN) may contain back slashes in some build platforms and that causes problems for make: It can't handle the backslashes in the .PRECIOUS dependency list. $(BIN) replaced with ../../libapp.a, where the number of ../ depends on the depth of the Makefile in the apps/ source tree.
|
2017-08-13 11:03:17 -06:00 |
hexed
|
Remove trailing spaces at the end of lines.
|
2018-08-13 07:47:26 -06:00 |
i2c
|
apps/system/i2c: Adapt to rename I2C_M_RESTART->i2C_M_START. I2C_M_NOSTOP should be in flags of first message in every write-read and write-write mesage sequence.
|
2018-08-03 08:47:10 -06:00 |
install
|
The last change added .PRECIOUS: $(BIN) to everyway Makefile in hopes the libapps.a will not be deleted on Control-C (unproven so far). However, $(BIN) may contain back slashes in some build platforms and that causes problems for make: It can't handle the backslashes in the .PRECIOUS dependency list. $(BIN) replaced with ../../libapp.a, where the number of ../ depends on the depth of the Makefile in the apps/ source tree.
|
2017-08-13 11:03:17 -06:00 |
lm75
|
Add -n samples to lm75 app and replace Centigrade with Celsius
|
2017-10-15 07:26:55 -06:00 |
lzf
|
Remove trailing spaces at the end of lines.
|
2018-08-13 07:47:26 -06:00 |
mdio
|
Remove trailing spaces at the end of lines.
|
2018-08-13 07:47:26 -06:00 |
netdb
|
The last change added .PRECIOUS: $(BIN) to everyway Makefile in hopes the libapps.a will not be deleted on Control-C (unproven so far). However, $(BIN) may contain back slashes in some build platforms and that causes problems for make: It can't handle the backslashes in the .PRECIOUS dependency list. $(BIN) replaced with ../../libapp.a, where the number of ../ depends on the depth of the Makefile in the apps/ source tree.
|
2017-08-13 11:03:17 -06:00 |
nsh
|
Remove illegal calls into OS to initialize BINFMT support. This must be moved to the board initialization logic within the OS.
|
2018-08-22 07:53:35 -06:00 |
ntpc
|
Remove trailing spaces at the end of lines.
|
2018-08-13 07:47:26 -06:00 |
nxplayer
|
Merged in masayuki2009/nuttx.apps/refactor_nxplayer (pull request #149)
|
2018-07-31 12:16:31 +00:00 |
ping
|
apps/system and wireless: Applications should use the standard clock() interface, not the internal NuttX clock_systimer() interface.
|
2018-03-14 07:59:44 -06:00 |
ping6
|
apps/system and wireless: Applications should use the standard clock() interface, not the internal NuttX clock_systimer() interface.
|
2018-03-14 07:59:44 -06:00 |
popen
|
apps/system/nsh: Move apps/examples/nsh to apps/system/nsh. It has become so entrenched that it is hardly an example these days. May as well formalized it as a system task.
|
2018-08-18 09:04:43 -06:00 |
prun
|
The last change added .PRECIOUS: $(BIN) to everyway Makefile in hopes the libapps.a will not be deleted on Control-C (unproven so far). However, $(BIN) may contain back slashes in some build platforms and that causes problems for make: It can't handle the backslashes in the .PRECIOUS dependency list. $(BIN) replaced with ../../libapp.a, where the number of ../ depends on the depth of the Makefile in the apps/ source tree.
|
2017-08-13 11:03:17 -06:00 |
ramtest
|
The last change added .PRECIOUS: $(BIN) to everyway Makefile in hopes the libapps.a will not be deleted on Control-C (unproven so far). However, $(BIN) may contain back slashes in some build platforms and that causes problems for make: It can't handle the backslashes in the .PRECIOUS dependency list. $(BIN) replaced with ../../libapp.a, where the number of ../ depends on the depth of the Makefile in the apps/ source tree.
|
2017-08-13 11:03:17 -06:00 |
readline
|
apps/system/cle: Usage improvements including command line history (taken from readline) and support for addition control characters.
|
2018-08-05 16:05:59 -06:00 |
sched_note
|
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 |
setlogmask
|
Merged in antmerlino/apps/setlogmask (pull request #127)
|
2017-12-19 17:15:45 +00:00 |
stackmonitor
|
apps/system/stackmonitor: Fix comparison between pointer and zero character constant.
|
2018-03-13 07:46:52 -06:00 |
sudoku
|
The last change added .PRECIOUS: $(BIN) to everyway Makefile in hopes the libapps.a will not be deleted on Control-C (unproven so far). However, $(BIN) may contain back slashes in some build platforms and that causes problems for make: It can't handle the backslashes in the .PRECIOUS dependency list. $(BIN) replaced with ../../libapp.a, where the number of ../ depends on the depth of the Makefile in the apps/ source tree.
|
2017-08-13 11:03:17 -06:00 |
symtab
|
The last change added .PRECIOUS: $(BIN) to everyway Makefile in hopes the libapps.a will not be deleted on Control-C (unproven so far). However, $(BIN) may contain back slashes in some build platforms and that causes problems for make: It can't handle the backslashes in the .PRECIOUS dependency list. $(BIN) replaced with ../../libapp.a, where the number of ../ depends on the depth of the Makefile in the apps/ source tree.
|
2017-08-13 11:03:17 -06:00 |
system
|
apps/system/nsh: Move apps/examples/nsh to apps/system/nsh. It has become so entrenched that it is hardly an example these days. May as well formalized it as a system task.
|
2018-08-18 09:04:43 -06:00 |
taskset
|
Merged in masayuki2009/nuttx.apps/taskset_command (pull request #140)
|
2018-06-08 13:24:03 +00:00 |
tee
|
The last change added .PRECIOUS: $(BIN) to everyway Makefile in hopes the libapps.a will not be deleted on Control-C (unproven so far). However, $(BIN) may contain back slashes in some build platforms and that causes problems for make: It can't handle the backslashes in the .PRECIOUS dependency list. $(BIN) replaced with ../../libapp.a, where the number of ../ depends on the depth of the Makefile in the apps/ source tree.
|
2017-08-13 11:03:17 -06:00 |
telnet
|
Remove trailing spaces at the end of lines.
|
2018-08-13 07:47:26 -06:00 |
ubloxmodem
|
The last change added .PRECIOUS: $(BIN) to everyway Makefile in hopes the libapps.a will not be deleted on Control-C (unproven so far). However, $(BIN) may contain back slashes in some build platforms and that causes problems for make: It can't handle the backslashes in the .PRECIOUS dependency list. $(BIN) replaced with ../../libapp.a, where the number of ../ depends on the depth of the Makefile in the apps/ source tree.
|
2017-08-13 11:03:17 -06:00 |
usbmsc
|
apps/system/usbmsc: Added Kconfig options to configure write protection for each LUN
|
2018-01-14 17:11:32 -06:00 |
vi
|
Add missing function names in function headers.
|
2018-08-13 15:52:59 -06:00 |
zmodem
|
Remove trailing spaces at the end of lines.
|
2018-08-13 07:47:26 -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 |