Skip to content

Commit

Permalink
Add definition for Microchip ATtiny416 Xplained Nano
Browse files Browse the repository at this point in the history
  • Loading branch information
jboynes authored Jul 19, 2023
1 parent af3bbed commit aae69d4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions boards/xplained_nano_416.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"build": {
"core": "megatinycore",
"extra_flags": "-DARDUINO_attinyxy6 -DMILLIS_USE_TIMERD0 -DLED_BUILTIN=PIN_PB5 -DPIN_BUTTON_BUILTIN=PIN_PB4",
"f_cpu": "20000000L",
"mcu": "attiny416",
"variant": "txy6"
},
"hardware": {
"oscillator": "internal"
},
"frameworks": [
"arduino"
],
"name": "ATtiny416 Xplained Nano",
"upload": {
"maximum_ram_size": 256,
"maximum_size": 4096,
"protocol": "xplainedmini_updi",
"speed": 115200
},
"url": "https://www.microchip.com/wwwproducts/en/ATTINY416",
"vendor": "Microchip"
}

0 comments on commit aae69d4

Please sign in to comment.