Disable the pwmleds nodes in the dts overlay for rev B/C boards. The
FLEXPWM is not routed to LED on these versions.
Fixes#92285
Signed-off-by: David Leach <david.leach@nxp.com>
When the endpoint is re-enabled, check if the current FIFO settings can
be reused. Further work is needed to improve FIFO memory handling for
more advanced interface configurations.
Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
- Installing python3-venv should be done right when all dependencies are
installed.
- Installing python3-venv is enough to pull wheel, setuptools
(python3-setuptools-whl), and pip (python3-pip-whl) so that they are
available in the venv, so reduce the list of packages to install
accordingly.
Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
Ubuntu 20.04 has entered "security fixes only" mode since May 2025, so
we can simplify the getting started guide by making the instructions
apply to 22.04 and onwards, and remove the instructions for adding
Kitware APT repository in the process.
Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
In lis2dux12_read_status_cb() add a return instruction in case of
SENSOR_STREAM_DATA_NOP/SENSOR_STREAM_DATA_DROP.
Fixes: CID 529855
Signed-off-by: Armando Visconti <armando.visconti@st.com>
In lsm6dsv16x_read_status_cb() add a return instruction in case of
SENSOR_STREAM_DATA_NOP/SENSOR_STREAM_DATA_DROP.
Fixes: CID 529864
Signed-off-by: Armando Visconti <armando.visconti@st.com>
Set fifo_mode structure to zero and initialize it properly according
to what interrupt event the user has selected.
Fixes: CID 529871
Fixes: CID 529865
Signed-off-by: Armando Visconti <armando.visconti@st.com>
Update Zephyr fork of MCUboot to revision:
4eba8087fa606db801455f14d185255bc8c49467
Brings following Zephyr relevant fixes:
- 4eba8087 boot: zephyr: boards config of the stm32h573 disco kit
- 2dd7c655 boot: zephyr: boards config of the stm32h7rs target
boards
- cde66e17 boot: zephyr: defines FLASH device for external NOR
- 6a178d29 bootutil: Use flash base address for direct hash
Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
@ -22,7 +22,7 @@ Click the operating system you are using.
@@ -22,7 +22,7 @@ Click the operating system you are using.
..group-tab:: Ubuntu
This guide covers Ubuntu version 20.04 LTS and later.
This guide covers Ubuntu version 22.04 LTS and later.
If you are using a different Linux distribution see :ref:`installation_linux`.
..code-block:: bash
@ -73,27 +73,13 @@ The current minimum required version for the main dependencies are:
@@ -73,27 +73,13 @@ The current minimum required version for the main dependencies are:
.._install_dependencies_ubuntu:
#. If using an Ubuntu version older than 22.04, it is necessary to add extra
repositories to meet the minimum required versions for the main
dependencies listed above. In that case, download, inspect and execute
the Kitware archive script to add the Kitware APT repository to your
sources list.
A detailed explanation of ``kitware-archive.sh`` can be found here
xz-utils file make gcc gcc-multilib g++-multilib libsdl2-dev libmagic1
..note::
@ -217,12 +203,6 @@ chosen. You'll also install Zephyr's additional Python dependencies in a
@@ -217,12 +203,6 @@ chosen. You'll also install Zephyr's additional Python dependencies in a
..group-tab:: Ubuntu
#. Use ``apt`` to install Python ``venv`` package: