poi using dot stars as lights

Dependencies:   DotStarStrips

Fork of DotStarWall by Nathan Yonkee

Committer:
Nathan Yonkee
Date:
Tue Aug 15 08:38:50 2017 -0600
Revision:
5:ea207473236e
Parent:
0:eacf3b13ce5a
use updated DotStarStrips library

Who changed what in which revision?

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