summaryrefslogtreecommitdiff
path: root/apps/examples
Commit message (Expand)AuthorAgeFilesLines
* drawline/drawLine should not take a boolean to select non lines caps or cappi...Gregory Nutt2015-04-051-2/+4
* Add a 'capped' boolean parameter to all drawline/drawLine functions/methods. ...Gregory Nutt2015-04-051-3/+5
* More renaming: up_lcdinitialize->board_lcd_initialize, up_lcdgetdev->board_lc...Gregory Nutt2015-04-049-41/+66
* Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.Gregory Nutt2015-04-013-3/+3
* Rename pwm_devinit() to board_pwm_setup(). Add CONFIG_BOARDCTL_PWMTEST that ...Gregory Nutt2015-03-313-15/+6
* Kconfig files: If external graphics initialization is required, it depends on...Gregory Nutt2015-03-314-0/+8
* Rename up_nxdrvinit() to board_graphics_setup(). Add CONFIG_BOARDCTL_GRAPHIC...Gregory Nutt2015-03-3119-101/+125
* Rename adc_devinit() to board_adc_setup(). Add support to the boardctl() int...Gregory Nutt2015-03-313-15/+5
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() a...Gregory Nutt2015-03-313-24/+19
* Make sure that FPU test, HID keyboard example, and touchscreen options are on...Gregory Nutt2015-03-233-3/+19
* Needs to include nuttx/board.h, not nuttx/arch.h for button interfacesGregory Nutt2015-03-141-1/+1
* OS test: Improved error checking for sem_timedwait() from Juha NiskanenGregory Nutt2015-02-201-12/+36
* apps/examples/ostest: Sample errno on returns from sem_timedwait(). Otherwis...Gregory Nutt2015-02-191-5/+8
* Suffer the consequences of moving struct timeval to its correct locationGregory Nutt2015-02-154-0/+5
* Fix errors in range of IPv6 netmask range in Kconfig filesGregory Nutt2015-02-052-18/+18
* ICMPv6: Some initial bugfix from first tests of the ICMPv6 auto-configuratio...Gregory Nutt2015-02-032-2/+2
* ICMPv6: This completes coding of the ICMPv6 auto-configuration feature. It i...Gregory Nutt2015-02-034-17/+27
* Add netlib and application hooks for ICMPv6 auto-configuration (still incompleteGregory Nutt2015-02-032-2/+20
* drivers/ramdisk.c and include/nuttx/fs/ramdisk.h: Add logic to dispose of th...Gregory Nutt2015-02-011-2/+2
* Unix domain/FIFOs: Fix a race condition between FIFO buffer operations and t...Gregory Nutt2015-01-302-9/+9
* apps/ustream and udgram: Change default FIFO path to /dev/fifoGregory Nutt2015-01-303-4/+4
* Cosmetic updates to commentsGregory Nutt2015-01-291-2/+2
* Unix domain: Various fixes to get apps/examplex/udgram workingGregory Nutt2015-01-291-6/+0
* Reorder statements: printf clobbers errno valueGregory Nutt2015-01-291-1/+2
* apps/examples/udgram: Add option to configure program name and task propertiesGregory Nutt2015-01-292-8/+75
* Minor fixes after initial tests with apps/examples/udgramGregory Nutt2015-01-281-17/+7
* apps/examples/udgram: Improve some size tests and improve error reportingGregory Nutt2015-01-281-3/+16
* apps/examples/udgram: Add a simple test of Unix domain datagram socketsGregory Nutt2015-01-2811-5/+643
* Unix domain: More fixes. With these changes, apps/examples/ustream worksGregory Nutt2015-01-282-10/+5
* apps/examples/ustream: Fix error in MakefileGregory Nutt2015-01-271-1/+1
* Add a simple test of the Unix domain socketsGregory Nutt2015-01-2710-2/+683
* Add to .depend dependencies to eliminate an error at dependency generation timeGregory Nutt2015-01-232-2/+2
* Add config.h to .gitignoreGregory Nutt2015-01-231-0/+1
* apps/examples/udp: The UDP test example has been extend to support IPv6 doma...Gregory Nutt2015-01-229-44/+577
* Merge remote-tracking branch 'origin/master' into ipv6Gregory Nutt2015-01-211-5/+5
|\
| * Should fix some errors reported by TravisGregory Nutt2015-01-201-5/+5
* | apps/examples/nettest: Fix address initializaiton, HTONS not HTNOLGregory Nutt2015-01-211-8/+8
|/
* apps/examples/nettest: Update test so that it can be used to test IPv6 TCP s...Gregory Nutt2015-01-208-24/+545
* Rename IPv4 netlib functions and files to make room in the namespace for corr...Gregory Nutt2015-01-1816-69/+69
* apps/examples/udp/Kconfig: Default setting is backwardGregory Nutt2015-01-172-3/+3
* Tiva Timer: Timer test must attach a timer handler or the timer is stopped at...Gregory Nutt2015-01-131-0/+38
* apps/exemples/timer: Add a trivial test of the timer driverGregory Nutt2015-01-138-3/+444
* stm32: update description and code documentation. Also fixes a few code form...Gregory Nutt2014-12-291-4/+4
* STM32 LTDC: Move ltdc.h from include/nuttx/video to arch/arm/include/stm32; T...Gregory Nutt2014-12-191-4/+7
* example: add ltdc test exampleGregory Nutt2014-12-198-8/+2203
* Traveler: Add support for analog joystickGregory Nutt2014-12-141-2/+2
* apps/examples/ostest: Missing prototype for nsem_test()Gregory Nutt2014-12-061-0/+4
* Add graphic device initialize logic (incomplete)Gregory Nutt2014-12-032-2/+2
* SAMA5D3 Xplained: A few fixes for the AJoystick driver (still not working)Gregory Nutt2014-12-031-10/+10
* Add an analog joystick test/exampleGregory Nutt2014-12-038-8/+669