Skylanders plugin (#3315)

* PoC skylanders plugin
* based on db0c7e4fad
* More figures
* Fix util methods

Co-authored-by: あく <alleteam@gmail.com>
Co-authored-by: gornekich <n.gorbadey@gmail.com>
This commit is contained in:
Eric Betts
2024-05-15 11:09:08 -07:00
committed by GitHub
parent 1d17206e23
commit 50bee67748
2 changed files with 882 additions and 0 deletions

View File

@@ -182,6 +182,15 @@ App(
sources=["plugins/supported_cards/itso.c"],
)
App(
appid="skylanders_parser",
apptype=FlipperAppType.PLUGIN,
entry_point="skylanders_plugin_ep",
targets=["f7"],
requires=["nfc"],
sources=["plugins/supported_cards/skylanders.c"],
)
App(
appid="nfc_start",
targets=["f7"],