* ProtoView first tests

* Imp

* fix, reset
This commit is contained in:
Totoo
2024-07-29 07:45:56 +02:00
committed by GitHub
parent 96a60e82bc
commit 9211975868
17 changed files with 669 additions and 7 deletions

View File

@@ -42,6 +42,7 @@ MEMORY
ram_external_app_audio_test(rwx) : org = 0xADC10000, len = 32k
ram_external_app_wardrivemap(rwx) : org = 0xADC20000, len = 32k
ram_external_app_tpmsrx(rwx) : org = 0xADC30000, len = 32k
ram_external_app_protoview(rwx) : org = 0xADC40000, len = 32k
}
SECTIONS
@@ -160,4 +161,12 @@ SECTIONS
*(*ui*external_app*tpmsrx*);
} > ram_external_app_tpmsrx
.external_app_protoview : ALIGN(4) SUBALIGN(4)
{
KEEP(*(.external_app.app_protoview.application_information));
*(*ui*external_app*protoview*);
} > ram_external_app_protoview
}