This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from a402aaccb42 Documentation: Point the buildroot links at the repository
that still exists.
new 598a1035a05 arch/sim: Add BabbleSim discrete time support
new 6c147f8484d arch/sim: Fix HCI socket watchdog lifetime
new 89c4b8ccaf0 arch/sim: Add runtime HCI socket target option
The 3 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:
.../platforms/sim/sim/boards/sim/index.rst | 72 +++++++++-
arch/sim/Kconfig | 47 ++++++-
arch/sim/src/Makefile | 25 ++++
.../sim/src/sim/posix/sim_bsimtime.c | 109 +++++++++------
arch/sim/src/sim/posix/sim_hosthcisocket.c | 146 ++++++++++++++++++++-
arch/sim/src/sim/posix/sim_hosttime.c | 23 ++++
arch/sim/src/sim/sim_hcisocket.c | 35 ++---
arch/sim/src/sim/sim_head.c | 42 ++++++
arch/sim/src/sim/sim_hosthcisocket.h | 1 +
arch/sim/src/sim/sim_internal.h | 9 ++
10 files changed, 445 insertions(+), 64 deletions(-)
copy boards/arm/samv7/pic32czca70-curiosity/src/sam_userleds.c =>
arch/sim/src/sim/posix/sim_bsimtime.c (58%)