platforms.properties
来自「elliptic curve加密源代码」· PROPERTIES 代码 · 共 20 行
PROPERTIES
20 行
##Initial properties for the known platforms#This property file is used to associate the platforms specified in the comm#ID string (e.g. serial@COM1:mica) with various plaftorm-specific parameters#The entry format is as follows: # <platform>=<platform package>, <integer ID>, <baudrate># where#<platform> -- that's the platform we compile for (i.e. valid nesc target#<platform package> -- name of the common package family that uses the same AM format (e.g. avrmote)#<integer ID> -- unique integer that is used by serial forwarder to identify the platform across the network#<baudrate> -- default serial port datarate used to communicate with the mote#Thu Nov 04 18:44:39 PST 2004telos=telos,1,19200mica=avrmote,2,19200eyes=eyes,4,19200micaz=micaz,3,57600mica2=avrmote,2,57600mica2dot=avrmote,2,19200imote2=micaz,5,115200
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?