summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* When boardctl() fails, need to print errno not the returned value which will ...Gregory Nutt2015-04-163-5/+5
* Update ChangeLogGregory Nutt2015-04-161-0/+3
* apps/examples/nxlines: Fix missing right bracket that causes compile error w...Gregory Nutt2015-04-161-1/+1
* Update comments and READMEGregory Nutt2015-04-151-0/+12
* Update READMEGregory Nutt2015-04-151-7/+23
* Update ChangeLogsGregory Nutt2015-04-151-1/+2
* configs/sim/src: Add logic to test localtime and TZ database. See apps/syst...Gregory Nutt2015-04-152-6/+54
* Update README filesGregory Nutt2015-04-151-0/+3
* apps/system/zoneinfo: Remove tzmount command. It violates some OS boundariesGregory Nutt2015-04-154-192/+116
* Update ChangeLogGregory Nutt2015-04-151-0/+4
* apps/system/zoneinfo: Add logic to build a ROMFS file system containing the ...Gregory Nutt2015-04-158-22/+284
* Prep for 7.9 releaseGregory Nutt2015-04-142-2/+3
* Update ChangeLogGregory Nutt2015-04-141-0/+3
* apps/system/zoneinfo: All logic to build timezone info. Does not do much el...Gregory Nutt2015-04-148-2/+277
* Forgot to add a file in a previous commitGregory Nutt2015-04-141-0/+126
* Update ChangeLogGregory Nutt2015-04-141-0/+5
* apps/netutils: Separated out apps/examples/pppd; split up pppd utils. From ...Gregory Nutt2015-04-1410-90/+33
* Add apps/examples/pppd test case. From Brennan Ashton.Gregory Nutt2015-04-147-1/+261
* apps/netutils/ppp: Make pppd PAP authentication optional. From Brennan AshtonGregory Nutt2015-04-146-14/+73
* Remove more NTP client references from pppd. From Brennan Ashton.Gregory Nutt2015-04-132-17/+0
* Remove ntpclient file in pppd dir. From Brennan Ashton.Gregory Nutt2015-04-131-207/+0
* Update ChangeLogGregory Nutt2015-04-111-0/+3
* Allow NSH date command with no RTC. This command is useful without an RTC to...Gregory Nutt2015-04-118-21/+25
* Update ChangeLogGregory Nutt2015-04-111-1/+4
* Add master support to modbus. From Darcy GongGregory Nutt2015-04-1114-65/+621
* Add Modbus RTU master logic. From Darcy GongGregory Nutt2015-04-113-0/+538
* Add Modbus master logic. From Darcy GongGregory Nutt2015-04-115-0/+1424
* Minor updates to README filesGregory Nutt2015-04-101-0/+4
* Fix several typos in commentsGregory Nutt2015-04-091-1/+1
* Update ChangeLogGregory Nutt2015-04-091-0/+2
* apps/examples/ostest: Add a test for the sigprocmask, sighold, and sigrelseGregory Nutt2015-04-095-1/+248
* exampels/nxlines: Needs to include sys/boardctl.cGregory Nutt2015-04-091-0/+1
* Remove executable flag from more .c and .h filesGregory Nutt2015-04-093-0/+0
* 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