~ruther/avr-guess-the-number

ref: c98387472d899ba28d0030cae54bdb794feeb823 avr-guess-the-number/firmware/avr-specs/avr-atmega32u4.json -rw-r--r-- 578 bytes
c9838747 — František Boháček chore: move firmware files to firmware/ folder 1 year, 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "arch": "avr",
  "atomic-cas": false,
  "cpu": "atmega32u4",
  "data-layout": "e-P1-p:16:8-i8:8-i16:8-i32:8-i64:8-f32:8-f64:8-n8-a:8",
  "eh-frame-header": false,
  "exe-suffix": ".elf",
  "executables": true,
  "late-link-args": {
    "gcc": [
      "-lgcc"
    ]
  },
  "linker": "avr-gcc",
  "linker-is-gnu": true,
  "llvm-target": "avr-unknown-unknown",
  "max-atomic-width": 8,
  "no-default-libraries": false,
  "pre-link-args": {
    "gcc": [
      "-mmcu=atmega32u4",
      "-Wl,--as-needed"
    ]
  },
  "target-c-int-width": "16",
  "target-pointer-width": "16"
}
Do not follow this link