mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Fix Arduino Due ROM & RAM size
This commit is contained in:
@ -553,8 +553,8 @@
|
||||
"platform": "atmelsam",
|
||||
"upload": {
|
||||
"disable_flushing": true,
|
||||
"maximum_ram_size": 524288,
|
||||
"maximum_size": 28672,
|
||||
"maximum_ram_size": 28672,
|
||||
"maximum_size": 524288,
|
||||
"protocol": "sam-ba",
|
||||
"speed": 57600,
|
||||
"use_1200bps_touch": true,
|
||||
|
Reference in New Issue
Block a user