attiny261
Source
Implementation
pub const attiny261: CpuModel = .{
.name = "attiny261",
.llvm_name = "attiny261",
.features = featureSet(&[_]Feature{
.avr25,
.smallstack,
}),
}Source
pub const attiny261: CpuModel = .{
.name = "attiny261",
.llvm_name = "attiny261",
.features = featureSet(&[_]Feature{
.avr25,
.smallstack,
}),
}