mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
examples/webpanel: Add a web panel application to configure NuttX
Initial development of the NuttX's Web Panel application. This is a self-hosted web page application that enables retrieving system info, provides a simple NSH terminal and enables uploading files. Signed-off-by: Tiago Medicci <tiago.medicci@espressif.com>
This commit is contained in:
parent
b523f0e513
commit
1e19ceb347
16 changed files with 2994 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ exclude-file = .codespell-ignore-lines
|
|||
# Ignore complete files (e.g. legal text or other immutable material).
|
||||
skip =
|
||||
LICENSE,
|
||||
examples/webpanel/content/www/xterm.min.js,
|
||||
|
||||
# Ignore words list (FTP protocol commands and technical terms)
|
||||
ignore-words-list = ALLO, ARCHTYPE, parm
|
||||
ignore-words-list = ALLO, ARCHTYPE, parm, shiftIn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue