michallenc commented on PR #18408:
URL: https://github.com/apache/nuttx/pull/18408#issuecomment-3950922509
Did tests on SAMv7 boards:
- `samv71-xult:nsh`
```
NuttShell (NSH) NuttX-12.12.0
nsh> uname -a
NuttX 12.12.0 f3140f1a1f Feb 24 2026 11:42:19 arm samv71-xult
nsh> free
total used free maxused maxfree nused nfree name
381608 8200 373408 8984 372992 27 2 Umem
nsh>
```
- `samv71-xult:netnsh` with DHCP enabled
```
michal@acer:~$ telnet 10.0.2.69
Trying 10.0.2.69...
Connected to 10.0.2.69.
Escape character is '^]'.
NuttShell (NSH) NuttX-12.12.0
nsh> uname -a
nsh: &uname: command not found
nsh> uname -a
NuttX SAMV71-XULT 12.12.0 f3140f1a1f Feb 24 2026 11:58:32 arm samv71-xult
nsh>
nsh>
nsh>
nsh>
```
Also tested on a custom board that initializes many peripherals - PWM, LCD,
RS485 ports, Ethernet, SD card, Flash and all seems to be working fine :+1:
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]