library to drive dotstar strip

Fork of DotStar by Suga koubou

Committer:
Nathan Yonkee
Date:
Fri Aug 11 12:29:35 2017 -0600
Revision:
18:14fbcae5daf2
Parent:
3:7d7945d4f224
make into library

Who changed what in which revision?

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