more CLS device info

This commit is contained in:
2024-04-29 04:18:37 +02:00
parent 623ec1576a
commit c8d0fd1d87
9 changed files with 64 additions and 9 deletions

View File

@@ -135,6 +135,15 @@ SECTIONS
_edata = .; /* define a global symbol at data end */
} >RAM_D1 AT> FLASH
.version :
{
. = ALIGN(4);
_sversion = .; /* create a global symbol at data start */
*(.version) /* .data sections */
*(.version*) /* .data* sections */
} > FLASH
/* Uninitialized data section */
. = ALIGN(4);
.bss :