-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make jerryscript compilable with pico (& compile by default) (#1618)
* switch docker to Alpine * make jerryscript compile-able with pico (& compile by default) * Update importBuildRepos.sh
- Loading branch information
1 parent
a41e615
commit 5325168
Showing
14 changed files
with
10 additions
and
1,131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
cd ~/spade | ||
./src/pc/jerry/refresh.sh | ||
|
||
cd ~/spade | ||
./src/rpi/jerry/refresh.sh | ||
|
||
touch game.js | ||
|
||
mkdir -p src/build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 0 additions & 48 deletions
48
firmware/spade/src/rpi/jerry/include/jerryscript-ext/handlers.h
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
firmware/spade/src/rpi/jerry/include/jerryscript-ext/print.h
This file was deleted.
Oops, something went wrong.
91 changes: 0 additions & 91 deletions
91
firmware/spade/src/rpi/jerry/include/jerryscript-ext/properties.h
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
firmware/spade/src/rpi/jerry/include/jerryscript-ext/repl.h
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
firmware/spade/src/rpi/jerry/include/jerryscript-ext/sources.h
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
firmware/spade/src/rpi/jerry/include/jerryscript-ext/test262.h
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.