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:
Ben Lye 2017-11-25 21:58:57 +00:00
parent e25060a16e
commit d0f76117cd
4 changed files with 9 additions and 9 deletions

View File

@ -1 +1,3 @@
# Empty ## Save hex
recipe.output.tmp_file={build.project_name}.hex
recipe.output.save_file=multifw.hex

View File

@ -1,9 +1,7 @@
#
# Arduino AVR Core and platform. #
# ------------------------------
# For more info: # For more info:
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification # 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 version=1.0.0

View File

@ -10,7 +10,7 @@
}, },
"platforms": [ "platforms": [
{ {
"name": "Multi 4-in-1 Boards", "name": "Multi 4-in-1 AVR Board",
"architecture": "avr", "architecture": "avr",
"version": "1.0", "version": "1.0",
"category": "Contributed", "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", "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", "archiveFileName": "package_multi_4in1_board_v1.0.0.zip",
"checksum": "SHA-256:61AB463B5B91BCCBF285EB4C801B37E4F46138CA8762E4C04CCB09C2FF157CB7", "checksum": "SHA-256:18388AD5C6FDBA45474D1B69D7521A5AFBCF5A2790D9EB0D91E07508BC2B40F9",
"size": "3161", "size": "3201",
"boards": [ "boards": [
{"name": "Multi 4-in-1 (Atmega328p, 3.3V, 16MHz)"} {"name": "Multi 4-in-1 (Atmega328p, 3.3V, 16MHz)"}
], ],