-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle Emulator Notification: {"nuttxemu":{"gpio29":1}}
- Loading branch information
Showing
4 changed files
with
55 additions
and
17 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,23 +1,31 @@ | ||
|
||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
<html> | ||
<head> | ||
<title>JSLinux</title> | ||
<link href="style.css" type="text/css" rel="stylesheet"/> | ||
</head> | ||
<body> | ||
<div id="term_wrap"> | ||
<div id="term_container"> | ||
</div> | ||
<div id="term_bar"> | ||
<label> | ||
<img title="Upload files" src="images/upload-icon.png"><input type="file" id="files" multiple onchange="on_update_files(this.files)"> | ||
</label> | ||
<progress id="net_progress"> | ||
</progress> | ||
</div> | ||
</div> | ||
<script type="text/javascript" src="term.js"></script> | ||
<script type="text/javascript" src="jslinux.js"></script> | ||
<div id="copyright"><a href="https://github.com/lupyuen/nuttx-tinyemu">Apache NuttX RTOS on TinyEMU: How it works</a></div> | ||
<div id="copyright">© 2011-2021 Fabrice Bellard</div> | ||
<div id="term_wrap"> | ||
<div id="term_container"> | ||
</div> | ||
<div id="term_bar"> | ||
<label> | ||
<img title="Upload files" src="images/upload-icon.png"><input type="file" id="files" multiple onchange="on_update_files(this.files)"> | ||
</label> | ||
<progress id="net_progress"> | ||
</progress> | ||
</div> | ||
</div> | ||
<script type="text/javascript" src="term.js"></script> | ||
<script type="text/javascript" src="jslinux.js"></script> | ||
<table id="status"> | ||
<tr> | ||
<td> | ||
<div id="copyright"><a href="https://github.com/lupyuen/nuttx-tinyemu">Apache NuttX RTOS on TinyEMU: How it works</a></div> | ||
<div id="copyright">© 2011-2021 Fabrice Bellard</div> | ||
</td> | ||
<td id="gpio29" style="text-align: center; display: none">GPIO29</td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
Binary file not shown.
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