mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Add support for MightyCore ATmega8535 board // Issue #585
This commit is contained in:
@ -7,6 +7,8 @@ PlatformIO 2.0
|
|||||||
2.9.2 (2016-??-??)
|
2.9.2 (2016-??-??)
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* Added support for MightyCore ATmega8535 board
|
||||||
|
(`issue #585 <https://github.com/platformio/platformio/issues/585>`_)
|
||||||
* Use HTTP mirror for Package Manager in a case with SSL errors
|
* Use HTTP mirror for Package Manager in a case with SSL errors
|
||||||
(`issue #645 <https://github.com/platformio/platformio/issues/645>`_)
|
(`issue #645 <https://github.com/platformio/platformio/issues/645>`_)
|
||||||
* Fixed bug with ``env_default`` when ``pio run -e`` is used
|
* Fixed bug with ``env_default`` when ``pio run -e`` is used
|
||||||
|
@ -561,7 +561,7 @@
|
|||||||
"variant": "OpenBCI"
|
"variant": "OpenBCI"
|
||||||
},
|
},
|
||||||
"frameworks": ["arduino"],
|
"frameworks": ["arduino"],
|
||||||
"name": "Digilent OpenScope",
|
"name": "OpenBCI 32bit",
|
||||||
"platform": "microchippic32",
|
"platform": "microchippic32",
|
||||||
"upload": {
|
"upload": {
|
||||||
"maximum_ram_size": 32768,
|
"maximum_ram_size": 32768,
|
||||||
@ -571,7 +571,7 @@
|
|||||||
"speed": 115200,
|
"speed": 115200,
|
||||||
"wait_for_upload_port": true
|
"wait_for_upload_port": true
|
||||||
},
|
},
|
||||||
"url": "http://store.digilentinc.com/",
|
"url": "http://shop.openbci.com/",
|
||||||
"vendor": "Digilent"
|
"vendor": "OpenBCI"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -129,5 +129,27 @@
|
|||||||
},
|
},
|
||||||
"url": "https://www.tindie.com/products/MCUdude/dip-40-arduino-compatible-development-board",
|
"url": "https://www.tindie.com/products/MCUdude/dip-40-arduino-compatible-development-board",
|
||||||
"vendor": "Mcudude"
|
"vendor": "Mcudude"
|
||||||
|
},
|
||||||
|
|
||||||
|
"mightycore8535": {
|
||||||
|
"build": {
|
||||||
|
"core": "MightyCore",
|
||||||
|
"extra_flags": "-DARDUINO_ARCH_AVR -DARDUINO_AVR_ATmega8535",
|
||||||
|
"f_cpu": "16000000L",
|
||||||
|
"mcu": "atmega16",
|
||||||
|
"variant": "mightycore"
|
||||||
|
},
|
||||||
|
"frameworks": ["arduino"],
|
||||||
|
"name": "MightyCore ATmega8535",
|
||||||
|
"platform": "atmelavr",
|
||||||
|
"upload": {
|
||||||
|
"maximum_ram_size": 512,
|
||||||
|
"maximum_size": 7680,
|
||||||
|
"protocol": "arduino",
|
||||||
|
"require_upload_port" : true,
|
||||||
|
"speed": 115200
|
||||||
|
},
|
||||||
|
"url": "https://www.tindie.com/products/MCUdude/dip-40-arduino-compatible-development-board",
|
||||||
|
"vendor": "Mcudude"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user