summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
* Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.Gregory Nutt2015-04-013-3/+3
* Update ChangeLogsGregory Nutt2015-03-311-0/+2
* 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-315-0/+10
* Rename up_nxdrvinit() to board_graphics_setup(). Add CONFIG_BOARDCTL_GRAPHIC...Gregory Nutt2015-03-3119-101/+125
* Update ChangeLogsGregory Nutt2015-03-311-0/+3
* Rename adc_devinit() to board_adc_setup(). Add support to the boardctl() int...Gregory Nutt2015-03-313-15/+5
* Update ChangeLogsGregory Nutt2015-03-311-0/+4
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() a...Gregory Nutt2015-03-314-30/+24
* Update ChangeLogsGregory Nutt2015-03-311-0/+4
* NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_ini...Gregory Nutt2015-03-314-34/+8
* Update ChangeLogGregory Nutt2015-03-311-0/+1
* Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt2015-03-314-7/+8
* Add some missing dependencies in Kconfig filesGregory Nutt2015-03-293-0/+3
* Cortex-M7: Add support for enabled the D-Cache in write only mode.Gregory Nutt2015-03-291-1/+2
* SAMV7 USB: Updates to early initialization logicGregory Nutt2015-03-241-0/+1
* Make sure that FPU test, HID keyboard example, and touchscreen options are on...Gregory Nutt2015-03-233-3/+19
* Rename up_cxxinitialize.c to stm32_cxxinitialize.cGregory Nutt2015-03-232-3/+3
* Add Olimexino-STM32 board support from David SidraneGregory Nutt2015-03-202-1/+2
* Costmetic changes name while debugging a filename issueGregory Nutt2015-03-151-3/+4
* Needs to include nuttx/board.h, not nuttx/arch.h for button interfacesGregory Nutt2015-03-141-1/+1
* Bringing PPPD yet closer to the NuttX coding styleGregory Nutt2015-03-116-144/+200
* Add file headers to all PPPD files (still lots of style incompatibilies)Gregory Nutt2015-03-1114-197/+322
* Update ChangeLogGregory Nutt2015-03-111-1/+2
* Add a PPP daemon. From Max NeklyudovGregory Nutt2015-03-1121-0/+3941
* Fix two uses of DEBUG_COLORATION vs STACK_COLORATION (from David Sidrane). A...Gregory Nutt2015-03-051-3/+3
* Add missing options to NSH Library Kconfig. From Freddie ChopinGregory Nutt2015-03-021-0/+9
* Add some Kconfig dependencies to reduce possibility of bad configurations. S...Gregory Nutt2015-02-251-0/+1
* Update ChangeLogGregory Nutt2015-02-201-0/+4
* OS test: Improved error checking for sem_timedwait() from Juha NiskanenGregory Nutt2015-02-201-12/+36
* Fix some time value changes; mostly changing greater than 1000000000 to great...Gregory Nutt2015-02-201-1/+1
* apps/examples/ostest: Sample errno on returns from sem_timedwait(). Otherwis...Gregory Nutt2015-02-191-5/+8
* Fix typo in Telnet Kconfig. From OrbitalFoxGregory Nutt2015-02-191-1/+1
* apps/platform/Makefile: Add a default defintion for DELIM. Apparently it ma...Gregory Nutt2015-02-181-0/+2
* NSH: The default priority of the network initialization thread should be lowe...Gregory Nutt2015-02-171-1/+5
* Some files that now include sys/time.h should no longer include timer.hGregory Nutt2015-02-153-3/+0
* Suffer the consequences of moving struct timeval to its correct locationGregory Nutt2015-02-1515-2/+17
* Prep for 7.8 releaseGregory Nutt2015-02-111-5/+7
* Fix some warnings in audio code causing by fixing the prototypes of mq_send()...Gregory Nutt2015-02-091-2/+3
* Update ChangeLogGregory Nutt2015-02-061-0/+5
* apps/netutils/netlib: Add utilities to convert to/from prefix lengths from/t...Gregory Nutt2015-02-065-8/+333
* Fix errors in range of IPv6 netmask range in Kconfig filesGregory Nutt2015-02-053-26/+26
* ICMPv6: Some initial bugfix from first tests of the ICMPv6 auto-configuratio...Gregory Nutt2015-02-033-3/+13
* ICMPv6: This completes coding of the ICMPv6 auto-configuration feature. It i...Gregory Nutt2015-02-036-29/+35
* Add an ioctal() that can be used to perform ICMPv6 auto-configurationGregory Nutt2015-02-031-17/+14
* Update ChangeLogGregory Nutt2015-02-031-1/+8
* apps/builtin: better fix for building with parallel makeGregory Nutt2015-02-032-12/+24
* Add netlib and application hooks for ICMPv6 auto-configuration (still incompleteGregory Nutt2015-02-039-22/+164
* NSH: Fix error in conditional compilation in PS command. From Macs NGregory Nutt2015-02-031-1/+1
* Removed forced enable of CONFIG_READLINE_ECHO in apps/system/readline/readline.hGregory Nutt2015-02-011-7/+1