Gregory Nutt
|
e6294dfe41
|
Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.
|
2015-04-01 12:37:44 -06:00 |
|
Gregory Nutt
|
256abd6dba
|
Rename up_nxdrvinit() to board_graphics_setup(). Add CONFIG_BOARDCTL_GRAPHICS that will enabled calls to board_graphics_setup() from boardctrl(). In apps/ and NxWidgts/, replace all calls to up_nxdrvinit with calls to boardctl().
|
2015-03-31 16:20:21 -06:00 |
|
Gregory Nutt
|
9ec66482b6
|
rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() and board_tsc_teardown(). These are not long called directly by applications but only indirectly throught the crappy boardctl() OS interface.
|
2015-03-31 13:21:25 -06:00 |
|
Gregory Nutt
|
ac103febad
|
apps/ustream and udgram: Change default FIFO path to /dev/fifo
|
2015-01-30 09:07:22 -06:00 |
|
Gregory Nutt
|
f429f54aa2
|
apps/examples/udgram: Add a simple test of Unix domain datagram sockets
|
2015-01-28 14:28:11 -06:00 |
|
Gregory Nutt
|
e894bd703a
|
Add a simple test of the Unix domain sockets
|
2015-01-27 13:41:45 -06:00 |
|
Gregory Nutt
|
da7402f174
|
apps/exemples/timer: Add a trivial test of the timer driver
|
2015-01-13 12:57:26 -06:00 |
|
Gregory Nutt
|
2caba712f6
|
example: add ltdc test example
Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
|
2014-12-19 14:32:08 -06:00 |
|
Gregory Nutt
|
c7a8631954
|
Add an analog joystick test/example
|
2014-12-03 09:34:47 -06:00 |
|
Gregory Nutt
|
fa78b7caf9
|
apps/examples/djoystick: Add a test of the discreate joystick driver
|
2014-11-28 15:37:33 -06:00 |
|
Gregory Nutt
|
2cc89a943e
|
apps/examples/bridge: Add a simple UDP relay bridge for testing configurations with multiple networks
|
2014-11-17 10:53:43 -06:00 |
|
Gregory Nutt
|
64b8c1841c
|
Clarify MTU/BUFSIZE in apps/ README.txt files and Documentation
|
2014-11-16 08:50:36 -06:00 |
|
Gregory Nutt
|
e0b6137de7
|
BAS: Rename examples/bas to examples/bastest. Hook into build and configuration system. Finish ROMFS logic
|
2014-11-07 15:03:03 -06:00 |
|
Gregory Nutt
|
dbb64323a4
|
Add an example to test MTD R/W buffering
|
2014-09-25 09:52:21 -06:00 |
|
Gregory Nutt
|
12d471553c
|
More naming changes to get the stm3240g-eval/nxterm configuration building again
|
2014-09-20 15:53:28 -06:00 |
|
Gregory Nutt
|
45791a6029
|
Rename all occurences of NxConsole to NxTerm
|
2014-09-20 14:51:48 -06:00 |
|
Gregory Nutt
|
d0fe4a6ec5
|
Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM
|
2014-09-20 14:25:51 -06:00 |
|
Gregory Nutt
|
e02f2f9373
|
Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*
|
2014-09-20 14:18:08 -06:00 |
|
Gregory Nutt
|
7c7a81aa69
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
|
Gregory Nutt
|
36575ad0f4
|
Rename apps/examples/uip to apps/examples/webserver
|
2014-07-03 17:31:17 -06:00 |
|
Gregory Nutt
|
2ee5041477
|
NET: Rename uiplib/UIPLIB to netlib/NETLIB
|
2014-07-02 16:04:25 -06:00 |
|
Gregory Nutt
|
54a3c7858e
|
First check-in of Lazlo's PF_PACKET 'raw' socket implementation
|
2014-06-12 11:52:06 -06:00 |
|
Gregory Nutt
|
c907a27469
|
examples/serialrx added by Bob Doison
|
2014-04-22 08:41:15 -06:00 |
|
Gregory Nutt
|
e322fe1543
|
examples/cpuhog and serialblaster from Bob Doiron
|
2014-04-22 07:52:08 -06:00 |
|
Gregory Nutt
|
51f553c9a4
|
Long needed clean up of DNS resolver for coding style and naming conventions
|
2014-04-11 12:25:32 -06:00 |
|
Gregory Nutt
|
b19e1aa426
|
Removed all support for the legacy configuration mechanism from the apps/ directory
|
2014-03-06 12:21:14 -06:00 |
|
Gregory Nutt
|
81746b5117
|
Add a mouse interface that is similar to the touchscreen interface except that it can handle multple buttons and continuously reports positional data so that it can control a cursor
|
2014-02-10 10:14:22 -06:00 |
|
Gregory Nutt
|
af14026800
|
Change how TCP read-ahead is selected to better integrate with TCP write buffering
|
2014-01-13 13:55:51 -06:00 |
|
Gregory Nutt
|
1129c10a27
|
Add apps/examples/i2schar that will eventually use the I2C character drvier to verify I2S
|
2013-11-10 14:08:45 -06:00 |
|
Gregory Nutt
|
b8177768eb
|
apps/example/configdata: Unit test for the MTD configuration data driver
|
2013-11-04 09:05:11 -06:00 |
|
Gregory Nutt
|
a976360e0d
|
apps/examples/random: Add a test for /dev/random
|
2013-10-20 11:37:56 -06:00 |
|
Gregory Nutt
|
5f16a8c304
|
Mov apps/examples/composite to apps/system/composite; convert configs/stm3210e-eval/composite to use kconfig-frontend tools -- untested
|
2013-09-25 18:50:14 -06:00 |
|
Gregory Nutt
|
4bfd7f7f5e
|
Move apps/examples/cdcacm to apps/system/cdcacm
|
2013-09-25 17:23:03 -06:00 |
|
Gregory Nutt
|
edde864e45
|
Move apps/examples/usbmsc to apps/system/usbmsc
|
2013-09-25 16:54:39 -06:00 |
|
Gregory Nutt
|
9fd96da125
|
apps/examples/pwm: Clean up some configuration confusion
|
2013-09-05 18:30:39 -06:00 |
|
Gregory Nutt
|
fd039c0559
|
Rename examples/usbstorage to examples/usbmsc. From CCTSAO
|
2013-09-05 08:07:03 -06:00 |
|
Gregory Nutt
|
b4134efe66
|
Some restructing of the CC3000 build
|
2013-09-04 16:40:57 -06:00 |
|
Gregory Nutt
|
da19214ca7
|
Straighten out issues about who calls C++ initializers with CXXTEST or HELLOXX are built as NSH applications; Add an ofstream test to CXXTEST suggested by Michael; Update many defconfig fiels to that they set configurations to handle C++ constructors just as before these configuration changes
|
2013-06-21 09:32:57 -06:00 |
|
Gregory Nutt
|
459d89d9db
|
Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_BUILTIN_APPS. Add SAM3/4 sam_periphclks.h which is just a header file that includes the right header file. Misc SAM3U-EK cleanup
|
2013-06-12 17:32:00 -06:00 |
|
Gregory Nutt
|
b673cbebb9
|
Updates to README files
|
2013-06-01 17:25:16 -06:00 |
|
Gregory Nutt
|
679bf0268a
|
Add apps/examples/slcd, Remove USB from STM32L-Discovery, LSE support for the STM32 L family, some STM32L-Discovery LCD debug changes
|
2013-05-24 10:00:54 -06:00 |
|
Gregory Nutt
|
b674f5cd33
|
Add TCP echo server from Max Holtzberg
|
2013-05-22 07:35:54 -06:00 |
|
Gregory Nutt
|
f70d3958e4
|
Fix typo is STM32 ADC driver for F2 and F4: ADC not ACD
|
2013-05-08 21:45:46 -06:00 |
|
Gregory Nutt
|
8f7cd60c63
|
Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to: Better use the byte write capbility when available and to use smaller erase sectors for the erase sector size when available).
|
2013-05-03 12:52:33 -06:00 |
|
Gregory Nutt
|
80fc728d66
|
Add tests for the SMART block driver and file system. From Ken Pettit
|
2013-05-01 08:09:20 -06:00 |
|
Gregory Nutt
|
469c5e6230
|
Add configuration and example to test MTD partitions
|
2013-04-30 15:54:02 -06:00 |
|
patacongo
|
1e9db17ec3
|
SSP driver fixes for the LPC178x; Fixes for Open1788 touchscreen driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5812 42af7a65-404d-4744-a932-0658087f49c3
|
2013-04-02 16:36:19 +00:00 |
|
patacongo
|
627c408f85
|
More naming changes associated with earlier renaming of LP17xx up_spiinitialize; LPC178x SSP support; Open1788 SSP and touchscreen support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5811 42af7a65-404d-4744-a932-0658087f49c3
|
2013-04-01 22:00:37 +00:00 |
|
patacongo
|
80ffd26450
|
itoa() from Ryan Sundberg
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5741 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-14 18:30:06 +00:00 |
|
patacongo
|
7dda31ce55
|
apps/examples/nettest and poll: Complete Kconfig files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5556 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-24 16:28:15 +00:00 |
|