this is fork and i will modify for STM32

Fork of AWS-test by Pierre-Marie Ancèle

Committer:
bcjun@aname.co.kr
Date:
Fri Aug 04 15:34:19 2017 +0900
Revision:
3:1ef624d94403
Parent:
0:cd5404401c2f
add esp82660-driver for NUCLEO_F401RE target.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
peyo 0:cd5404401c2f 1 {
peyo 0:cd5404401c2f 2 "GCC_ARM": {
peyo 0:cd5404401c2f 3 "common": ["-c", "-Wall", "-Wextra",
peyo 0:cd5404401c2f 4 "-Wno-unused-parameter", "-Wno-missing-field-initializers",
peyo 0:cd5404401c2f 5 "-fmessage-length=0", "-fno-exceptions", "-fno-builtin",
peyo 0:cd5404401c2f 6 "-ffunction-sections", "-fdata-sections", "-funsigned-char",
peyo 0:cd5404401c2f 7 "-MMD", "-fno-delete-null-pointer-checks",
peyo 0:cd5404401c2f 8 "-fomit-frame-pointer", "-O0", "-g3"],
peyo 0:cd5404401c2f 9 "asm": ["-x", "assembler-with-cpp"],
peyo 0:cd5404401c2f 10 "c": ["-std=gnu99"],
peyo 0:cd5404401c2f 11 "cxx": ["-std=gnu++11", "-fno-rtti", "-Wvla"],
peyo 0:cd5404401c2f 12 "ld": ["-Wl,--gc-sections", "-Wl,--wrap,main", "-Wl,--wrap,_malloc_r",
peyo 0:cd5404401c2f 13 "-Wl,--wrap,_free_r", "-Wl,--wrap,_realloc_r",
peyo 0:cd5404401c2f 14 "-Wl,--wrap,_calloc_r", "-Wl,--wrap,exit", "-Wl,--wrap,atexit",
peyo 0:cd5404401c2f 15 "-Wl,-n"]
peyo 0:cd5404401c2f 16 }
peyo 0:cd5404401c2f 17 }