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/nuttx.git
from 8b57a48d8fd arch/intel64: add CPU affinity support for irq
new 6480bb231dd arch/risc-v/espressif: Add LPUART support for esp32p4
new ae5c08c7587 Docs/risc-v/esp32p4: Add LPUART docs for esp32p4
new 7e321e0aba3 arch/risc-v/espressif: Add LPI2C support for esp32p4
new 93ff86fab7b boards/risc-v/esp32p4: Add LPI2C board support
new a9142d93cd9 Docs/risc-v/esp32p4: Add LPI2C docs
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:
Documentation/platforms/risc-v/esp32p4/index.rst | 4 +-
arch/risc-v/src/common/espressif/Kconfig | 60 ++++++++++++++++++++----
arch/risc-v/src/common/espressif/esp_i2c.c | 15 +++---
arch/risc-v/src/common/espressif/esp_lowputc.c | 37 +++++++++++----
arch/risc-v/src/common/espressif/esp_serial.c | 18 ++++++-
boards/risc-v/esp32p4/common/src/esp_board_i2c.c | 4 ++
6 files changed, 108 insertions(+), 30 deletions(-)