Gregory Nutt
|
808fb08433
|
Merged in paulpatience/nuttx-apps (pull request #10)
UAVCAN: Changes to build system
|
2015-09-29 16:30:54 -06:00 |
|
Paul A. Patience
|
e1460c9987
|
UAVCAN: Changes to build system
|
2015-09-29 18:18:59 -04:00 |
|
Gregory Nutt
|
a7e6b54265
|
Merged in paulpatience/nuttx-apps (pull request #9)
Update UAVCAN Makefile to download source
|
2015-09-25 07:47:29 -06:00 |
|
Paul A. Patience
|
343c93f8e8
|
Update UAVCAN Makefile to download source
|
2015-09-25 01:45:23 -04:00 |
|
OrbitalFox
|
93876b5af3
|
Kconfig: Improved comments
|
2015-09-24 08:28:50 -06:00 |
|
Stefan Kolb
|
21a33d9b7a
|
Fix modbus compile error if CONFIG_MB_FUNC_READ_DISCRETE_INPUTS_ENABLED is enabled
|
2015-09-24 06:38:07 -06:00 |
|
Gregory Nutt
|
95ea63cd10
|
Merged in paulpatience/nuttx-apps (pull request #8)
Add UAVCAN library
|
2015-09-23 12:36:12 -06:00 |
|
Paul A. Patience
|
298a72c71e
|
Add UAVCAN library
|
2015-09-23 13:48:35 -04:00 |
|
Gregory Nutt
|
657cfe916c
|
Merged in paulpatience/nuttx-apps (pull request #7)
Fix issue detected by clang
|
2015-09-11 08:01:22 -06:00 |
|
Paul A. Patience
|
9eafc90125
|
Fix issue detected by clang
|
2015-09-10 21:02:11 -04:00 |
|
Gregory Nutt
|
9ef516c311
|
Some corrects to previous nxterm commit
|
2015-09-08 11:53:29 -06:00 |
|
Gregory Nutt
|
be5b2a5187
|
Eliminate warnings
|
2015-09-08 10:21:56 -06:00 |
|
Gregory Nutt
|
f10f2de2e4
|
Eliminate some warnings
|
2015-09-08 09:20:49 -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 |
|
Gregory Nutt
|
6b1d61c759
|
More references to avsprintf that need to be changed vasprintf
|
2015-09-07 17:09:11 -06:00 |
|
Gregory Nutt
|
5306a27335
|
apps/examples/ajoystick: Fix missing includes of Application.mk
|
2015-09-07 16:31:17 -06:00 |
|
Alan Carvalho de Assis
|
aa17ae4c0a
|
Add pap_username/password to pppd example if PAP Auth is enabled
|
2015-09-07 13:48:37 -06:00 |
|
Alan Carvalho de Assis
|
e7ba97e2b5
|
Fix pap authentication, pap_username and pap_password were moved to struct settings
|
2015-09-07 13:34:01 -06:00 |
|
Gregory Nutt
|
efdc2b5e69
|
Merged in paulpatience/nuttx-apps (pull request #6)
Simplify apps/ Makefiles by combining common logic into the Makefile fragment Application.mk
|
2015-09-05 13:50:56 -06:00 |
|
Paul A. Patience
|
85a2cecb99
|
Simplify apps/ Makefiles by combining common logic into the Makefile fragment Application.mk
|
2015-09-05 15:13:03 -04:00 |
|
Gregory Nutt
|
7084ce0e02
|
Cosmetic: Move # of pre-processior command to column 1
|
2015-09-05 09:12:20 -06:00 |
|
Gregory Nutt
|
32666422a8
|
apps/examples/netloop: will now build as an NSH built-in app
|
2015-09-03 08:19:15 -06:00 |
|
Stefan Kolb
|
71d944a5d0
|
Macros PR_BEGIN_EXTERN_C and PR_END_EXTERN_C were not defined in all contexts. Remove definition and replace with explicit expansion. From Stefan Kolb
|
2015-09-03 07:00:39 -06:00 |
|
Gregory Nutt
|
84dbf4ee7c
|
Most cosmetic changes to apps/examples/netloop
|
2015-09-02 18:30:12 -06:00 |
|
Gregory Nutt
|
9191e22624
|
apps/examples/netloop: Add a test of the local loopback device
|
2015-09-02 18:18:47 -06:00 |
|
Gregory Nutt
|
9cc360ab75
|
Cosmetic changes
|
2015-09-02 16:49:17 -06:00 |
|
Gregory Nutt
|
ae0d87c0cb
|
PPPD: Fix a few coding style problems
|
2015-09-01 17:28:17 -06:00 |
|
Gregory Nutt
|
1f7a8d2f8d
|
Merged in paulpatience/nuttx-apps (pull request #5)
Correct #if to #ifdef when the macro can be undefined
|
2015-09-01 12:31:59 -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
|
69f578d442
|
Correct last change to NSH file
|
2015-08-30 18:57:32 -06:00 |
|
Bruno Herrera
|
4555282571
|
apps/nshlib: Fix error handling in 'mv' command. On a failure to expand the second path, the memory allocated for the expansion of the first path was not being freed. From Bruno Herrera.
|
2015-08-30 18:28:04 -06:00 |
|
Bruno Herrera
|
321924c0a5
|
apps/nshlib: Fix error handling in 'cat' command. On a failure to allocate memory, a file was not being closed. From Bruno Herrera.
|
2015-08-30 18:23:25 -06:00 |
|
Gregory Nutt
|
ed2ccad735
|
examples/nettest: Fix a couple of crazy long delays that may make you think something is broken. In main, add a wait for the server to exit
|
2015-08-27 11:46:42 -06:00 |
|
Gregory Nutt
|
a7853cdc89
|
apps/examples/nettest: Extend the test so that it can be down using the local loopback device
|
2015-08-26 10:35:40 -06:00 |
|
Gregory Nutt
|
6cedfcd632
|
apps/examples/nettest: Add option to suppress networking initialization
|
2015-08-26 09:06:41 -06:00 |
|
Gregory Nutt
|
b7b943067a
|
NSH: Fix formatting of ifconfig Local Loopback output
|
2015-08-26 07:59:12 -06:00 |
|
Gregory Nutt
|
ce3a2dc0d4
|
NSH changes to work with the network local loopback device
|
2015-08-24 13:59:52 -06: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 |
|
Pavel Pisa
|
64fb2c63b6
|
Correct numerous places where NETUTILS_DNSCLIENT was instead of NETDB_DNSCLIENT
|
2015-08-20 16:08:45 -06:00 |
|
Gregory Nutt
|
d836478728
|
apps/examples/usbserial: Can now be run as an NSH builtin-function. Now uses a configurable IO buffer size
|
2015-08-20 10:40:31 -06:00 |
|
Gregory Nutt
|
bc2cf8affd
|
apps/examples/can: Remove can_devinit(). Replace with boardctl(BOARDIOC_CAN_INITIAILIZE,0)
|
2015-08-18 13:25:30 -06:00 |
|
Gregory Nutt
|
e35f64a3cf
|
apps/examples/can: Trivial clean/simplification for test output
|
2015-08-18 12:41:10 -06:00 |
|
Gregory Nutt
|
9abb28c725
|
apps/examples/can: Use new IOCTL commands to show the current bit timing values
|
2015-08-18 11:21:47 -06:00 |
|
Gregory Nutt
|
cb25507a06
|
apps/examples/can: Extend test to report an errors reported by the CAN driver
|
2015-08-18 08:50:14 -06:00 |
|
Gregory Nutt
|
546450cc92
|
apps/examples/can: Fix usage of new number-of-messages command line option
|
2015-08-17 11:57:25 -06:00 |
|
Gregory Nutt
|
64e1548bb7
|
apps/examples/can: Extended the CAN test by adding more command line options
|
2015-08-17 11:07:39 -06:00 |
|
Gregory Nutt
|
c11c4d6bd9
|
Add si_errno to siginfo_t
|
2015-08-14 10:12:35 -06:00 |
|