WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@
[submodule "tools/sdk/uzlib"]
path = tools/sdk/uzlib
url = https://github.com/pfalcon/uzlib.git
[submodule "libraries/ghostl"]
path = libraries/ghostl
url = https://github.com/dok-net/ghostl.git
1 change: 1 addition & 0 deletions libraries/ghostl
Submodule ghostl added at 0c20db
4 changes: 3 additions & 1 deletion tests/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ function skip_ino()
*"/TeensySdioDemo/"* | \
*"/TeensySdioLogger/"* | \
*"/UserChipSelectFunction/"* | \
*"/UserSPIDriver/"*)
*"/UserSPIDriver/"* | \
*"/ghostl/examples/coro/"* | \
*"/ghostl/examples/taskqueue/"*)
return 0
;;
*"Teensy"*)
Expand Down