You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

19 lines
422 B

{
"inherits": ["avr"],
"llvm-target": "avr-atmel-none",
"cpu": "attiny85",
"build-tags": ["digispark", "attiny85", "attiny", "avr2", "avr25"],
"cflags": [
"-mmcu=attiny85"
],
"ldflags": [
"-Wl,--defsym=_bootloader_size=2180",
"-Wl,--defsym=_stack_size=128",
"-T", "src/device/avr/attiny85.ld"
],
"extra-files": [
"targets/avr.S",
"src/device/avr/attiny85.s"
],
"flash": "micronucleus --run {hex}"
}