mbed-os/workspace_tools/toolchains
hototogi 03b79b5920 support GCC_ARM for LPC4330_M4
- Linker script is based on LPC1768
     number of NVIC is 16 (CORE) + 53 (M4 in LPC43xx) = 69,
    therefor, reserve at the top of RAM0 (address:0x10000000)
    to relocate NVIC vector table
 - startup file is based on startup_ARMCM4.S in CMSIS V3.20
     change NVIC name for cortex-M4 of LPC43xx
 - add GCC_ARM for LPC4330_M4 in python scripts
 - add some descriptions for GCC_ARM
2013-11-20 17:03:59 +09:00
..
__init__.py Added support to export mbed special .bld and .lib files 2013-11-14 18:45:14 +02:00
arm.py Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
gcc.py support GCC_ARM for LPC4330_M4 2013-11-20 17:03:59 +09:00
iar.py Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00