HSP Platform firmware evaluating ECG data and hearth rate over PPG data.

Dependencies:   max32630fthr Adafruit_FeatherOLED USBDevice

Committer:
phonemacro
Date:
Thu Mar 25 21:59:17 2021 +0000
Revision:
4:682a4ebb995a
Parent:
1:f60eafbf009a
fix compile errors from mbed OS changes.

Who changed what in which revision?

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