summaryrefslogtreecommitdiff
path: root/apps/modbus/nuttx
Commit message (Expand)AuthorAgeFilesLines
* apps/modbus: That completes a complete pass; all of the modbus files a littl...Gregory Nutt2015-04-074-4/+5
* Modbus: changes to several C file to make them more compatible with NuttX cod...Gregory Nutt2015-04-075-285/+366
* Modbus: Change to more header files to make them a little more consistent wit...Gregory Nutt2015-04-071-3/+4
* Modbus: Misc cleanupGregory Nutt2015-04-071-9/+18
* Suffer the consequences of moving struct timeval to its correct locationGregory Nutt2015-02-151-0/+1
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* Centralized the definition of the INCDIR script in tools/Config.mkpatacongo2012-11-131-1/+1
* Remove BOTHERpatacongo2012-07-241-11/+13
* Baud definitions (B9600 for example) are again encoded; Now supports the BOTH...patacongo2012-07-231-35/+19
* Don't use strerror in apps/modbus; Add CONFIG_MB_TERMIOS to enable/suppress u...patacongo2012-07-222-170/+200
* Use NuttX types in FreeModBus port; Add FreeModBus demo at apps/examples/modb...patacongo2012-07-215-81/+75
* FreeModBus now buildspatacongo2012-07-215-51/+72
* Add FreeModBus to NuttX build systempatacongo2012-07-211-0/+40
* FreeModBus is now integrated with the Nuttx configuration systempatacongo2012-07-215-0/+699