This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch fclose in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git.
discard c5822bc Remove all fclose with stdin, stdout and stderr add 9f9fed3 ipcfg_binary: Fix compiler warning add cb111c0 netinit:Fix typo IPCFG_USE_DHCPC->IPCFG_USE_DHCP add 6ef4732 examples: Add fxos8700cq sensor test add 007033f Fix note_syscall_leave_s to avoid unaligned access add 7588d45 Remove trace command description add 8a63e58 Change all 'Nuttx' to 'NuttX' add 8375a21 Fix nxstyle warning add a20cf09 system/cu: do not exit directly from getopt loop, bad in flat builds add 2b88677 system/cu: do not reset baud rate to zero when parity options are used add ef2758c Add note_syscall args support add 58aa886 system/sched_note: Change DRIVER_NOTE to DRIVER_NOTERAM add 954c90b Add SCHED_INSTRUMENTATION_HIRES support add 0a77cd3 fxos8700cq: Select SENSORS if used add 9134ecf fxos8700cq: Remove unused var add 60342ec testing/sensortest: add sensor driver test add 196b1f0 wireless: gs2200m: Fix to handle UDP connect() with bind() add 0e9594e wireless: gs2200m: Fix to handle address info in accept() add b71c5f8 wireless: gs2200m: Implement getpeername_request() add 909eff5 wireless: gs2200m: Add support for ioctl(fd, SIOCGIFADDR, ...) add 2279eeb Examples/WDT: Added argument to select devname add d791aff system/cu/cu_main.c: ctrlC will send SIGINT/SIGSTP add 0781dbf usrsock_rpmsg: fix can't wake ppoll when no ACTION add f0a0b03 Remove all fclose with stdin, stdout and stderr This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (c5822bc) \ N -- N -- N refs/heads/fclose (f0a0b03) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: README.md | 4 +- examples/README.md | 2 +- .../Makefile => examples/fxos8700cq_test/Kconfig | 43 ++- .../fxos8700cq_test}/Make.defs | 12 +- examples/{i2sloop => fxos8700cq_test}/Makefile | 24 +- .../fxos8700cq_main.c} | 64 +++-- examples/watchdog/watchdog_main.c | 59 ++-- fsutils/ipcfg/ipcfg_binary.c | 2 +- graphics/nxwidgets/ChangeLog.txt | 2 +- graphics/nxwm/ChangeLog.txt | 2 +- include/wireless/wapi.h | 2 +- netutils/netinit/netinit.c | 2 +- netutils/netlib/netlib_ipv6netmask2prefix.c | 4 +- netutils/usrsock_rpmsg/usrsock_rpmsg_server.c | 1 + nshlib/nsh_altconsole.c | 4 +- system/cu/Kconfig | 2 +- system/cu/cu.h | 5 +- system/cu/cu_main.c | 57 ++-- system/nsh/Kconfig | 4 +- system/sched_note/Kconfig | 2 +- system/sched_note/note_main.c | 287 ++++++++++++------- system/trace/README.md | 264 +---------------- system/trace/trace.c | 19 +- system/trace/trace_dump.c | 70 ++++- {examples/chrono => testing/sensortest}/Kconfig | 20 +- .../libuv/tests => testing/sensortest}/Make.defs | 6 +- {fsutils/ipcfg => testing/sensortest}/Makefile | 16 +- testing/sensortest/sensortest.c | 314 +++++++++++++++++++++ wireless/gs2200m/gs2200m_main.c | 166 +++++++++-- wireless/ieee802154/i8sak/i8sak.h | 65 +++-- wireless/ieee802154/i8sak/i8sak_assoc.c | 18 +- wireless/ieee802154/i8sak/i8sak_blaster.c | 17 +- wireless/ieee802154/i8sak/i8sak_poll.c | 26 +- wireless/ieee802154/i8sak/i8sak_scan.c | 18 +- wireless/ieee802154/i8sak/i8sak_sniffer.c | 14 +- wireless/ieee802154/i8sak/i8sak_startpan.c | 11 +- wireless/ieee802154/i8sak/i8sak_tx.c | 34 +-- wireless/wapi/src/network.c | 18 +- wireless/wapi/src/util.c | 2 +- wireless/wapi/src/util.h | 9 +- wireless/wapi/src/wireless.c | 2 +- 41 files changed, 1078 insertions(+), 615 deletions(-) copy system/nxrecorder/Makefile => examples/fxos8700cq_test/Kconfig (53%) copy {canutils/libcanutils => examples/fxos8700cq_test}/Make.defs (83%) copy examples/{i2sloop => fxos8700cq_test}/Makefile (71%) copy examples/{dhcpd/dhcpd_daemon.h => fxos8700cq_test/fxos8700cq_main.c} (61%) copy {examples/chrono => testing/sensortest}/Kconfig (51%) copy {system/libuv/tests => testing/sensortest}/Make.defs (88%) copy {fsutils/ipcfg => testing/sensortest}/Makefile (80%) create mode 100644 testing/sensortest/sensortest.c