You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/07/15 18:57:09 UTC

[incubator-nuttx] branch init updated (fdde287 -> a6da978)

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

xiaoxiang pushed a change to branch init
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


 discard fdde287  sched/init: initialize all idle thread's tl_task
 discard 17563a8  sched/init: Remove the unnessary CONFIG_SMP check
     add 3ca46ea  Change DAC driver to support STM32G4.
     add 002945c  Add DAC example to nucleo-g431kb
     add 7b4e4cb  sched/init: Remove the unnessary CONFIG_SMP check
     add b6cafb6  sched/init: initialize all idle thread's tl_task
     add a6da978  arch/sim: Initialize the idle thread stack info correctly

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (fdde287)
            \
             N -- N -- N   refs/heads/init (a6da978)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/stm32/Kconfig                         |  16 ++
 arch/arm/src/stm32/hardware/stm32_dac.h            | 286 ++-------------------
 .../stm32/hardware/{stm32_dac.h => stm32_dac_v1.h} |  15 +-
 arch/arm/src/stm32/hardware/stm32gxxxxx_dac.h      |  15 +-
 arch/arm/src/stm32/stm32_dac.c                     |  94 ++++++-
 arch/sim/src/sim/up_cpuidlestack.c                 |   7 +-
 arch/sim/src/sim/up_internal.h                     |   5 +-
 arch/sim/src/sim/up_simsmp.c                       |   9 +-
 arch/sim/src/sim/up_smpsignal.c                    |  49 +++-
 boards/arm/stm32/nucleo-g431kb/src/Make.defs       |   4 +
 boards/arm/stm32/nucleo-g431kb/src/nucleo-g431kb.h |  12 +
 boards/arm/stm32/nucleo-g431kb/src/stm32_bringup.c |  10 +
 .../src/stm32_dac.c                                |  25 +-
 sched/Kconfig                                      |   1 +
 14 files changed, 213 insertions(+), 335 deletions(-)
 copy arch/arm/src/stm32/hardware/{stm32_dac.h => stm32_dac_v1.h} (97%)
 copy boards/arm/stm32/{nucleo-f446re => nucleo-g431kb}/src/stm32_dac.c (83%)