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 7c422381ca net/tcp: Set SO_ERROR for poll error in setup
new d0ca0d422e tools: defconfig supports the include command
new a0cc455922 tools: add support for merge_config
The 2 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:
Documentation/quickstart/configuring.rst | 26 ++++++++
tools/configure.sh | 31 ++++-----
tools/merge_config.py | 69 +++++++++++++++++++
tools/process_config.sh | 111 +++++++++++++++++++++++++++++++
4 files changed, 222 insertions(+), 15 deletions(-)
create mode 100755 tools/merge_config.py
create mode 100755 tools/process_config.sh