This is an automated email from the ASF dual-hosted git repository.

linguini1 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from d866153a25f Documentation/applications/system/conntrack: add conntrack 
man page
     new ce0e715254f boards/avr/avrdx/breadxavr: provide board_late_initialize
     new a7352902aea arch/avr/src/avrdx: fix Make.defs when 
CONFIG_ENABLE_ALL_SIGNALS unset
     new 689ed188c61 sched/clock/clock_delay: added config flag to remove weak 
up_udelay
     new 10dea61e232 arch/avr/src/avrdx: add support for reading CPU clock from 
other sources
     new 0b5bf6c2c59 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%)

Reply via email to