mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
69 lines
1.8 KiB
HTML
69 lines
1.8 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">
|
||
|
<html><head>
|
||
|
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
|
||
|
<meta http-equiv="Content-Language" content="en-us"><title>Product</title>
|
||
|
|
||
|
<link rel="stylesheet" type="text/css" href="../style.css">
|
||
|
</head>
|
||
|
<body style="background-color: rgb(255, 255, 255);">
|
||
|
<h3><a name="over"></a>sys</h3>
|
||
|
<br>
|
||
|
<p style="margin-bottom: 0in;"> <font face="Bitstream Vera Sans Mono, sans-serif"><a name="platform"></a>[sys.platform()]
|
||
|
pd.platform(): returns the platform name (f.e. LM3S)</font>
|
||
|
</p>
|
||
|
<p style="margin-bottom: 0in;">
|
||
|
</p>
|
||
|
<p style="margin-bottom: 0in;"> <font face="Bitstream Vera Sans Mono, sans-serif"><a name="mcu"></a>[sys.mcu()]
|
||
|
pd.cpu(): returns the CPU name (f.e. LM3S8962)</font>
|
||
|
</p>
|
||
|
<p style="margin-bottom: 0in;"> <font face="Bitstream Vera Sans Mono, sans-serif"><a name="cpu"></a>[sys.cpu()]
|
||
|
would return ARM Cortex M3 in this case.....</font></p>
|
||
|
<p style="margin-bottom: 0in;"><font face="Bitstream Vera Sans Mono, sans-serif"><br>
|
||
|
</font></p>
|
||
|
<font face="Bitstream Vera Sans Mono, sans-serif"> <a name="board"></a>[sys.board()]</font><font face="Bitstream Vera Sans Mono, sans-serif">
|
||
|
pd.board(): returns the CPU board (f.e. EK-LM3S8962)</font>
|
||
|
<p style="margin-bottom: 0in;"> <br>
|
||
|
</p>
|
||
|
<p style="margin-bottom: 0in;"> Could also be <b>elua.</b><br>
|
||
|
</p>
|
||
|
<p style="margin-bottom: 0in;"> Many other miscelania
|
||
|
functions will need a place to live and sys or elua is more generic
|
||
|
than pd for it.<br>
|
||
|
</p>
|
||
|
<font style="color: rgb(0, 0, 255);" color="#ff0000">
|
||
|
</font><br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
<br>
|
||
|
</body></html>
|