This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from d7fe012 Replece clock_gettime(CLOCK_REALTIME) with clock_systime_timespec if suitable add 7b32ce1 xtensa:esp32: setup software interrupt. (bit 29) add bf40d70 xtensa:esp32s2: setup software interrupt as swi interrupt add fc9791c xtensa:esp32s3: setup software interrupt as swi interrupt. No new revisions were added by this update. Summary of changes: arch/xtensa/include/esp32/core-isa.h | 3 +++ arch/xtensa/include/esp32/irq.h | 5 +++-- arch/xtensa/include/esp32s2/core-isa.h | 4 ++++ arch/xtensa/include/esp32s2/irq.h | 5 +++-- arch/xtensa/include/esp32s3/core-isa.h | 4 ++++ arch/xtensa/include/esp32s3/irq.h | 5 +++-- arch/xtensa/src/esp32/Make.defs | 2 +- arch/xtensa/src/esp32/esp32_cpustart.c | 4 ++++ arch/xtensa/src/esp32/esp32_irq.c | 20 ++++++++++++++++---- arch/xtensa/src/esp32s2/Make.defs | 4 ++-- arch/xtensa/src/esp32s2/esp32s2_cpuint.c | 9 +++++---- arch/xtensa/src/esp32s2/esp32s2_irq.c | 8 ++++++++ arch/xtensa/src/esp32s3/Make.defs | 2 +- arch/xtensa/src/esp32s3/esp32s3_irq.c | 21 +++++++++++++++++---- 14 files changed, 74 insertions(+), 22 deletions(-)