fork of seeed studio 4-digit display for st nucleo board

Dependencies:   Data_Clock_Pair Seeed_Chainable_LED Seeed_Four_Digit_Disp Seeed_IR_Temp_Sensor Seeed_Led_Bar

Fork of Seeed_Grove_4_Digit_Display_Clock by Seeed

Committer:
tulanthoar
Date:
Thu Jun 22 12:17:29 2017 -0600
Revision:
20:2e72ddd68cda
Parent:
16:cebc9f55d2a6
add q touch which doesn't work yet

Who changed what in which revision?

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