Deprecate support for Simba and Pumbaa frameworks

This commit is contained in:
Valerii Koval
2022-04-18 12:45:21 +03:00
parent 4371944c6b
commit d342bced2d
24 changed files with 1 additions and 666 deletions
-1
View File
@@ -114,7 +114,6 @@ class Espressif32Platform(PlatformBase):
is_legacy_project = (
build_core == "mbcwb"
or set(("simba", "pumbaa")) & set(frameworks)
or set(("arduino", "espidf")) == set(frameworks)
)