clean up
This commit is contained in:
parent
85ad6e6b65
commit
600925740f
@ -14,7 +14,6 @@ MEMORY
|
|||||||
FLASH (rx) : ORIGIN = 0xF4000, LENGTH = 0xA000 /* 40 KB */
|
FLASH (rx) : ORIGIN = 0xF4000, LENGTH = 0xA000 /* 40 KB */
|
||||||
|
|
||||||
/** RAM Region for bootloader. */
|
/** RAM Region for bootloader. */
|
||||||
/*RAM (rwx) : ORIGIN = 0x20003400, LENGTH = 0x20007F80-0x200034008 */
|
|
||||||
/* Avoid conflict with NOINIT for OTA bond sharing */
|
/* Avoid conflict with NOINIT for OTA bond sharing */
|
||||||
RAM (rwx) : ORIGIN = 0x20008000, LENGTH = 0x20040000-0x20008000
|
RAM (rwx) : ORIGIN = 0x20008000, LENGTH = 0x20040000-0x20008000
|
||||||
|
|
||||||
|
@ -94,6 +94,7 @@
|
|||||||
</folder>
|
</folder>
|
||||||
<file file_name="../dfu_init.c" />
|
<file file_name="../dfu_init.c" />
|
||||||
<file file_name="../flash.c" />
|
<file file_name="../flash.c" />
|
||||||
|
<file file_name="../boards.c" />
|
||||||
</folder>
|
</folder>
|
||||||
<configuration Name="Debug Single" gcc_optimization_level="Debug" />
|
<configuration Name="Debug Single" gcc_optimization_level="Debug" />
|
||||||
<configuration
|
<configuration
|
||||||
|
@ -6,6 +6,6 @@
|
|||||||
<MemorySegment name="MBR_PARAMS_PAGE" start="0x000FE000" size="0x1000" access="ReadOnly" />
|
<MemorySegment name="MBR_PARAMS_PAGE" start="0x000FE000" size="0x1000" access="ReadOnly" />
|
||||||
<MemorySegment name="UICR_BOOTLOADER" start="0x10001014" size="0x04" access="ReadOnly" />
|
<MemorySegment name="UICR_BOOTLOADER" start="0x10001014" size="0x04" access="ReadOnly" />
|
||||||
<MemorySegment name="UICR_MBR_PARAM_PAGE" start="0x10001018" size="0x04" access="ReadOnly" />
|
<MemorySegment name="UICR_MBR_PARAM_PAGE" start="0x10001018" size="0x04" access="ReadOnly" />
|
||||||
<MemorySegment name="RAM" start="0x20004000" size="0x3C000" access="Read/Write" />
|
<MemorySegment name="RAM" start="0x20008000" size="0x38000" access="Read/Write" />
|
||||||
<MemorySegment name="NOINIT" start="0x20007F80" size="0x80" access="Read/Write" />
|
<MemorySegment name="NOINIT" start="0x20007F80" size="0x80" access="Read/Write" />
|
||||||
</root>
|
</root>
|
||||||
|
Loading…
Reference in New Issue
Block a user