| 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
|
|
|
|
|