Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1761)

Unified Diff: project/dartuino-p0-dartino.mk

Issue 1684433003: Add a small LED interface and demo app. (Closed) Base URL: git@github.com:domokit/sod.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« dart/pkg/lk/lib/leds.dart ('K') | « dart/pkg/lk/lib/leds.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: project/dartuino-p0-dartino.mk
diff --git a/project/dartuino-p0-dartino.mk b/project/dartuino-p0-dartino.mk
index 7c0945167c84b3800c969975530d3984750bac1e..7bb71cd2a98cf72cc5ba093f736fcbb88f60dbfa 100644
--- a/project/dartuino-p0-dartino.mk
+++ b/project/dartuino-p0-dartino.mk
@@ -7,3 +7,6 @@ DARTINO_CONFIGURATION = LK
DARTINO_GYP_DEFINES = "LK_PATH=../../third_party/lk/ LK_PROJECT=dartuino-p0-dartino LK_CPU=cortex-m4 LK_USE_DEPS_ARM_GCC=0"
WITH_CPP_SUPPORT=true
+
+GLOBAL_DEFINES += \
+ CUSTOM_DEFAULT_STACK_SIZE=1536
« dart/pkg/lk/lib/leds.dart ('K') | « dart/pkg/lk/lib/leds.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698