File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "arch" : " avr" ,
3+ "atomic-cas" : false ,
4+ "cpu" : " attiny404" ,
5+ "data-layout" : " e-P1-p:16:8-i8:8-i16:8-i32:8-i64:8-f32:8-f64:8-n8-a:8" ,
6+ "eh-frame-header" : false ,
7+ "exe-suffix" : " .elf" ,
8+ "executables" : true ,
9+ "late-link-args" : {
10+ "gcc" : [
11+ " -lgcc"
12+ ]
13+ },
14+ "linker" : " avr-gcc" ,
15+ "llvm-target" : " avr-unknown-unknown" ,
16+ "max-atomic-width" : 8 ,
17+ "no-default-libraries" : false ,
18+ "pre-link-args" : {
19+ "gcc" : [
20+ " -mmcu=attiny404"
21+ ]
22+ },
23+ "target-c-int-width" : " 16" ,
24+ "target-pointer-width" : " 16"
25+ }
Original file line number Diff line number Diff line change 3434 "attiny167" : {
3535 "cpu" : "attiny167" ,
3636 },
37+ "attiny404" : {
38+ "cpu" : "attiny404" ,
39+ },
3740 "attiny2313" : {
3841 "cpu" : "attiny2313" ,
3942 },
You can’t perform that action at this time.
0 commit comments