mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-07 14:12:31 -04:00
Move more apps + language module (#1643)
* CoasterP to ext (Burger pager) * LGE to ext app * Solve compiler literal removal with centralizing common string literals.
This commit is contained in:
parent
5b9d898202
commit
b58ee761a1
21 changed files with 429 additions and 152 deletions
15
firmware/application/external/external.cmake
vendored
15
firmware/application/external/external.cmake
vendored
|
@ -28,6 +28,18 @@ set(EXTCPPSRC
|
|||
external/nrf_rx/main.cpp
|
||||
external/nrf_rx/ui_nrf_rx.cpp
|
||||
|
||||
#coasterp
|
||||
external/coasterp/main.cpp
|
||||
external/coasterp/ui_coasterp.cpp
|
||||
|
||||
#lge
|
||||
external/lge/main.cpp
|
||||
external/lge/lge_app.cpp
|
||||
|
||||
#lcr
|
||||
external/lcr/main.cpp
|
||||
external/lcr/ui_lcr.cpp
|
||||
|
||||
)
|
||||
|
||||
set(EXTAPPLIST
|
||||
|
@ -38,4 +50,7 @@ set(EXTAPPLIST
|
|||
blespam
|
||||
nrf_rx
|
||||
analogtv
|
||||
coasterp
|
||||
lge
|
||||
lcr
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue