summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-087-7/+7
* apps/modbus: That completes a complete pass; all of the modbus files a littl...Gregory Nutt2015-04-0722-576/+708
* Modbus: changes to more C file to make them more compatible with NuttX coding...Gregory Nutt2015-04-074-255/+309
* Modbus: changes to several C file to make them more compatible with NuttX cod...Gregory Nutt2015-04-079-612/+750
* Modbus: Change to more header files to make them a little more consistent wit...Gregory Nutt2015-04-076-53/+76
* Modbus: Change to several header files to make them a little more consistent ...Gregory Nutt2015-04-075-152/+172
* apps/system: Clean up Kconfig menuingGregory Nutt2015-04-0727-117/+45
* Ooops accidentally committed some trash debug codeGregory Nutt2015-04-071-2/+1
* Modbus: Misc cleanupGregory Nutt2015-04-076-491/+555
* Minor changes to SAMV7 USB register definition file from reviewGregory Nutt2015-04-061-2/+1
* Update ChangeLogGregory Nutt2015-04-061-0/+3
* apps/modbus: Fix some complile problems when TCP is enabledGregory Nutt2015-04-062-75/+85
* drawline/drawLine should not take a boolean to select non lines caps or cappi...Gregory Nutt2015-04-051-2/+4
* Update ChangeLogsGregory Nutt2015-04-051-0/+2
* Add a 'capped' boolean parameter to all drawline/drawLine functions/methods. ...Gregory Nutt2015-04-051-3/+5
* Upate ChangeLogsGregory Nutt2015-04-041-0/+3
* 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
* 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