summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2015-04-21Import layer1 from osmocomBB (WIP: NOT COMPLETE)gnutoo/layer1-2015-wipDenis 'GNUtoo' Carikli182-117/+17253
2015-04-05Update ChangeLogsGregory Nutt1-0/+2
2015-04-05Add a 'capped' boolean parameter to all drawline/drawLine functions/methods. ...Gregory Nutt1-3/+5
2015-04-04Upate ChangeLogsGregory Nutt1-0/+3
2015-04-04More renaming: up_lcdinitialize->board_lcd_initialize, up_lcdgetdev->board_lc...Gregory Nutt9-41/+66
2015-04-01Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.Gregory Nutt3-3/+3
2015-03-31Update ChangeLogsGregory Nutt1-0/+2
2015-03-31Rename pwm_devinit() to board_pwm_setup(). Add CONFIG_BOARDCTL_PWMTEST that ...Gregory Nutt3-15/+6
2015-03-31Kconfig files: If external graphics initialization is required, it depends on...Gregory Nutt5-0/+10
2015-03-31Rename up_nxdrvinit() to board_graphics_setup(). Add CONFIG_BOARDCTL_GRAPHIC...Gregory Nutt19-101/+125
2015-03-31Update ChangeLogsGregory Nutt1-0/+3
2015-03-31Rename adc_devinit() to board_adc_setup(). Add support to the boardctl() int...Gregory Nutt3-15/+5
2015-03-31Update ChangeLogsGregory Nutt1-0/+4
2015-03-31rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() a...Gregory Nutt4-30/+24
2015-03-31Update ChangeLogsGregory Nutt1-0/+4
2015-03-31NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_ini...Gregory Nutt4-34/+8
2015-03-31Update ChangeLogGregory Nutt1-0/+1
2015-03-31Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt4-7/+8
2015-03-29Add some missing dependencies in Kconfig filesGregory Nutt3-0/+3
2015-03-29Cortex-M7: Add support for enabled the D-Cache in write only mode.Gregory Nutt1-1/+2
2015-03-24SAMV7 USB: Updates to early initialization logicGregory Nutt1-0/+1
2015-03-23Make sure that FPU test, HID keyboard example, and touchscreen options are on...Gregory Nutt3-3/+19
2015-03-23Rename up_cxxinitialize.c to stm32_cxxinitialize.cGregory Nutt2-3/+3
2015-03-20Add Olimexino-STM32 board support from David SidraneGregory Nutt2-1/+2
2015-03-15Costmetic changes name while debugging a filename issueGregory Nutt1-3/+4
2015-03-14Needs to include nuttx/board.h, not nuttx/arch.h for button interfacesGregory Nutt1-1/+1
2015-03-11Bringing PPPD yet closer to the NuttX coding styleGregory Nutt6-144/+200
2015-03-11Add file headers to all PPPD files (still lots of style incompatibilies)Gregory Nutt14-197/+322
2015-03-11Update ChangeLogGregory Nutt1-1/+2
2015-03-11Add a PPP daemon. From Max NeklyudovGregory Nutt21-0/+3941
2015-03-05Fix two uses of DEBUG_COLORATION vs STACK_COLORATION (from David Sidrane). A...Gregory Nutt1-3/+3
2015-03-02Add missing options to NSH Library Kconfig. From Freddie ChopinGregory Nutt1-0/+9
2015-02-25Add some Kconfig dependencies to reduce possibility of bad configurations. S...Gregory Nutt1-0/+1
2015-02-20Update ChangeLogGregory Nutt1-0/+4
2015-02-20OS test: Improved error checking for sem_timedwait() from Juha NiskanenGregory Nutt1-12/+36
2015-02-20Fix some time value changes; mostly changing greater than 1000000000 to great...Gregory Nutt1-1/+1
2015-02-19apps/examples/ostest: Sample errno on returns from sem_timedwait(). Otherwis...Gregory Nutt1-5/+8
2015-02-19Fix typo in Telnet Kconfig. From OrbitalFoxGregory Nutt1-1/+1
2015-02-18apps/platform/Makefile: Add a default defintion for DELIM. Apparently it ma...Gregory Nutt1-0/+2
2015-02-17NSH: The default priority of the network initialization thread should be lowe...Gregory Nutt1-1/+5
2015-02-15Some files that now include sys/time.h should no longer include timer.hGregory Nutt3-3/+0
2015-02-15Suffer the consequences of moving struct timeval to its correct locationGregory Nutt15-2/+17
2015-02-11Prep for 7.8 releaseGregory Nutt1-5/+7
2015-02-09Fix some warnings in audio code causing by fixing the prototypes of mq_send()...Gregory Nutt1-2/+3
2015-02-06Update ChangeLogGregory Nutt1-0/+5
2015-02-06apps/netutils/netlib: Add utilities to convert to/from prefix lengths from/t...Gregory Nutt5-8/+333
2015-02-05Fix errors in range of IPv6 netmask range in Kconfig filesGregory Nutt3-26/+26
2015-02-03ICMPv6: Some initial bugfix from first tests of the ICMPv6 auto-configuratio...Gregory Nutt3-3/+13
2015-02-03ICMPv6: This completes coding of the ICMPv6 auto-configuration feature. It i...Gregory Nutt6-29/+35
2015-02-03Add an ioctal() that can be used to perform ICMPv6 auto-configurationGregory Nutt1-17/+14