MuntsOSCPUKinds Enumeration |
An enumeration of CPU types that may be found on Linux
microcomputer boards support by MuntsOS Embedded Linux.
Namespace: IO.Objects.SimpleIO.PlatformsAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax Members Member name | Value | Description |
---|
UNKNOWN | 0 |
The CPU is not recognized.
|
BCM2708 | 1 |
CPU used on all Raspberry Pi 1 boards.
|
BCM2709 | 2 |
CPU used on all Raspberry Pi 2 boards.
|
BCM2710 | 3 |
CPU used on all Raspberry Pi 3 boards, including the Raspberry
Pi Zero 2.
|
BCM2711 | 4 |
CPU used on all Raspberry Pi 4 boards.
|
BCM2712 | 5 |
CPU used on all Raspberry Pi 5 boards.
|
See Also