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/incubator-nuttx.git.
from a5a435e esp32: remove extra initial newline on syslog call add 168355a sim: add the simulated lower-half FOC device No new revisions were added by this update. Summary of changes: arch/sim/Kconfig | 7 + arch/sim/src/Makefile | 4 + arch/sim/src/sim/up_foc.c | 701 +++++++++++++++++++++++++++++++++++++++++ arch/sim/src/sim/up_idle.c | 6 + arch/sim/src/sim/up_internal.h | 8 + 5 files changed, 726 insertions(+) create mode 100644 arch/sim/src/sim/up_foc.c