mirror of
https://github.com/google/pebble.git
synced 2025-05-29 06:23:13 +00:00
Import the pebble dev site into devsite/
This commit is contained in:
parent
3b92768480
commit
527858cf4c
1359 changed files with 265431 additions and 0 deletions
112
devsite/source/_includes/hardware-platforms.html
Normal file
112
devsite/source/_includes/hardware-platforms.html
Normal file
|
@ -0,0 +1,112 @@
|
|||
{% comment %}
|
||||
Copyright 2025 Google LLC
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
{% endcomment %}
|
||||
|
||||
<table class="centered-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Feature</th>
|
||||
<th>Classic,<br />Steel</th>
|
||||
<th nowrap="nowrap">Time,<br />Time Steel</th>
|
||||
<th>Time Round</th>
|
||||
<th>Pebble 2</th>
|
||||
<th>Time 2</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Platform</td>
|
||||
<td>Aplite</td>
|
||||
<td>Basalt</td>
|
||||
<td>Chalk</td>
|
||||
<td>Diorite</td>
|
||||
<td>Emery</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>CPU</td>
|
||||
<td nowrap="nowrap">Cortex-M3<br />64 MHz</td>
|
||||
<td colspan="3">Cortex-M4<br />100 MHz</td>
|
||||
<td>Cortex-M7<br />144 MHz</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Max. resource size</td>
|
||||
<td>96k</td>
|
||||
<td colspan="3">256k</td>
|
||||
<td>512k</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Max. app size (code + heap)</td>
|
||||
<td>24k</td>
|
||||
<td colspan="3">64k</td>
|
||||
<td>128k</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Display shape</td>
|
||||
<td colspan="2">Rectangle</td>
|
||||
<td>Round</td>
|
||||
<td colspan="2">Rectangle</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Display resolution</td>
|
||||
<td colspan="2">144 x 168</td>
|
||||
<td nowrap="nowrap">180 x 180</td>
|
||||
<td nowrap="nowrap">144 x 168</td>
|
||||
<td nowrap="nowrap">200 x 228</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Display PPI</td>
|
||||
<td>175</td>
|
||||
<td colspan="2">182</td>
|
||||
<td>175</td>
|
||||
<td>202</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Supported colors</td>
|
||||
<td>2</td>
|
||||
<td colspan="2">64</td>
|
||||
<td>2</td>
|
||||
<td>64</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Heart Rate Monitor</td>
|
||||
<td>No</td>
|
||||
<td colspan="2">Yes<br /><em>(with smartstrap)</em></td>
|
||||
<td>Yes<br /><em>(except SE model)</em></td>
|
||||
<td>Yes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Microphone</td>
|
||||
<td>No</td>
|
||||
<td colspan="4">Yes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sensors</td>
|
||||
<td colspan="3">Accelerometer, Compass</td>
|
||||
<td>Accelerometer</td>
|
||||
<td>Accelerometer, Compass</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Buttons</td>
|
||||
<td colspan="5">4</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Charging port</td>
|
||||
<td>Power only</td>
|
||||
<td colspan="2">Smart accessory port</td>
|
||||
<td>Smart accessory port <em>(data only)</em></td>
|
||||
<td>Smart accessory port</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
Loading…
Add table
Add a link
Reference in a new issue