readme.msp430-bsl-telos
来自「无线通信的主要编程软件,是无线通信工作人员的必备工具,关天相关教程我会在后续传上」· MSP430-BSL-TELOS 代码 · 共 22 行
MSP430-BSL-TELOS
22 行
$Id: README.msp430-bsl-telos,v 1.2 2004/08/11 20:03:02 cssharp Exp $@author Cory Sharp <cssharp@eecs.berkeley.edu>To build a binary executable msp430-bsl.exe for Windows, first downloadand install Python 2.3 for Windows [1][2], the version included withCygwin is insufficient. Then install py2exe [3][4]. [1] http://www.python.org/download/ [2] http://www.python.org/ftp/python/2.3.4/Python-2.3.4.exe [3] http://starship.python.net/crew/theller/py2exe/ [4] http://prdownloads.sourceforge.net/py2exe/py2exe-0.5.3.win32-py2.3.exe?downloadTo compile msp430-bsl, execute setup.py: c:/Python23/python.exe setup.py py2exeWhen successful, that command creates a bin/ directory, which containsmsp430-bsl.exe and its supporting files. You must install bin/ andbin/lib/ all together, or it won't work. I installed it intoc:/mspgcc/bin, directly over the version that came with MSPGCC.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?