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 f3a6d80 esp32c3/hardware: Include files of the same level by their
names only and remove unnecessary includes.
new afd6b26 xtensa/esp32: Replace serialout/in and fixes the fifo counter
issue
new cce42d5 xtensa/esp32: Reorganize the pins initialization and adds
showprogress in __start
new 50daf24 esp32/esp32-c3: Adds two helpers to extract and include a
field value
new 873293c xtensa/esp32: Applies REG_MASK to extract a field value
The 4 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/risc-v/src/esp32c3/hardware/esp32c3_soc.h | 8 +
arch/xtensa/src/esp32/esp32_serial.c | 298 +++++++++++++++++--------
arch/xtensa/src/esp32/esp32_start.c | 24 ++
arch/xtensa/src/esp32/hardware/esp32_soc.h | 17 ++
arch/xtensa/src/esp32/hardware/esp32_uart.h | 22 +-
5 files changed, 271 insertions(+), 98 deletions(-)