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 0b8a0af commit 73ed4df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions firmware/application/external/external.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ set(EXTCPPSRC
#ookbrute
external/ookbrute/main.cpp
external/ookbrute/ui_ookbrute.cpp

#shoppingcart_lock
external/shoppingcart_lock/main.cpp
external/shoppingcart_lock/shoppingcart_lock.cpp
)

set(EXTAPPLIST
Expand Down
2 changes: 1 addition & 1 deletion firmware/application/external/external.ld
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ MEMORY
ram_external_app_random_password(rwx) : org = 0xADC80000, len = 32k
ram_external_app_acars_rx(rwx) : org = 0xADC90000, len = 32k
ram_external_app_shoppingcart_lock(rwx) : org = 0xADCA0000, len = 32k
ram_external_app_ookbrute(rwx) : org = 0xADCC0000, len = 32k
ram_external_app_cvs_spam(rwx) : org = 0xADCB0000, len = 32k
ram_external_app_ookbrute(rwx) : org = 0xADCC0000, len = 32k

ram_external_app_shoppingcart_lock(rwx) : org = 0xADCA0000, len = 32k
}

SECTIONS
Expand Down

0 comments on commit 73ed4df

Please sign in to comment.