update board package to 1.3.6

update Arduboy FX library
add microcade support
add microcade bootloader
update Ardubiy2 library
This commit is contained in:
Mr.Blinky 2023-01-07 02:36:53 +01:00
parent 29dd60bb1c
commit a596b18d8c
2 changed files with 22 additions and 1 deletions

Binary file not shown.

View File

@ -361,7 +361,28 @@
], ],
"toolsDependencies": [ "toolsDependencies": [
] ]
} ], },
{
"name": "Arduboy homemade package",
"architecture": "avr",
"version": "1.3.6",
"category": "Contributed",
"help": {
"online": "http://community.arduboy.com/"
},
"url": "https://github.com/MrBlinky/Arduboy-homemade-package/raw/master/board-package/arduboy-homemade-1.3.6.zip",
"archiveFileName": "arduboy-homemade-1.3.5.zip",
"checksum": "SHA-256:1430f3c358094aff232659696be877e73d1071ce8011c04a2f6d46d5d269f688",
"size": "1356284",
"boards": [
{"name": "Arduboy production"},
{"name": "Arduboy DevKit"},
{"name": "Arduino Leonardo"},
{"name": "Arduino / Genuino Micro"},
{"name": "ProMicro 5V"}
],
"toolsDependencies": [
] ],
"tools":[] "tools":[]
} }
] ]