/hal_nxp-latest/zephyr/ |
D | module.yml | 3 cmake-ext: True 4 kconfig-ext: True 9 - path: iw612/uart_nw61x_se.h 13 license-path: zephyr/blobs/license/BSD_3.txt 15 description: "Firmware for NXP IW612 Wi-Fi + Bluetooth single-chip solution" 16 …-url: https://www.nxp.com/products/wireless-connectivity/wi-fi-plus-bluetooth-plus-802-15-4/2-4-5-… 17 - path: rw61x/rw61x_sb_ble_15d4_combo_a2.bin 21 license-path: zephyr/blobs/license/LA_OPT_NXP_Software_License.txt 22 url: https://github.com/NXP/wifi_nb_fw/raw/nxp-v3.7.0/rw61x_sb_ble_15d4_combo_a2.bin 24 doc-url: https://github.com/NXP/wifi_nb_fw/blob/nxp-v3.7.0/readme.txt [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/ |
D | mflash_file.c | 2 * Copyright 2017-2020 NXP 4 * SPDX-License-Identifier: BSD-3-Clause 43 uint8_t path[MFLASH_MAX_PATH_LEN]; member 54 uint8_t padding[sizeof(mflash_dir_record_t) - 6 * sizeof(uint32_t)]; 73 /* API - True if mflash is already initialized */ 79 /* Store path string to directory record structure */ 80 static bool dir_path_store(mflash_dir_record_t *dr, char *path) in dir_path_store() argument 83 assert(path); in dir_path_store() 87 dr->path[i] = (uint8_t)(*path); in dir_path_store() 90 if (*path == '\0') in dir_path_store() [all …]
|
D | mflash_file.h | 2 * Copyright 2017-2020 NXP 4 * SPDX-License-Identifier: BSD-3-Clause 17 * Template for file record defines file path and size to be pre-allocated for that file. 22 char *path; member 32 /*! @brief Saves data to file with given path. */ 33 status_t mflash_file_save(char *path, uint8_t *data, uint32_t size); 36 status_t mflash_file_mmap(char *path, uint8_t **pdata, uint32_t *psize);
|
/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/ |
D | misc.py | 6 # SPDX-License-Identifier: BSD-3-Clause 11 with open(filename, mode, encoding='utf-8') as f: 14 if not os.path.exists(filename): 17 return os.path.abspath(filename) 21 with open(filename, "r", encoding='utf-8') as f: 32 name, val = line[4:-1].split(" ", 1) 48 config_cmake = os.path.join(os.path.dirname(config_out), "config.cmake") 60 if os.path.exists(config_cmake): 62 if os.path.exists(config_cmake_old): 71 config_dot = os.path.join(os.path.dirname(config_cmake), ".config") [all …]
|
D | menuconfig.py | 3 # Copyright (c) 2018-2019, Nordic Semiconductor ASA and Ulf Magnusson 4 # SPDX-License-Identifier: ISC 10 A curses-based Python 2/3 menuconfig implementation. The interface should feel 19 Ctrl-D/U: Page Down/Page Up 27 character in it in the current menu isn't supported. A jump-to feature for 33 F: Toggle show-help mode, which shows the help text of the currently selected 37 C: Toggle show-name mode, which shows the symbol name before each symbol menu 40 A: Toggle show-all mode, which shows all items, including currently invisible 52 When run in standalone mode, the top-level Kconfig file to load can be passed 53 as a command-line argument. With no argument, it defaults to "Kconfig". [all …]
|
D | guiconfig.py | 4 # SPDX-License-Identifier: ISC 10 # pylint: disable=undefined-variable 16 A Tkinter-based menuconfig implementation, based around a treeview control and 21 single menu (like menuconfig.py). Only single-menu mode distinguishes between 24 A show-all mode is available that shows invisible items in red. 29 Ctrl-S : Save configuration 30 Ctrl-O : Open configuration 31 Ctrl-A : Toggle show-all mode 32 Ctrl-N : Toggle show-name mode 33 Ctrl-M : Toggle single-menu mode [all …]
|
D | kconfiglib.py | 1 # Copyright (c) 2011-2019, Ulf Magnusson 2 # SPDX-License-Identifier: ISC 9 from Kconfig (https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt) 27 $ wget -qO- https://raw.githubusercontent.com/ulfalizer/Kconfiglib/master/makefile.patch | git am 28 …$ wget -qO- https://raw.githubusercontent.com/ulfalizer/Kconfiglib/master/makefile.patch | patch -… 30 Warning: Not passing -p1 to patch will cause the wrong file to be patched. 43 $ git am Kconfiglib/makefile.patch (or 'patch -p1 < Kconfiglib/makefile.patch') 53 ---------------- 61 -------------- 69 -------------------------------- [all …]
|
/hal_nxp-latest/mcux/scripts/pinctrl/ |
D | gen_soc_headers.py | 5 # SPDX-License-Identifier: Apache-2.0 45 help='Path to downloaded data package zip') 46 parser.add_argument('--copyright', action='store_true', 48 parser.add_argument('--soc-output', metavar = 'SOC_OUT', type=str, 50 parser.add_argument('--controller', metavar = 'CTRL', type=str, 90 npi_data = pathlib.Path(pack_dir) / 'npidata.mf' 110 elif not pathlib.Path(args.soc_output).is_dir(): 111 print('SOC output path must be a directory') 125 proc_root = pathlib.Path(temp_dir.name) / 'processors' 135 f" * SPDX-License-Identifier: Apache-2.0") [all …]
|
D | gen_board_pinctrl.py | 5 # SPDX-License-Identifier: Apache-2.0 47 type=str, help='path to source MEX file') 49 help='Path to downloaded data package zip') 50 parser.add_argument('--copyright', action='store_true', 52 parser.add_argument('--board-output', metavar = 'BOARD_OUT', type=str, 53 help='Output path for board level DTS file') 54 parser.add_argument('--controller', metavar = 'CTRL', type=str, 93 npi_data = pathlib.Path(pack_dir) / 'npidata.mf' 126 proc_root = (pathlib.Path(temp_dir.name) / 'processors'/ 140 args.board_output = f"{board_name.lower().replace('-', '_')}-pinctrl.dtsi" [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/utilities/unity/ |
D | unity.c | 2 Unity Project - A Test Framework for C 4 [Released under MIT License. Please refer to license.txt for details] 20 void *(*csfopenappend)(const char *path), 21 void *(*csfopenread)(const char *path), 22 void *(*csfopenwrite)(const char *path), 40 void *csfopenappend(const char *path); 42 void *csfopenwrite(const char *path); 48 extern void *csfopenappend(const char *path); 50 extern void *csfopenwrite(const char *path); 55 void *csfopenwrite(const char *path) in csfopenwrite() argument [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/ |
D | srtm_sai_edma_adapter.h | 2 * Copyright 2017-2022 NXP 6 * SPDX-License-Identifier: BSD-3-Clause 36 #define SRTM_SAI_EDMA_MAX_LOCAL_PERIOD_ALIGNMENT_MASK (SRTM_SAI_EDMA_MAX_LOCAL_PERIOD_ALIGNMENT - 1… 116 * @param localBuf Local buffer information to be set to the adapter TX path. 127 * @param localBuf Local buffer information to be set to the adapter RX path. 137 * TX path. 148 * path.
|
/hal_nxp-latest/mcux/mcux-sdk/cmake/backports/ |
D | FindPythonInterp.cmake | 1 # Distributed under the OSI-approved BSD 3-Clause License. See accompanying 6 # ---------------- 15 # PYTHONINTERP_FOUND - Was the Python executable found 16 # PYTHON_EXECUTABLE - path to the Python interpreter 22 # PYTHON_VERSION_STRING - Python version found e.g. 2.5.2 23 # PYTHON_VERSION_MAJOR - Python major version found e.g. 2 24 # PYTHON_VERSION_MINOR - Python minor version found e.g. 5 25 # PYTHON_VERSION_PATCH - Python patch version found e.g. 2 40 execute_process(COMMAND "${exe}" -c 47 execute_process(COMMAND "${exe}" -c "import sys; sys.stdout.write(sys.version)" [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/drivers/tmu_2/ |
D | fsl_tmu.c | 6 * SPDX-License-Identifier: BSD-3-Clause 29 …* @param probe probe selection, if select both 2 probes, enable main probe path by default. Refer … 41 …* @param probe probe selection, if select both 2 probes, enable main probe path by default. Refer … 94 ctrlReg = base->TER; in TMU_Init() 95 ctrlReg |= TMU_TER_ALPF(config->averageLPF); in TMU_Init() 96 base->TER = ctrlReg; in TMU_Init() 99 TMU_UpdateHighTemperatureThreshold(base, config->probeSelect, in TMU_Init() 100 (const tmu_threshold_config_t *)&config->thresholdConfig); in TMU_Init() 106 base->TER &= ~TMU_TER_EN_MASK; in TMU_Deinit() 108 base->TER |= TMU_TER_ADC_PD_MASK; in TMU_Deinit() [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/cmake/ |
D | kconfig.cmake | 1 # SPDX-License-Identifier: Apache-2.0 4 # conf/mconf needs to be run from a different directory because of: GH-3408 37 # character in the C shell, so we make it into a question-mark 67 # Allow out-of-tree users to add their own Kconfig python frontend 73 # cmake -DEXTRA_KCONFIG_TARGETS=cli 74 # -DEXTRA_KCONFIG_TARGET_COMMAND_FOR_cli=cli_kconfig_frontend.py 96 ${CMAKE_COMMAND} -E env 119 # Support assigning Kconfig symbols on the command-line with CMake 122 # user-testing. 161 set(path ${f}) variable [all …]
|
D | mcux.cmake | 1 # SPDX-License-Identifier: BSD-3-Clause 13 set(APPLICATION_SOURCE_DIR ${CMAKE_SOURCE_DIR} CACHE PATH 25 set(APPLICATION_BINARY_DIR ${CMAKE_SOURCE_DIR}/build CACHE PATH 40 ENCODING "UTF-8"
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/ |
D | wls_api.c | 5 * Copyright 2023-2024 NXP 7 * SPDX-License-Identifier: BSD-3-Clause 58 …hal_wls_packet_params_t *packetparams, // values from Rx/Tx-Info, used mostly to find corre… in wls_process_csi() 60 …unsigned int *resArray) // outputs � phase roll, first path, pktinfo, difference of rxInfo CSI TSF… in wls_process_csi() 82 if (!(inputVals->enableCsi)) in wls_process_csi() 84 return -1; in wls_process_csi() 93 tempVec[0] = (unsigned int)csirxinfo->pktinfo; in wls_process_csi() 96 if (pktinfo->packetType < 3) in wls_process_csi() 98 if (pktinfo->packetType == 0) in wls_process_csi() 100 pktinfo->sigBw = pktinfo->rxDevBw; in wls_process_csi() [all …]
|
D | wls_subspace_processing.c | 3 * @brief This file contains source code to calculate fine timing using sub-space methods (ESPRIT) 5 * Copyright 2023-2024 NXP 7 * SPDX-License-Identifier: BSD-3-Clause 12 * DFW Source code to calculate fine timing using sub-space methods (ESPRIT) 92 int nRx = pktinfo->nRx+1; in calcCorMatrix() 93 int nTx = pktinfo->nTx+1; in calcCorMatrix() 94 int ifftSizeOsf = 1<<(pktinfo->fftSize+6); in calcCorMatrix() 96 int firstPathIndex = (firstPathDelay+(1<<(TOA_FPATH_BIPT-1)))>>TOA_FPATH_BIPT; in calcCorMatrix() 97 …int windowStart = firstPathIndex-(fft_input_size <<(IFFT_OSF_SHIFT-1)); // center window middle on… in calcCorMatrix() 99 int stepsize = 1<<(IFFT_OSF_SHIFT - FFT_TD_OSF_SHIFT); in calcCorMatrix() [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE06Z4/ |
D | MKE06Z4_features.h | 3 ** Version: rev. 1.0, 2017-05-19 10 ** Copyright 2016-2021 NXP 13 ** SPDX-License-Identifier: BSD-3-Clause 19 ** - rev. 1.0 (2017-05-19) 105 /* @brief Has half-cycle reload for the module. */ 123 (((x) == FTM2) ? (0) : (-1)))) 138 (((x) == FTM2) ? (-1) : (-1)))) 159 /* @brief P-Flash higher region start address. */ 161 /* @brief P-Flash start address. */ 163 /* @brief P-Flash block count. */ [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE04Z1284/ |
D | MKE04Z1284_features.h | 3 ** Version: rev. 1.0, 2017-05-19 10 ** Copyright 2016-2021 NXP 13 ** SPDX-License-Identifier: BSD-3-Clause 19 ** - rev. 1.0 (2017-05-19) 103 /* @brief Has half-cycle reload for the module. */ 121 (((x) == FTM2) ? (0) : (-1)))) 136 (((x) == FTM2) ? (-1) : (-1)))) 157 /* @brief P-Flash higher region start address. */ 159 /* @brief P-Flash start address. */ 161 /* @brief P-Flash block count. */ [all …]
|
/hal_nxp-latest/s32/drivers/s32ze/BaseNXP/header/ |
D | S32Z2_DDRC.h | 2 * Copyright 1997-2016 Freescale Semiconductor, Inc. 3 * Copyright 2016-2024 NXP 5 * SPDX-License-Identifier: BSD-3-Clause 11 * @date 2024-05-03 21 * @page misra_violations MISRA-C:2012 violations 32 * Violates MISRA 2012 Advisory Directive 4.9, Function-like macro 33 * These are generated macros used for accessing the bit-fields from registers. 62 /* ---------------------------------------------------------------------------- 63 -- DDRC Peripheral Access Layer 64 ---------------------------------------------------------------------------- */ [all …]
|
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/ |
D | README.md | 1 …(https://img.shields.io/github/v/release/nxp-mcuxpresso/rpmsg-lite)](https://github.com/nxp-mcuxpr… 2 …tps://img.shields.io/github/contributors/nxp-mcuxpresso/rpmsg-lite)](https://github.com/nxp-mcuxpr… 3 …es](https://img.shields.io/github/issues/nxp-mcuxpresso/rpmsg-lite)](https://github.com/nxp-mcuxpr… 4 …](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/… 9 This documentation describes the RPMsg-Lite component, which is a lightweight implementation of the… 11 …-amp), the RPMsg-Lite offers a code size reduction, API simplification, and improved modularity. O… 13 The RPMsg-Lite is an open-source component developed by NXP Semiconductors and released under the B… 15 …ocumentation, please look at doxygen documentation at: https://nxp-mcuxpresso.github.io/rpmsg-lite/ 17 # Motivation to create RPMsg-Lite 19 … are multiple reasons why RPMsg-Lite was developed. One reason is the need for the small footprint… [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/drivers/pxp/ |
D | fsl_pxp.h | 2 * Copyright 2017-2023 NXP 6 * SPDX-License-Identifier: BSD-3-Clause 61 /* This macto indicates whether PXP needs mux the process path. */ 70 #define PXP_GET_MUX_FROM_PATH(path) ((path) >> 8U) argument 71 #define PXP_GET_SEL_FROM_PATH(path) ((path)&0x03U) argument 108 << 16U, /*!< WFE-A store channel 0 completed. bit 24 */ 110 << 16U, /*!< WFE-A store channel 1 completed. bit 25 */ 112 << 16U, /*!< WFE-B store channel 0 completed. bit 26 */ 114 << 16U, /*!< WFE-B store channel 1 completed. bit 27 */ 118 …kPXP_WfeaStoreInterruptEnable = PXP_IRQ_MASK_WFE_A_STORE_IRQ_EN_MASK << 16U, /*!< WFE-A store comp… [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD5/drivers/upower/ |
D | upower_defs.h | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 3 * Copyright 2019-2023 NXP 5 * KEYWORDS: micro-power uPower driver API 6 * ----------------------------------------------------------------------------- 8 * ----------------------------------------------------------------------------- 11 * ----------------------------------------------------------------------------- 20 #include <stdint.h> /* this include breaks the SoC compile - TBD why? */ 33 * DOWNSTREAM MESSAGES - COMMANDS/FUNCTIONS 42 #define UPWR_ARG_BITS (32U - UPWR_HEADER_BITS) 46 #define UPWR_ARG64_BITS (64U - UPWR_HEADER_BITS) [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD3/drivers/upower/ |
D | upower_defs.h | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 3 * Copyright 2019-2023 NXP 5 * KEYWORDS: micro-power uPower driver API 6 * ----------------------------------------------------------------------------- 8 * ----------------------------------------------------------------------------- 11 * ----------------------------------------------------------------------------- 20 #include <stdint.h> /* this include breaks the SoC compile - TBD why? */ 33 * DOWNSTREAM MESSAGES - COMMANDS/FUNCTIONS 42 #define UPWR_ARG_BITS (32U - UPWR_HEADER_BITS) 46 #define UPWR_ARG64_BITS (64U - UPWR_HEADER_BITS) [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD7/drivers/upower/ |
D | upower_defs.h | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 3 * Copyright 2019-2023 NXP 5 * KEYWORDS: micro-power uPower driver API 6 * ----------------------------------------------------------------------------- 8 * ----------------------------------------------------------------------------- 11 * ----------------------------------------------------------------------------- 20 #include <stdint.h> /* this include breaks the SoC compile - TBD why? */ 33 * DOWNSTREAM MESSAGES - COMMANDS/FUNCTIONS 42 #define UPWR_ARG_BITS (32U - UPWR_HEADER_BITS) 46 #define UPWR_ARG64_BITS (64U - UPWR_HEADER_BITS) [all …]
|