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 5588bc4  mtd/ramtron.c: Reassert CS between commands
     new 3e44c34  arch/xtensa/esp32_spi&i2c: Get the CPU index when attaching 
an interrupt.
     new 0ca5fb4  arch/xtensa/esp32: When calling up_cpu_index no need to check 
if in SMP mode.  up_cpu_index already does that.
     new 239f0e2  arch/xtensa/esp32: Keep track to which CPU the interrupt was 
attached. This is used when dettaching.
     new 4f2f2ef  arch/xtensa: Get the cpu member out of the read only 
structure.
     new 238a96e  arch/esp32_cpuint.c: Simplify up_disable/enable_irq.

The 5 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/xtensa/src/esp32/esp32_cpuint.c    | 18 ++----------------
 arch/xtensa/src/esp32/esp32_gpio.c      |  4 ----
 arch/xtensa/src/esp32/esp32_i2c.c       | 18 ++++++++----------
 arch/xtensa/src/esp32/esp32_serial.c    | 25 ++++++-------------------
 arch/xtensa/src/esp32/esp32_spi.c       | 13 +++++++------
 arch/xtensa/src/esp32/esp32_spi_slave.c | 13 +++++++------
 arch/xtensa/src/esp32/esp32_wdt.c       | 12 ++++++------
 7 files changed, 36 insertions(+), 67 deletions(-)

Reply via email to