This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a change to branch releases/13.0
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 32f98faa620 boards/xtensa/espressif: Fix crypto hash tests for
esp32[-|-s2|-s3]
new cd1ea28727c boards/avr/avrdx/breadxavr: provide board_late_initialize
new e6249b8f16c arch/avr/src/avrdx: fix Make.defs when
CONFIG_ENABLE_ALL_SIGNALS unset
new eb41209a075 sched/clock/clock_delay: added config flag to remove weak
up_udelay
new 8eb5c85e722 arch/avr/src/avrdx: add support for reading CPU clock from
other sources
new 8ad4f90b727 arch/avr/src/avrdx/avrdx_delay: add custom up_udelay
function
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:
.../platforms/avr/avrdx/docs/up_udelay.rst | 69 ++++
Documentation/platforms/avr/avrdx/index.rst | 3 +
Documentation/reference/os/sleep.rst | 3 +-
arch/Kconfig | 31 ++
arch/avr/src/avrdx/Kconfig | 61 +++-
arch/avr/src/avrdx/Make.defs | 8 +-
arch/avr/src/avrdx/avrdx.h | 40 ++-
arch/avr/src/avrdx/avrdx_delay.c | 350 +++++++++++++++++++++
.../avr/src/avrdx/avrdx_delay_loop.S | 82 ++---
.../src/avrdx/avrdx_delay_loop.h} | 51 ++-
arch/avr/src/avrdx/avrdx_peripherals.c | 109 ++++++-
arch/avr/src/avrdx/iodefs/avr128da28.h | 10 +
arch/avr/src/avrdx/iodefs/avr128da64.h | 10 +
arch/avr/src/avrdx/iodefs/avr128db64.h | 10 +
boards/avr/avrdx/breadxavr/src/Makefile | 6 +-
boards/avr/avrdx/breadxavr/src/avrdx_init.c | 29 ++
drivers/timers/arch_alarm.c | 16 +
drivers/timers/arch_timer.c | 42 ++-
sched/clock/clock_delay.c | 43 ++-
19 files changed, 860 insertions(+), 113 deletions(-)
create mode 100644 Documentation/platforms/avr/avrdx/docs/up_udelay.rst
create mode 100644 arch/avr/src/avrdx/avrdx_delay.c
copy drivers/ipcc/ipcc_close.c => arch/avr/src/avrdx/avrdx_delay_loop.S (54%)
copy arch/{arm/src/samv7/sam_qspi.h => avr/src/avrdx/avrdx_delay_loop.h} (77%)