forked from MarlinFirmware/Marlin
-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unify FYSETC F6 1.3 / 1.4 (MarlinFirmware#20507)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
- Loading branch information
1 parent
6426fa9
commit 235e37c
Showing
5 changed files
with
40 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ jobs: | |
|
||
# Extended AVR Environments | ||
|
||
- FYSETC_F6_13 | ||
- FYSETC_F6 | ||
- mega1280 | ||
- rambo | ||
- sanguino1284p | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"build": { | ||
"core": "arduino", | ||
"extra_flags": "-DARDUINO_AVR_MEGA2560", | ||
"f_cpu": "16000000L", | ||
"hwids": [ | ||
[ | ||
"0x27b2", | ||
"0x0002" | ||
] | ||
], | ||
"mcu": "atmega2560", | ||
"variant": "fysetcf6" | ||
}, | ||
"debug": { | ||
"simavr_target": "atmega2560", | ||
"avr-stub": { | ||
"speed": 115200 | ||
} | ||
}, | ||
"frameworks": [ | ||
"arduino" | ||
], | ||
"name": "FYSETC F6", | ||
"upload": { | ||
"maximum_ram_size": 8192, | ||
"maximum_size": 258048, | ||
"protocol": "wiring", | ||
"require_upload_port": true, | ||
"speed": 115200 | ||
}, | ||
"url": "https://www.fysetc.com/", | ||
"vendor": "FYSETC" | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters