]> git.sur5r.net Git - freertos/blobdiff - Demo/Common/drivers/Atmel/at91lib/boards/at91sam9xe-ek/at91sam9xe128/flash.icf
Add FreeRTOS-Plus directory.
[freertos] / Demo / Common / drivers / Atmel / at91lib / boards / at91sam9xe-ek / at91sam9xe128 / flash.icf
diff --git a/Demo/Common/drivers/Atmel/at91lib/boards/at91sam9xe-ek/at91sam9xe128/flash.icf b/Demo/Common/drivers/Atmel/at91lib/boards/at91sam9xe-ek/at91sam9xe128/flash.icf
deleted file mode 100644 (file)
index c1755de..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-/*###ICF### Section handled by ICF editor, don't touch! ****/\r
-/*-Editor annotation file-*/\r
-/* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\a_v1_0.xml" */\r
-/*-Memory Regions-*/\r
-define symbol __ICFEDIT_region_ROM_start__   = 0x200000;\r
-define symbol __ICFEDIT_region_ROM_end__     = 0x21FFFF;\r
-define symbol __ICFEDIT_region_RAM_start__   = 0x300000;\r
-define symbol __ICFEDIT_region_RAM_end__     = 0x303FFF;\r
-/*-Sizes-*/\r
-define symbol __ICFEDIT_size_startup__  = 0x100;\r
-define symbol __ICFEDIT_size_vectors__  = 0x100;\r
-define symbol __ICFEDIT_size_cstack__   = 0x1000;\r
-define symbol __ICFEDIT_size_svcstack__ = 0x60;\r
-define symbol __ICFEDIT_size_irqstack__ = 0x60;\r
-define symbol __ICFEDIT_size_heap__     = 0x0;\r
-/*-Exports-*/\r
-export symbol __ICFEDIT_region_ROM_start__;\r
-export symbol __ICFEDIT_region_ROM_end__;\r
-export symbol __ICFEDIT_region_RAM_start__;\r
-export symbol __ICFEDIT_region_RAM_end__;\r
-export symbol __ICFEDIT_size_startup__;\r
-export symbol __ICFEDIT_size_vectors__;\r
-export symbol __ICFEDIT_size_cstack__;\r
-export symbol __ICFEDIT_size_svcstack__;\r
-export symbol __ICFEDIT_size_irqstack__;\r
-export symbol __ICFEDIT_size_heap__;\r
-/**** End of ICF editor section. ###ICF###*/\r
-\r
-define memory mem with size = 4G;\r
-define region STA_region = mem:[from __ICFEDIT_region_ROM_start__ size __ICFEDIT_size_startup__];\r
-define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__+__ICFEDIT_size_startup__ to __ICFEDIT_region_ROM_end__];\r
-define region VEC_region = mem:[from __ICFEDIT_region_RAM_start__ size __ICFEDIT_size_vectors__];\r
-define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__+__ICFEDIT_size_vectors__ to __ICFEDIT_region_RAM_end__];\r
-\r
-define block CSTACK    with alignment = 8, size = __ICFEDIT_size_cstack__   { };\r
-define block SVC_STACK with alignment = 8, size = __ICFEDIT_size_svcstack__ { };\r
-define block IRQ_STACK with alignment = 8, size = __ICFEDIT_size_irqstack__ { };\r
-define block HEAP      with alignment = 8, size = __ICFEDIT_size_heap__     { };\r
-\r
-initialize by copy { readwrite };\r
-initialize by copy { section .vectors };\r
-do not initialize  { section .noinit };\r
-\r
-place in STA_region { section .cstartup };\r
-place in ROM_region { readonly };\r
-place in VEC_region { section .vectors };\r
-place in RAM_region { readwrite, block IRQ_STACK, block SVC_STACK, block CSTACK, block HEAP };\r
-\r