Development mbed library for MAX32630FTHR

Dependents:   blinky_max32630fthr

Committer:
switches
Date:
Fri Nov 11 20:59:50 2016 +0000
Revision:
0:5c4d7b2438d3
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
switches 0:5c4d7b2438d3 1 {
switches 0:5c4d7b2438d3 2 "GCC_ARM": {
switches 0:5c4d7b2438d3 3 "common": ["-c", "-Wall", "-Wextra",
switches 0:5c4d7b2438d3 4 "-Wno-unused-parameter", "-Wno-missing-field-initializers",
switches 0:5c4d7b2438d3 5 "-fmessage-length=0", "-fno-exceptions", "-fno-builtin",
switches 0:5c4d7b2438d3 6 "-ffunction-sections", "-fdata-sections", "-funsigned-char",
switches 0:5c4d7b2438d3 7 "-MMD", "-fno-delete-null-pointer-checks",
switches 0:5c4d7b2438d3 8 "-fomit-frame-pointer", "-O0", "-g"],
switches 0:5c4d7b2438d3 9 "asm": ["-x", "assembler-with-cpp"],
switches 0:5c4d7b2438d3 10 "c": ["-std=gnu99"],
switches 0:5c4d7b2438d3 11 "cxx": ["-std=gnu++98", "-fno-rtti", "-Wvla"],
switches 0:5c4d7b2438d3 12 "ld": ["-Wl,--gc-sections", "-Wl,--wrap,main", "-Wl,--wrap,_malloc_r",
switches 0:5c4d7b2438d3 13 "-Wl,--wrap,_free_r", "-Wl,--wrap,_realloc_r",
switches 0:5c4d7b2438d3 14 "-Wl,--wrap,_calloc_r", "-Wl,--wrap,exit", "-Wl,--wrap,atexit"]
switches 0:5c4d7b2438d3 15 },
switches 0:5c4d7b2438d3 16 "ARM": {
switches 0:5c4d7b2438d3 17 "common": ["-c", "--gnu", "-Otime", "--split_sections",
switches 0:5c4d7b2438d3 18 "--apcs=interwork", "--brief_diagnostics", "--restrict",
switches 0:5c4d7b2438d3 19 "--multibyte_chars", "-O0", "-g"],
switches 0:5c4d7b2438d3 20 "asm": [],
switches 0:5c4d7b2438d3 21 "c": ["--md", "--no_depend_system_headers", "--c99", "-D__ASSERT_MSG"],
switches 0:5c4d7b2438d3 22 "cxx": ["--cpp", "--no_rtti", "--no_vla"],
switches 0:5c4d7b2438d3 23 "ld": []
switches 0:5c4d7b2438d3 24 },
switches 0:5c4d7b2438d3 25 "uARM": {
switches 0:5c4d7b2438d3 26 "common": ["-c", "--gnu", "-Otime", "--split_sections",
switches 0:5c4d7b2438d3 27 "--apcs=interwork", "--brief_diagnostics", "--restrict",
switches 0:5c4d7b2438d3 28 "--multibyte_chars", "-O0", "-D__MICROLIB", "-g",
switches 0:5c4d7b2438d3 29 "--library_type=microlib", "-DMBED_RTOS_SINGLE_THREAD"],
switches 0:5c4d7b2438d3 30 "asm": [],
switches 0:5c4d7b2438d3 31 "c": ["--md", "--no_depend_system_headers", "--c99", "-D__ASSERT_MSG"],
switches 0:5c4d7b2438d3 32 "cxx": ["--cpp", "--no_rtti", "--no_vla"],
switches 0:5c4d7b2438d3 33 "ld": ["--library_type=microlib"]
switches 0:5c4d7b2438d3 34 },
switches 0:5c4d7b2438d3 35 "IAR": {
switches 0:5c4d7b2438d3 36 "common": [
switches 0:5c4d7b2438d3 37 "--no_wrap_diagnostics", "-e",
switches 0:5c4d7b2438d3 38 "--diag_suppress=Pa050,Pa084,Pa093,Pa082", "-On", "-r"],
switches 0:5c4d7b2438d3 39 "asm": [],
switches 0:5c4d7b2438d3 40 "c": ["--vla"],
switches 0:5c4d7b2438d3 41 "cxx": ["--guard_calls", "--no_static_destruction"],
switches 0:5c4d7b2438d3 42 "ld": ["--skip_dynamic_initialization", "--threaded_lib"]
switches 0:5c4d7b2438d3 43 }
switches 0:5c4d7b2438d3 44 }