This is an automated email from the ASF dual-hosted git repository.
masayuki pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 58a5e07 Documentation/esp32: Remove the rest of the OpenOCD text.
This information there is outdated and some of its content should be in the
board documentation and not the chip.
new 3488a98 sim: Correct the typedef in nuttx/hostfs.h
new 5e01fe0 arch/sim: Copy include/nuttx/config.h to the local folder
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:
arch/sim/src/.gitignore | 1 +
arch/sim/src/Makefile | 33 ++++++++-------------------------
arch/sim/src/sim/up_hcisocket.c | 5 +----
arch/sim/src/sim/up_hostfs.c | 19 +++++++++----------
arch/sim/src/sim/up_hosttime.c | 2 ++
arch/sim/src/sim/up_i2cbus.h | 4 ++++
arch/sim/src/sim/up_internal.h | 12 +++++++-----
arch/sim/src/sim/up_netdriver.c | 5 +----
arch/sim/src/sim/up_sigdeliver.c | 1 +
arch/sim/src/sim/up_simuart.c | 6 ++++--
arch/sim/src/sim/up_tapdev.c | 6 +-----
arch/sim/src/sim/up_testset.c | 5 ++---
arch/sim/src/sim/up_wpcap.c | 5 ++++-
arch/sim/src/sim/up_x11framebuffer.c | 7 +++----
boards/sim/sim/sim/scripts/Make.defs | 2 +-
include/nuttx/fs/hostfs.h | 12 +++++++-----
16 files changed, 56 insertions(+), 69 deletions(-)