Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions boards/nxp/mimxrt700_evk/flash_config/flash_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
#include <stdint.h>
#include "fsl_common.h"

#ifndef FSL_FEATURE_SILICON_VERSION_A
#define FSL_FEATURE_SILICON_VERSION_A (1U)
#endif

/* XSPI memory config block related definitions */
#define FC_XSPI_CFG_BLK_TAG (0x42464346UL) /* ascii "FCFB" Big Endian */
#define FC_XSPI_CFG_BLK_VERSION (0x56010400UL) /* V1.4.0 */
Expand Down
2 changes: 1 addition & 1 deletion boards/nxp/mimxrt700_evk/mimxrt700_evk-pinctrl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: Apache-2.0
*/

#include <nxp/nxp_imx/rt/MIMXRT798SGFOA-pinctrl.h>
#include <nxp/nxp_imx/rt/MIMXRT798SGFOB-pinctrl.h>

&pinctrl {
pinmux_flexcomm0_lpuart: pinmux_flexcomm0_lpuart {
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ manifest:
groups:
- hal
- name: hal_nxp
revision: 6d6ab91d5cc71c872353af1957d19f3d930df0fd
revision: pull/636/head
path: modules/hal/nxp
groups:
- hal
Expand Down
Loading