{% assign d = site.data.specs[include.device] %}
![]() |
|
| Name | {{ d.name }}{% if d.variant != "" %} ({{ d.variant }}){% endif %} |
|---|---|
| Manufacturer | {{ d.manufacturer }} |
| Status | {{ d.status }} | {% if d.status == "For sale" %}
| Buy now! | {% endif %} {% if d.status == "Crowdfunding" %}|
| Back now! | {% endif %}|
Microprocessor |
|
| Architecture | {{ d.microprocessor_architecture }} |
| Manufacturer | {{ d.microprocessor_manufacturer }} |
| Part | {{ d.microprocessor_part }} |
| Datasheet | {{ d.microprocessor_datasheet }} |
| Class | {{ d.microprocessor_class }} |
| Frequency | {{ d.microprocessor_mhz|round }} MHz (Max) |
| Benchmarks | {{ d.microprocessor_coremark_mhz|round }} CoreMark/MHz, {{ d.microprocessor_dmips_mhz|round }} DMips/MHz |
Storage |
|
| Memory | {{ d.storage_memory|round }} kilobytes |
| Flash | {{ d.storage_flash|round }} kilobytes |
Toolchain Support |
|
| Bare Metal C | {{ d.software_support_bare_metal_c }} (GCC: {{ d.software_support_gcc_status }}, LLVM: {{ d.software_support_llvm_status }}) |
| Embedded Rust | {{ d.software_support_bare_metal_rust }} |
Software Support |
|
| {{ d.software_support_zephyr }} | |
| {{ d.software_support_micropython }} | |
| {{ d.software_support_circuit_python }} | |
| {{ d.software_support_nuttx }} | |
Emulation Support |
|
| {{ d.software_support_qemu_emulation }} | |
| {{ d.software_support_renode_emulation }} | |
| {{ d.software_support_verilator_emulation }} | |
Security Key Support |
|
| U2F | {{ d.software_support_u2f }} |
| FIDO2 | {{ d.software_support_fido2 }} |
| Secure Key Storage | ? |
Crypto |
|
| Crypto Acceleration | {{ d.crypto_acceleration }} |
| Hardware Random Number Generator | {{ d.crypto_random_number_generator }} |
Links |
|
| Schematics | {{ d.links_schematics }} |
| Bootloader Code | {{ d.links_bootloader }} |
| Quick Start Code | {{ d.links_quickstart }} |