Gregory Nutt
|
41457d6fe8
|
examples/nettest: Renaming some files to prevent name collision in libapps.a and to prepare to support target boards on both ends of the test
|
2017-06-23 11:23:43 -06:00 |
|
Gregory Nutt
|
4f64213758
|
examples/udp: Renaming some files to prevent name collision in libapps.a
|
2017-06-23 10:58:41 -06:00 |
|
Gregory Nutt
|
593f224950
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-06-20 15:11:33 -06:00 |
|
Gregory Nutt
|
c0286c1276
|
examples/udp: Port numbers need to be configurable to work with 6LoWPAN. Need to bind the client socket to a port number. This was not required before so is a apparently a change in the UDP packet dispatch logic.
|
2017-06-20 10:40:09 -06:00 |
|
Gregory Nutt
|
62f2b8a7cd
|
examples/smart: Fix some compilation errors. Obviously this test has not been used in a LONG time.
|
2017-06-20 07:08:27 -06:00 |
|
Gregory Nutt
|
3858a4afd5
|
examples/udp: Server IP address may not be provided on the command line
|
2017-06-19 13:29:58 -06:00 |
|
Gregory Nutt
|
d1fb6dec09
|
examples/udp: Change build so that both server and client can be on a target, rather than one on the target one on the host PC.
|
2017-06-19 11:58:56 -06:00 |
|
Gregory Nutt
|
bb95584aed
|
examples/udp: Fixe registration as a built-in program; Change some naming to make room for a second target. Current one endpoint is the target and one is the host. This will (eventually) allow two targets to be both endpoints of the test.
|
2017-06-19 11:03:10 -06:00 |
|
Gregory Nutt
|
7bee5ecec5
|
examples/udp: Add configurable network device name; Add option to suppress network initialization which is not needed if started by NSH or for 6LoWPAN.
|
2017-06-19 09:46:40 -06:00 |
|
Daniel Agar
|
ecab40da6a
|
remove extra semicolons
|
2017-06-04 12:25:32 -04:00 |
|
Gregory Nutt
|
2984fa3911
|
apps/system/dhcpc: Add a command to renew or establish a lease on an IPv4 address.
|
2017-05-21 10:51:26 -06:00 |
|
Sebastien Lorquet
|
ea1025ead2
|
DHCPC: Remove hard-coded interface device. Now passed as a parameter to dhcpc_open().
|
2017-05-19 15:31:22 -06:00 |
|
Sebastien Lorquet
|
297844b1ce
|
Fix comments formatting
|
2017-05-19 17:50:26 +02:00 |
|
Sebastien Lorquet
|
aefddc3648
|
Second batch of changes (no problems)
|
2017-05-19 17:37:17 +02:00 |
|
Sebastien Lorquet
|
caeb6b32fd
|
First batch of changes
|
2017-05-19 17:30:26 +02:00 |
|
Sebastien Lorquet
|
60ca4a1ef4
|
Ensure netlib will not be broken when setip will not bring the network up anymore
|
2017-05-19 17:13:27 +02:00 |
|
Juha Niskanen
|
0bcd50d7a1
|
apps/: Make more globals static to avoid name clashes
|
2017-05-19 07:13:12 -06:00 |
|
Alan Carvalho de Assis
|
22f48cfb5e
|
apps/examples/can: ix can example app to print data when CONFIG_EXAMPLE_CAN_READ is defined
|
2017-05-17 16:07:34 -06:00 |
|
EunBong Song
|
c82d8b61b9
|
apps/examples/mtdpart: Prevent part array overflow. mtdpart examples create partions and allocate from 1 index not a 0 index to part[] array. This cause buffer overflow for part array. This change fixes this problem.
|
2017-05-17 08:16:45 -06:00 |
|
Gregory Nutt
|
e8f3d7f46b
|
apps/examples/nettest: Fix an error in pre-processor expression.
|
2017-05-13 17:51:37 -06:00 |
|
Gregory Nutt
|
b08ea68a33
|
Move prototype from nuttx/include/nuttx/arch.h to apps/include/platform/cxxinitialize.h
|
2017-05-13 16:53:33 -06:00 |
|
Alan Carvalho de Assis
|
8011648ad0
|
Fix to use the new canardInit() function
|
2017-05-12 16:58:53 -03:00 |
|
Alan Carvalho de Assis
|
ed19c87029
|
Fix the new can.h header location
|
2017-05-12 11:58:57 -03:00 |
|
Gregory Nutt
|
13911d9b17
|
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
|
2017-05-11 13:40:03 -06:00 |
|
Juha Niskanen
|
478049fc4f
|
examples/configdata: add stacksize and priority
|
2017-05-10 08:44:01 -06:00 |
|
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 |
|
Juha Niskanen
|
4d09ebcaec
|
examples: random: avoid stack overflows
|
2017-04-26 10:32:20 -06:00 |
|
Gregory Nutt
|
9a49304527
|
examples/hidkbd: Add some missing configuration settings.
|
2017-04-18 07:24:15 -06:00 |
|
Juha Niskanen
|
65d59f8458
|
examples/ostest: clarify when pthread clean-up test mutex need to remain usable
|
2017-04-12 06:47:07 -06:00 |
|
Gregory Nutt
|
cfc71db80c
|
pthreads: Backed most of last pthread changes. Found the 'real' root poblem. A one like error in pthread_mutex.c.
|
2017-04-10 09:51:44 -06:00 |
|
Gregory Nutt
|
b580d494e8
|
examples/ostest: pthread clean-up test must call pthread_consistent, not pthread_mutex_unlock() on cancellation if robust mutexes are enabled.
|
2017-04-10 08:13:06 -06:00 |
|
Juha Niskanen
|
64ad0684e7
|
examples/ostest: additional test for rwlock and one for cancel cleanup handlers
|
2017-04-10 07:20:48 -06:00 |
|
Mark Schulte
|
d7932d55df
|
examples/ostest: pthread rwlock additional tests and bugfixes
|
2017-04-07 15:47:16 -06:00 |
|
Gregory Nutt
|
acb6077988
|
Remove CONFIG_PTHREAD_RWLOCK. Rwlock interfaces built unconditionally.
|
2017-04-07 07:30:52 -06:00 |
|
Mark Schulte
|
1fde89e2d9
|
examples/ostest: Add tests for pthread_rwlock. Adding tests to be used to verify the pthread_rwlock lock works
|
2017-04-07 07:23:14 -06:00 |
|
Gregory Nutt
|
07338ff2a9
|
examples/udpblaster: Add logic to bind the local UDP socket to a well-known address.
|
2017-04-06 11:58:55 -06:00 |
|
Gregory Nutt
|
14fc6d7575
|
examples/udpblaster: Several fixes to work with 6loWPAN.
|
2017-04-06 09:37:52 -06:00 |
|
Gregory Nutt
|
74ae283487
|
examples/nettest: If doing loopback, but not using the official loopback device, then use the server should use the configured client IP address
|
2017-04-04 15:13:11 -06:00 |
|
Gregory Nutt
|
eef0161dd4
|
examples/nettest: Trying to adapt to use for testing 6loWPAN.
|
2017-04-03 15:33:39 -06:00 |
|
Jussi Kivilinna
|
cf395b83b8
|
Add examples/usrsocktest application for USRSOCK testing
|
2017-04-03 09:25:49 -06:00 |
|
David Sidrane
|
2168119b73
|
apps/mm removed extraneous comment from Makefile
|
2017-03-28 14:36:03 +00:00 |
|
Gregory Nutt
|
c12348ad38
|
examples/mm: Fix Makefile. Built-in was not being registered.
|
2017-03-28 07:31:49 -06:00 |
|
Gregory Nutt
|
2c7dff70ec
|
Rename CONFIG_MUTEX_TYPES to CONFIG_PTHREAD_MUTEX_TYPES
|
2017-03-27 09:08:00 -06:00 |
|
Gregory Nutt
|
531f5e1419
|
examples/ostest: Fix an error in last commit.
|
2017-03-27 08:58:23 -06:00 |
|
Gregory Nutt
|
a3fd7fdec0
|
examples/ostest: Robust mutex test needs to call pthread_mutexattr_setrobust().
|
2017-03-27 06:55:51 -06:00 |
|
Gregory Nutt
|
879d269f41
|
examples/ostest: Add a test of robust mutexes.
|
2017-03-26 14:45:48 -06:00 |
|
Brian Webb
|
0ad3b3c03b
|
Adds a test program for the XBox One controller driver (xbc_test).
|
2017-03-17 20:37:45 -07:00 |
|
Gregory Nutt
|
fca6da8248
|
apps/examples/usbterm: Removed because it is not very useful and because it can be configured to use an illegal call into the OS.
|
2017-03-09 15:37:16 -06:00 |
|
Gregory Nutt
|
c01db536e9
|
apps/examples/hidkbd: Remove call to arch_usbhost_initialize(). That is violation of the OS interfacing rules and will no longer be supported. USB host should be initialized as part of the normal board bring-up logic as with any other devices and should not involve illegal calls from applications into the OS.
|
2017-03-09 15:17:49 -06:00 |
|
Anton D. Kachalov
|
7c206fa16d
|
Add missed dependency
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
|
2017-03-09 16:52:48 +03:00 |
|