summaryrefslogtreecommitdiff
path: root/apps/modbus
Commit message (Expand)AuthorAgeFilesLines
* Fixes for more cppcheck complaints. Mostly cosmeticGregory Nutt2014-11-253-201/+208
* Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt2014-09-061-0/+2
* More trailing whilespace removalGregory Nutt2014-04-1319-38/+38
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-7/+4
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-041-3/+3
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+10
* Minor changes to make OS test more robust in the presence of many memory allo...patacongo2013-02-261-2/+0
* Remove .context kludge from apps/ directorypatacongo2012-12-231-1/+0
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-4/+4
* 0001-some-fixes-for-FreeMODBUS-and-MODBUS-example.patch from Freddi Chopinpatacongo2012-11-201-1/+1
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-5/+8
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* ModBus fixes from Freddie Chopinpatacongo2012-11-141-1/+3
* Centralized the definition of the INCDIR script in tools/Config.mkpatacongo2012-11-135-5/+5
* Changes to get a clean ez80 build using the ZDS 5.1.1 toolchainpatacongo2012-11-121-2/+6
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-3/+2
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Fixes to apps/*/Make.defs files needed for auto-configuration buildpatacongo2012-08-141-1/+1
* Remove BOTHERpatacongo2012-07-246-16/+18
* Baud definitions (B9600 for example) are again encoded; Now supports the BOTH...patacongo2012-07-233-48/+26
* Don't use strerror in apps/modbus; Add CONFIG_MB_TERMIOS to enable/suppress u...patacongo2012-07-224-170/+213
* Use NuttX types in FreeModBus port; Add FreeModBus demo at apps/examples/modb...patacongo2012-07-2120-349/+343
* FreeModBus now buildspatacongo2012-07-2119-98/+130
* Add FreeModBus to NuttX build systempatacongo2012-07-219-14/+395
* FreeModBus is now integrated with the Nuttx configuration systempatacongo2012-07-2118-74/+956
* Check-in of initial, unmodified freemodbus-v1.5.0patacongo2012-07-2117-0/+2842