1
0
mirror of https://github.com/wfjm/w11.git synced 2026-01-26 04:21:05 +00:00

- migrate to rlink protocol version 4

- Goals for rlink v4
    - 16 bit addresses (instead of 8 bit)
    - more robust encoding, support for error recovery at transport level
    - add features to reduce round trips
      - improved attention handling
      - new 'list abort' command
  - For further details see README_Rlink_V4.txt
- use own C++ based tcl shell tclshcpp instead of tclsh
This commit is contained in:
Walter F.J. Mueller
2014-12-20 16:39:52 +00:00
parent 093d540121
commit d87ac86f53
203 changed files with 9324 additions and 10881 deletions

View File

@@ -1,7 +1,8 @@
# $Id: checkpath_cpp.mk 504 2013-04-13 15:37:24Z mueller $
# $Id: checkpath_cpp.mk 602 2014-11-08 21:42:47Z mueller $
#
# Revision History:
# Date Rev Version Comment
# 2014-11-08 602 1.1 add default for TCLLIB
# 2013-03-01 493 1.0.1 fix logic
# 2013-02-01 479 1.0 Initial version
#
@@ -32,3 +33,9 @@ endif
ifndef BOOSTLIB
BOOSTLIB = /usr/lib
endif
#
# define TCLLIB, if needed
#
ifndef TCLLIB
TCLLIB = /usr/lib
endif