Skip to content

Commit

Permalink
Revert "Ookbrute (portapack-mayhem#2354)"
Browse files Browse the repository at this point in the history
This reverts commit abb8143.
  • Loading branch information
htotoo committed Nov 12, 2024
1 parent abb8143 commit b22afd4
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 454 deletions.
5 changes: 0 additions & 5 deletions firmware/application/external/external.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ set(EXTCPPSRC
external/shoppingcart_lock/main.cpp
external/shoppingcart_lock/shoppingcart_lock.cpp

#ookbrute
external/ookbrute/main.cpp
external/ookbrute/ui_ookbrute.cpp

#cvs_spam
external/cvs_spam/main.cpp
external/cvs_spam/cvs_spam.cpp
Expand Down Expand Up @@ -153,6 +149,5 @@ set(EXTAPPLIST
random_password
#acars_rx
wefax_rx
ookbrute
shoppingcart_lock
)
9 changes: 1 addition & 8 deletions firmware/application/external/external.ld
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ MEMORY
ram_external_app_acars_rx(rwx) : org = 0xADC90000, len = 32k
ram_external_app_shoppingcart_lock(rwx) : org = 0xADCA0000, len = 32k
ram_external_app_cvs_spam(rwx) : org = 0xADCB0000, len = 32k
ram_external_app_wefax_rx(rwx) : org = 0xADCD0000, len = 32k
ram_external_app_ookbrute(rwx) : org = 0xADCC0000, len = 32k
ram_external_app_wefax_rx(rwx) : org = 0xADCC0000, len = 32k
}

SECTIONS
Expand Down Expand Up @@ -226,10 +225,4 @@ SECTIONS
} > ram_external_app_wefax_rx


.external_app_ookbrute : ALIGN(4) SUBALIGN(4)
{
KEEP(*(.external_app.app_ookbrute.application_information));
*(*ui*external_app*ookbrute*);
} > ram_external_app_ookbrute

}
82 changes: 0 additions & 82 deletions firmware/application/external/ookbrute/main.cpp

This file was deleted.

253 changes: 0 additions & 253 deletions firmware/application/external/ookbrute/ui_ookbrute.cpp

This file was deleted.

Loading

0 comments on commit b22afd4

Please sign in to comment.