8000 added enable_dim_neopixel(), disable_dim_neopixel(), set_dim_level() by asherlie · Pull Request #246 · adafruit/circuitpython · GitHub
[go: up one dir, main page]

Skip to content

added enable_dim_neopixel(), disable_dim_neopixel(), set_dim_level() #246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Sep 12, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
changed -finline-limit
  • Loading branch information
asherlie committed Sep 10, 2017
commit 26e15f34d9dddfe5e3e3bdf6da2d2f0e1e3b0b2c
2 changes: 1 addition & 1 deletion atmel-samd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ 5625 CFLAGS += -Os -ggdb -DNDEBUG -DENABLE_MICRO_TRACE_BUFFER -DMICROPY_DEBUG_MODULES
else
# -finline-limit can shrink the image size. -finline-limit=80 or so is similar to not having it on.
# There is no simple default value, though.
CFLAGS += -Os -DNDEBUG -flto -finline-limit=52
CFLAGS += -Os -DNDEBUG -flto -finline-limit=49
endif

ifneq ($(FROZEN_DIR),)
Expand Down
0