Click or drag to resize

MuntsOSCPUKinds Enumeration

An enumeration of CPU types that may be found on Linux microcomputer boards support by MuntsOS Embedded Linux.

Namespace: IO.Objects.SimpleIO.Platforms
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public enum CPUKinds
Members
Member nameValueDescription
UNKNOWN0 The CPU is not recognized.
BCM27081 CPU used on all Raspberry Pi 1 boards.
BCM27092 CPU used on all Raspberry Pi 2 boards.
BCM27103 CPU used on all Raspberry Pi 3 boards, including the Raspberry Pi Zero 2.
BCM27114 CPU used on all Raspberry Pi 4 boards.
BCM27125 CPU used on all Raspberry Pi 5 boards.
See Also