mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 18:38:13 +00:00
Update Atmega328 board definition
- Tweak to AVR board menu entry - Exported binary will be named 'multifw.hex' - Updated zip and JSON files
This commit is contained in:
parent
e25060a16e
commit
d0f76117cd
@ -1 +1,3 @@
|
||||
# Empty
|
||||
## Save hex
|
||||
recipe.output.tmp_file={build.project_name}.hex
|
||||
recipe.output.save_file=multifw.hex
|
||||
|
@ -1,9 +1,7 @@
|
||||
|
||||
# Arduino AVR Core and platform.
|
||||
# ------------------------------
|
||||
|
||||
#
|
||||
#
|
||||
# For more info:
|
||||
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
|
||||
|
||||
name=Multi 4-in-1 Boards
|
||||
name=Multi 4-in-1 AVR
|
||||
version=1.0.0
|
||||
|
@ -10,7 +10,7 @@
|
||||
},
|
||||
"platforms": [
|
||||
{
|
||||
"name": "Multi 4-in-1 Boards",
|
||||
"name": "Multi 4-in-1 AVR Board",
|
||||
"architecture": "avr",
|
||||
"version": "1.0",
|
||||
"category": "Contributed",
|
||||
@ -19,8 +19,8 @@
|
||||
},
|
||||
"url": "https://github.com/pascallanger/DIY-Multiprotocol-TX-Module/raw/master/BootLoaders/package_multi_4in1_board_v1.0.0.zip",
|
||||
"archiveFileName": "package_multi_4in1_board_v1.0.0.zip",
|
||||
"checksum": "SHA-256:61AB463B5B91BCCBF285EB4C801B37E4F46138CA8762E4C04CCB09C2FF157CB7",
|
||||
"size": "3161",
|
||||
"checksum": "SHA-256:18388AD5C6FDBA45474D1B69D7521A5AFBCF5A2790D9EB0D91E07508BC2B40F9",
|
||||
"size": "3201",
|
||||
"boards": [
|
||||
{"name": "Multi 4-in-1 (Atmega328p, 3.3V, 16MHz)"}
|
||||
],
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user