mbed-os/targets
Deepika 719d0fb94e Update linker script for split heap support
To have the flexibilty in application; to use any of the section
(data/bss/heap) without updating linker script in every use case,
following decisions are made:

1. Fixed size and small sections moved to SRAM2 (32K)
    Vectors
    Crash data
    Stack
    Remaining section - Heap memory
2. Large memory space should be used for variable sections
   Data
   BSS
   Heap - Remaining section

Heap is moved to the end of both sections as GCC allocates till 4K boundary,
if end of heap is not aligned to 4K, that chunk of memory will go unutilized
2019-04-09 12:08:49 -05:00
..
TARGET_ARM_FM FastModel: Add SPDX License Identifier 2019-04-08 11:50:22 +01:00
TARGET_ARM_SSG Remove Arm Beetle target 2019-02-25 12:09:03 +00:00
TARGET_Analog_Devices Dynamic heap support will be breaking change for all targets in IAR 7.x 2019-02-22 09:25:09 +00:00
TARGET_Atmel SAML21J18A: #endif without #if in analogout_api.c 2019-03-04 11:16:14 +01:00
TARGET_Cypress FUTURE SEQUANA: Fixed linker scripts for ARMC6 2019-04-08 16:51:52 +02:00
TARGET_Freescale Use Mbed OS coding style 2019-03-11 16:59:54 +02:00
TARGET_GigaDevice GigaDevice targets can return ninitialized variable in CAN driver 2019-03-07 16:41:42 +01:00
TARGET_Maxim Dynamic heap support will be breaking change for all targets in IAR 7.x 2019-02-22 09:25:09 +00:00
TARGET_NORDIC Merge pull request #9888 from ARMmbed/feature-armc6 2019-03-04 12:23:38 +01:00
TARGET_NUVOTON [Nuvoton] Add button names BUTTON1/BUTTON2 2019-03-26 17:05:43 +08:00
TARGET_NXP LPC55S69: Update Flash driver to set clock frequency 2019-04-01 12:10:24 -05:00
TARGET_ONSEMI Dynamic heap support will be breaking change for all targets in IAR 7.x 2019-02-22 09:25:09 +00:00
TARGET_RDA Dynamic heap support will be breaking change for all targets in IAR 7.x 2019-02-22 09:25:09 +00:00
TARGET_RENESAS Refactoring system clock driver 2019-03-26 19:02:46 +09:00
TARGET_Realtek Dynamic heap support will be breaking change for all targets in IAR 7.x 2019-02-22 09:25:09 +00:00
TARGET_STM Update linker script for split heap support 2019-04-09 12:08:49 -05:00
TARGET_Silicon_Labs Heap and stack size picked from linker files,export symbols not needed 2019-02-28 19:54:38 -06:00
TARGET_TOSHIBA Fixed support for DigitalOut(NC) instantiation 2019-04-04 15:16:29 +05:30
TARGET_TT Merge pull request #9571 from mprse/fix_9523_rtos_less_issue 2019-02-26 22:50:19 -06:00
TARGET_WICED Crash with MTB_MXCHIP_EMW3166 has been corrected. 2019-04-04 13:05:35 +03:00
TARGET_WIZNET Update linker scripts for LPC824 and Wiznet 2019-02-28 19:54:38 -06:00
TARGET_ublox Dynamic heap support will be breaking change for all targets in IAR 7.x 2019-02-22 09:25:09 +00:00
targets.json Merge pull request #10346 from lrusinowicz/sequana_armc6_fixes 2019-04-09 11:06:05 -05:00