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

Side by Side 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 unified diff | Download patch
« dart/pkg/lk/lib/leds.dart ('K') | « dart/pkg/lk/lib/leds.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include project/target/dartuinoP0.mk 1 include project/target/dartuinoP0.mk
2 include project/virtual/fs.mk 2 include project/virtual/fs.mk
3 3
4 MODULES += app/dartino app/shell 4 MODULES += app/dartino app/shell
5 5
6 DARTINO_CONFIGURATION = LK 6 DARTINO_CONFIGURATION = LK
7 DARTINO_GYP_DEFINES = "LK_PATH=../../third_party/lk/ LK_PROJECT=dartuino-p0-dart ino LK_CPU=cortex-m4 LK_USE_DEPS_ARM_GCC=0" 7 DARTINO_GYP_DEFINES = "LK_PATH=../../third_party/lk/ LK_PROJECT=dartuino-p0-dart ino LK_CPU=cortex-m4 LK_USE_DEPS_ARM_GCC=0"
8 8
9 WITH_CPP_SUPPORT=true 9 WITH_CPP_SUPPORT=true
10
11 GLOBAL_DEFINES += \
12 CUSTOM_DEFAULT_STACK_SIZE=1536
OLDNEW
« 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