Skip to content

Commit

Permalink
lib/flipper-gblink: Initial commit, v0.5
Browse files Browse the repository at this point in the history
Updates application.fam to support this as well as updates/moves
fields from the flipper-application-catalog .yml here in preparation
for cleaning that up on the next version.
  • Loading branch information
kbembedded committed Dec 17, 2023
1 parent bb9dac7 commit 17daede
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "lib/flipper-gblink"]
path = lib/flipper-gblink
url = https://github.com/kbembedded/flipper-gblink
11 changes: 9 additions & 2 deletions application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ App(
fap_category="GPIO",
fap_icon="pokemon_10px.png",
fap_icon_assets="assets",
fap_author="Esteban Fuentealba",
fap_weburl="https://github.com/EstebanFuentealba"
fap_author="Esteban Fuentealba, Kris Bahnsen, Darryn Cull",
fap_weburl="https://github.com/EstebanFuentealba",
fap_description="Pokemon exchange from Flipper Zero to Game Boy for Generation I (Pokemon Red, Blue, Yellow)",
fap_private_libs=[
Lib(
name="flipper-gblink",
sources=["gblink.c"],
),
],
)
1 change: 1 addition & 0 deletions lib/flipper-gblink
Submodule flipper-gblink added at 91c642

0 comments on commit 17daede

Please sign in to comment.