Gregory Nutt
267521af9b
Squashed commit of the following:
...
apps/examples/flowc: Adds the necessary termios controls to enable hardware flow control
apps/examples/flowc: Add a simple test of serial hardware flow control. This commit just defines the frame work. Hardware flow control is not yet enabled.
2017-09-23 11:02:21 -06:00
Gregory Nutt
450624c370
Squashed commit of the following:
...
netutils/netlib: Add netlib_ipv6adaptor()
netutils/netlib: Add netlib_ipv4adaptor()
2017-09-19 15:21:13 -06:00
Alan Carvalho de Assis
22d43409f2
apps/examples/apa102: Add a Rainbow example for APA102 LED Strip
2017-09-18 17:03:20 -06:00
Gregory Nutt
8beab59e0d
Trivial changes from review of last PR.
2017-09-14 15:04:43 -06:00
Gregory Nutt
0fd8ade4b5
Rename CONFIG_AUDIO_DEVICES to CONFIG_DRIVERS_AUDIO to conform better to the evolving configuration naming standard.
2017-09-12 14:11:17 -06:00
Gregory Nutt
8ac1952d4c
examples/fb: Add a simple test for the framebuffer character driver. This initial commit just verfies some interfaces and initialization logic. Still need to add to graphics update logic.
2017-09-12 09:51:47 -06:00
Juha Niskanen
318350d289
examples: add DAC example
2017-09-01 11:22:39 +03:00
Gregory Nutt
7fa2bd1a23
examples/: Correct naming of some configuration variables.
2017-08-24 13:37:36 -06:00
Gregory Nutt
47a42852e5
apps/examples/ipforward: Add beginning of an IP forwarding example using only TUN devices.
2017-07-07 15:00:00 -06:00
Gregory Nutt
abc01c0e5b
apps/examples/keypadtest: REMOVED and warehoused in the Obsoleted repository. This was just a bad clone of apps/examples/hidkbd for a keypad driver that was removed years ago. It also uses illegal function calls into the OS. So it has no purpse: It is redundant, it uses illegal interfaces, and is a test for non-existent code.
2017-07-04 15:57:30 -06:00
Gregory Nutt
3c97bfeae6
examples/nettest: Fixes for building with loopback device again after the last changes.
2017-06-23 19:14:39 -06: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
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
740b528199
apps/examples/stat: Add a simple test for stat(), fstat(), and statfs().
2017-02-13 14:08:19 -06:00
Gregory Nutt
30471a90f5
Update paths in REAME file to account for new location of file
2017-01-29 09:02:07 -06:00
Gregory Nutt
c027c19dde
examples/sotest: Add a test for shared libraries.
2017-01-23 08:23:28 -06:00
Gregory Nutt
7531568e6d
Remove RGMP example.
2016-12-02 09:52:44 -06:00
Gregory Nutt
fcf9e8d7a0
apps/examples/archbuttons: Removed becaue it violates OS interface principles
2016-11-22 07:32:10 -06:00
Gregory Nutt
cfe6476ac2
Revert "apps/examples: Remove the timer example. It uses a non-portable IOCTL and must be purged."
...
This reverts commit dba181d0af1aca945cd0be0e77e53caee802786f.
2016-11-17 15:04:14 -06:00
Gregory Nutt
dba181d0af
apps/examples: Remove the timer example. It uses a non-portable IOCTL and must be purged.
2016-11-17 11:32:28 -06:00
Gregory Nutt
991defd7bb
examples/cctype: Add an example to verify cctype fucntions
2016-10-22 11:35:17 -06:00
Alan Carvalho de Assis
909a4ec2ce
Add a new buttons example that uses the button character driver instead of the architecture buttons directly
2016-10-11 14:25:55 -06:00
Alan Carvalho de Assis
f29c444363
Rename examples/buttons to examples/archbuttons
2016-10-11 14:21:08 -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
d8c7a8fff8
apps/examples: Add Oneshot timer example
2016-08-12 14:20:52 -06:00
Alan Carvalho de Assis
93f7809258
Add RFID_READUID sample application
2016-08-06 09:02:57 -06:00
Gregory Nutt
acbbd690f9
apps/examples/gpio: Add a simple test of the GPIO driver
2016-08-01 13:53:20 -06:00
Gregory Nutt
7d517413cb
Things that use mkfifo() and pipe() depend on CONFIG_PIPES
2016-07-20 10:46:05 -06:00
Alan Carvalho de Assis
e3d0c6f15a
apps/examples/pty_test: PTY test program
2016-07-15 13:28:38 -06:00
Matthias Renner
715fb8fa43
add canard app, untested
2016-07-08 07:55:30 -06:00
Gregory Nutt
468bdcf8e6
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
2016-06-11 14:13:39 -06:00
Gregory Nutt
56e75e9db8
Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO
2016-06-11 11:50:38 -06: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
8763ff02fb
Remove bad commit of a submodule; Also updates a README.
2016-04-06 16:42:49 -06:00
Gregory Nutt
5193d93cf5
apps/examples/alarm: Add a simple the RTC alarm ioctl commands
2016-04-03 09:19:19 -06:00
Gregory Nutt
6a5b6f8753
Add a simple test of the scheduler instrumentation logic. This initial version is still kind of buggy.
2016-03-17 16:02:28 -06:00
Alan Carvalho de Assis
855d2e70bf
apps/examples/rgbled: Add an example using the RGB LED driver
2016-02-23 06:53:35 -06:00
Gregory Nutt
65a6739593
Add test for verifying SMP operation
2016-02-21 11:33:13 -06:00
Gregory Nutt
790899508e
apps/examples/leds: An example showing how to use the LED driver
2016-02-20 12:11:42 -06:00
Gregory Nutt
3ef9b14738
Move apps/examples/ubloxmodem to apps/system/ubloxmodem
2016-01-31 09:35:42 -06:00
Vladimir Komendantskiy
02a5e25f56
apps/examples/ubloxmodem: app to control the power state of the modem in nsh.
2016-01-31 09:07:46 -06:00
Vladimir Komendantskiy
387dda152c
chat app and required update to the pppd client.
2016-01-29 17:00:59 -06:00
Alan Carvalho de Assis
1308399564
apps/examples/pca9635: Add a simple test of PCA9635PW PWM LED driver. From Alan Carvalho de Assis.
2015-12-15 14:10:21 -06:00
Gregory Nutt
d02295d1f2
apps/examples/module: Add a test harness for testing NuttX kernel modules
2015-12-12 09:43:32 -06:00
Gregory Nutt
9ee96d1430
examples/media: Add a simple test of access to media by block and MTD drivers
2015-11-09 11:45:44 -06:00
Alan Carvalho de Assis
825b721dfa
apps/examples/zerocross: Add a Zero Cross application example. From Alan Carvalho de Assis
2015-10-13 07:46:42 -06:00
Gregory Nutt
b93af2189b
Add a generic file system test at apps/examples/fstest
2015-10-10 14:18:23 -06:00
Gregory Nutt
e32e6064e0
Update ChangeLog and README
2015-10-01 07:10:25 -06:00
Gregory Nutt
2e0d0ede6d
Add apps/exemples/udpblaster
2015-09-30 10:56:31 -06:00