Skip to content

Commit

Permalink
Merge branch 'release/v4.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Jul 30, 2021
2 parents 5bd7996 + fec083e commit 188113b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 114 deletions.
114 changes: 2 additions & 112 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-nxpimxrt.git"
},
"version": "4.1.0",
"version": "4.2.0",
"frameworks": {
"mbed": {
"package": "framework-mbed",
Expand Down Expand Up @@ -48,117 +48,7 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~2.20500.0"
},
"framework-zephyr-cmsis": {
"optional": true,
"owner": "platformio",
"version": "0.0.0-alpha+sha.c3bd2094f9"
},
"framework-zephyr-canopennode": {
"optional": true,
"owner": "platformio",
"version": "0.0.0-alpha+sha.468d350028"
},
"framework-zephyr-civetweb": {
"optional": true,
"owner": "platformio",
"version": "0.0.0-alpha+sha.e6903b80c0"
},
"framework-zephyr-fatfs": {
"optional": true,
"owner": "platformio",
"version": "0.0.0-alpha+sha.1d1fcc725a"
},
"framework-zephyr-hal-nxp": {
"optional": true,
"owner": "platformio",
"version": "0.0.0-alpha+sha.b916bca1d5"
},
"framework-zephyr-hal-st": {
"optional": true,
"owner": "platformio",
"version": "0.0.0-alpha+sha.b52fdbf4b6"
},
"framework-zephyr-libmetal": {
"optional": true,
"owner": "platformio",
"version": "0.0.0-alpha+sha.9d4ee2c3cf"
},
"framework-zephyr-lvgl": {
"optional": true,
"owner": "platformio",
"version": "0.0.0-alpha+sha.31acbaa36e"
},
"framework-zephyr-mbedtls": {
"optional": true,
"owner": "platformio",
"version": "0.0.0-alpha+sha.24d84ecff1"
},
"framework-zephyr-mcuboot": {
"optional": true,
"owner": "platformio",
"version": "0.0.0-alpha+sha.3fc59410b6"
},
"framework-zephyr-mcumgr": {
"optional": true,
"owner": "platformio",
"version": "0.0.0-alpha+sha.43845e883f"
},
"framework-zephyr-open-amp": {
"optional": true,
"owner": "platformio",
"version": "0.0.0-alpha+sha.de1b85a130"
},
"framework-zephyr-loramac-node": {
"optional": true,
"owner": "platformio",
"version": "0.0.0-alpha+sha.3f545d76a2"
},
"framework-zephyr-openthread": {
"optional": true,
"owner": "platformio",
"version": "0.0.0-alpha+sha.1d668284a0"
},
"framework-zephyr-segger": {
"optional": true,
"owner": "platformio",
"version": "0.0.0-alpha+sha.38c79a447e"
},
"framework-zephyr-sof": {
"optional": true,
"owner": "platformio",
"version": "0.0.0-alpha+sha.b5b772dd61"
},
"framework-zephyr-tinycbor": {
"optional": true,
"owner": "platformio",
"version": "0.0.0-alpha+sha.40daca97b4"
},
"framework-zephyr-tinycrypt": {
"optional": true,
"owner": "platformio",
"version": "0.0.0-alpha+sha.3e9a49d267"
},
"framework-zephyr-littlefs": {
"optional": true,
"owner": "platformio",
"version": "0.0.0-alpha+sha.9e4498d1c7"
},
"framework-zephyr-mipi-sys-t": {
"optional": true,
"owner": "platformio",
"version": "0.0.0-alpha+sha.75e671550a"
},
"framework-zephyr-tfm-mcuboot": {
"optional": true,
"owner": "platformio",
"version": "1.7.0-rc1"
},
"framework-zephyr-trusted-firmware-m": {
"optional": true,
"owner": "platformio",
"version": "0.0.0-alpha+sha.96340fb6c0"
"version": "~2.20600.0"
},
"tool-openocd": {
"type": "debugger",
Expand Down
3 changes: 1 addition & 2 deletions platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ def configure_default_packages(self, variables, targets):
self.packages["toolchain-gccarmnoneeabi"]["version"] = "~1.90201.0"
if "zephyr" in frameworks:
for p in self.packages:
if p.startswith("framework-zephyr-") or p in (
"tool-cmake", "tool-dtc", "tool-ninja"):
if p in ("tool-cmake", "tool-dtc", "tool-ninja"):
self.packages[p]["optional"] = False
if "windows" not in get_systype():
self.packages["tool-gperf"]["optional"] = False
Expand Down

0 comments on commit 188113b

Please sign in to comment.