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

Unified Diff: third_party/lk/dartino/project/stm32f746g-disco-dartino.mk

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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
Index: third_party/lk/dartino/project/stm32f746g-disco-dartino.mk
diff --git a/third_party/lk/fletch/project/stm32f746g-disco-fletch.mk b/third_party/lk/dartino/project/stm32f746g-disco-dartino.mk
similarity index 69%
rename from third_party/lk/fletch/project/stm32f746g-disco-fletch.mk
rename to third_party/lk/dartino/project/stm32f746g-disco-dartino.mk
index d969da6bb65068f013e34c4e3518cdc7abb6cc59..d39794bbc3733c8ea453071a325535e467d986c9 100644
--- a/third_party/lk/fletch/project/stm32f746g-disco-fletch.mk
+++ b/third_party/lk/dartino/project/stm32f746g-disco-dartino.mk
@@ -4,10 +4,10 @@
include project/target/stm32f746g-disco.mk
-MODULES += app/fletch app/shell lib/gfx
+MODULES += app/dartino app/shell lib/gfx
-FLETCH_CONFIGURATION = LKFull
-FLETCH_GYP_DEFINES = "LK_PROJECT=stm32f746g-disco-fletch LK_CPU=cortex-m4"
+DARTINO_CONFIGURATION = LKFull
+DARTINO_GYP_DEFINES = "LK_PROJECT=stm32f746g-disco-dartino LK_CPU=cortex-m4"
WITH_CPP_SUPPORT=true

Powered by Google App Engine
This is Rietveld 408576698