mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Export board's connectivity
This commit is contained in:
@ -645,6 +645,7 @@ class PlatformBoardConfig(object):
|
|||||||
int(self._manifest.get("build", {}).get("f_cpu", "0L")[:-1]),
|
int(self._manifest.get("build", {}).get("f_cpu", "0L")[:-1]),
|
||||||
"ram": self._manifest.get("upload", {}).get("maximum_ram_size", 0),
|
"ram": self._manifest.get("upload", {}).get("maximum_ram_size", 0),
|
||||||
"rom": self._manifest.get("upload", {}).get("maximum_size", 0),
|
"rom": self._manifest.get("upload", {}).get("maximum_size", 0),
|
||||||
|
"connectivity": self._manifest.get("connectivity"),
|
||||||
"frameworks": self._manifest.get("frameworks"),
|
"frameworks": self._manifest.get("frameworks"),
|
||||||
"debug": self.get_debug_data(),
|
"debug": self.get_debug_data(),
|
||||||
"vendor": self._manifest['vendor'],
|
"vendor": self._manifest['vendor'],
|
||||||
|
Reference in New Issue
Block a user