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

Side by Side 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, 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
OLDNEW
1 This directory is a split repo overlay for the LK kernel found at 1 This directory is a split repo overlay for the LK kernel found at
2 2
3 https://github.com/travisg/lk 3 https://github.com/travisg/lk
4 4
5 that contains the fletch specific parts to build a fletch vm that can run as 5 that contains the dartino specific parts to build a dartino vm that can run as
6 an app within the LK kernel. The kernel is located in 6 an app within the LK kernel. The kernel is located in
7 'third_party/lk/lk-downstream'. 7 'third_party/lk/lk-downstream'.
8 8
9 To build a image containing the fletch VM, run, in third_party/lk, 9 To build a image containing the dartino VM, run, in third_party/lk,
10 10
11 make 11 make
12 12
13 to build the default target for qemu emulation or, e.g., 13 to build the default target for qemu emulation or, e.g.,
14 14
15 make PROJECT=stm32746g-eval2-fletch 15 make PROJECT=stm32746g-eval2-dartino
16 16
17 to build for the stm32746g evaluation board. Other project names are available 17 to build for the stm32746g evaluation board. Other project names are available
18 as .mk files in third_party/lk/fletch/project 18 as .mk files in third_party/lk/dartino/project
OLDNEW
« 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