This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 57e54b399b sched: remove all spin_lock_irqsave(NULL)
add 5e2fc181c2 tools/Unix.mk: Add host_info target to print nxdiag output
Nxdiag examples scripts modified to print system information without building
and flashing nxdiag application to get report about system without reflash or
reconfigure.
add 6eabe35a60 esp32[h2]: Fix esp32h2 get mac address issue
No new revisions were added by this update.
Summary of changes:
Documentation/applications/system/nxdiag/index.rst | 7 +-
arch/risc-v/src/esp32h2/hal_esp32h2.mk | 1 +
tools/Unix.mk | 31 ++
tools/espressif/chip_info.py | 424 +++++++++++++++
tools/host_info_dump.py | 576 +++++++++++++++++++++
tools/host_info_parse.py | 154 ++++++
6 files changed, 1191 insertions(+), 2 deletions(-)
create mode 100644 tools/espressif/chip_info.py
create mode 100755 tools/host_info_dump.py
create mode 100644 tools/host_info_parse.py