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

Unified Diff: third_party/lk/README

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/README
diff --git a/third_party/lk/README b/third_party/lk/README
index db583fb5059a840351e177d17df3d0c23eff267d..fc30d4c7b58a92514df67a626b154a8ced2f1894 100644
--- a/third_party/lk/README
+++ b/third_party/lk/README
@@ -2,17 +2,17 @@ This directory is a split repo overlay for the LK kernel found at
https://github.com/travisg/lk
-that contains the fletch specific parts to build a fletch vm that can run as
+that contains the dartino specific parts to build a dartino vm that can run as
an app within the LK kernel. The kernel is located in
'third_party/lk/lk-downstream'.
-To build a image containing the fletch VM, run, in third_party/lk,
+To build a image containing the dartino VM, run, in third_party/lk,
make
to build the default target for qemu emulation or, e.g.,
- make PROJECT=stm32746g-eval2-fletch
+ make PROJECT=stm32746g-eval2-dartino
to build for the stm32746g evaluation board. Other project names are available
-as .mk files in third_party/lk/fletch/project
+as .mk files in third_party/lk/dartino/project
« no previous file with comments | « third_party/double-conversion/src/double-conversion.cc ('k') | third_party/lk/dartino/app/dartino-fixed/fletch_runner.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698