Proof of concept implementation of various ROTS features/requirements
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
 
S.J.R. van Schaik 10595417f5 add README 5 年前
admin admin: implement jtag command 6 年前
protocol protocol: update commands 7 年前
README.md add README 5 年前

README.md

Building

mkdir -p ~/go/src/mcs
ln -s ~/Projects/tbm-go-rots ~/go/src/mcs
go install mcs/tbm-go-rots/admin
go install mcs/tbm-go-rots/protocol

Usage

To get the date from the admin serial interface:

~/go/bin/admin -serial-baud 115200 date

To get the date from the user serial interface:

~/go/bin/protocol -serial-baud 115200 date