fork of lcd driver

Dependencies:   DmTftLibrary

Fork of dm_main by Display Module

Committer:
tulanthoar
Date:
Mon Nov 13 22:16:27 2017 +0000
Revision:
6:a980a7972de9
first commit

Who changed what in which revision?

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