Skip to content

Commit

Permalink
Create the Shopping Cart Lock app (portapack-mayhem#2326)
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketGod-git authored and htotoo committed Nov 11, 2024
1 parent deaa27a commit fe22dcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions firmware/application/external/external.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ set(EXTCPPSRC
#cvs_spam
external/cvs_spam/main.cpp
external/cvs_spam/cvs_spam.cpp


)

set(EXTAPPLIST
Expand Down Expand Up @@ -149,4 +151,5 @@ set(EXTAPPLIST
#acars_rx
ookbrute
shoppingcart_lock
cvs_spam
)
2 changes: 0 additions & 2 deletions firmware/application/external/external.ld
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ MEMORY
ram_external_app_random_password(rwx) : org = 0xADC80000, len = 32k
ram_external_app_acars_rx(rwx) : org = 0xADC90000, len = 32k
ram_external_app_ookbrute(rwx) : org = 0xADCC0000, len = 32k

ram_external_app_shoppingcart_lock(rwx) : org = 0xADCA0000, len = 32k
ram_external_app_cvs_spam(rwx) : org = 0xADCB0000, len = 32k
}
Expand Down Expand Up @@ -212,7 +211,6 @@ SECTIONS
KEEP(*(.external_app.app_ookbrute.application_information));
*(*ui*external_app*ookbrute*);
} > ram_external_app_ookbrute

.external_app_shoppingcart_lock : ALIGN(4) SUBALIGN(4)
{
KEEP(*(.external_app.app_shoppingcart_lock.application_information));
Expand Down

0 comments on commit fe22dcb

Please sign in to comment.