This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 59107e5573 esp32s3: Fix issue regarding IRAM-enabled ISRs by fixing
the linker
new 200f709092 Documentation: migrate "NxTerm Example" from wiki
new caef223268 Documentation: migrate "CNxConsole Keyboard Input" from wiki
new 1f9e17f5c7 Documentation: add SystemView configuration instructions
new 8a8111c2fc Documentation: migrate "CONFIG_NET_GUARDSIZE" from wiki
new 2d8c4e6645 Documentation: migrate "SLIP Configuration" from wiki
new 1c6e5cc0c4 Documentation: migrate "Work Queue Deadlocks" from wiki
new 4d65d9908b Documentation: migrate "Auto-Mounter" from wiki
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../applications/examples/nxterm/index.rst | 174 +++++++++++++++++++++
.../applications/examples/nxterm/nxtermexample.png | Bin 0 -> 15366 bytes
.../applications/graphics/nxwm/cnxconsole.rst | 133 ++++++++++++++++
Documentation/applications/graphics/nxwm/index.rst | 6 +
.../components/drivers/special/segger.rst | 62 +++++++-
Documentation/components/net/index.rst | 3 +
Documentation/components/net/netguardsize.rst | 74 +++++++++
Documentation/components/net/slip.rst | 50 ++++++
Documentation/components/net/wqueuedeadlocks.rst | 174 +++++++++++++++++++++
Documentation/guides/automounter.rst | 69 ++++++++
Documentation/guides/index.rst | 1 +
11 files changed, 742 insertions(+), 4 deletions(-)
create mode 100644 Documentation/applications/examples/nxterm/nxtermexample.png
create mode 100644 Documentation/applications/graphics/nxwm/cnxconsole.rst
create mode 100644 Documentation/components/net/netguardsize.rst
create mode 100644 Documentation/components/net/slip.rst
create mode 100644 Documentation/components/net/wqueuedeadlocks.rst
create mode 100644 Documentation/guides/automounter.rst