readme

来自「eCos操作系统源码」· 代码 · 共 24 行

TXT
24
字号
The support directory provides a tool for downloading code to the calmRISCboard. This simple application communicates over a serial line (57600-8-N-1)with the MDSChip board which in turn controls the core eval board.Building the tool:  % gcc -g -O2 calmbreaker.c -o calmbreakerUsing the tool:  calmbreaker [--reset] [--run] [-p serialdev] [--srec-code | --srec-data]              [-f filename]     --reset      ==> Reset the board. Stops the core.     --run        ==> Start the core running at the reset vector     -p           ==> Specify the serial device     --srec-code  ==> Download s-records to program memory     --srec-date  ==> Download s-records to data memory     -f           ==> Specify s-record file. If -f is missing, use                      stdin.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?