Added "wolfCrypt_Init" for DCP initialization.
(removed tags, accidentally added)pull/226/head
parent
3b3d039371
commit
07a972faa6
|
@ -29,6 +29,7 @@
|
|||
#include "clock_config.h"
|
||||
#include "wolfcrypt/benchmark/benchmark.h"
|
||||
#include "wolfcrypt/test/test.h"
|
||||
#include "wolfssl/wolfcrypt/wc_port.h"
|
||||
|
||||
#include <time.h>
|
||||
|
||||
|
@ -45,6 +46,7 @@ void main(void)
|
|||
BOARD_InitDebugConsole();
|
||||
TRNG_GetDefaultConfig(&trngConfig);
|
||||
trngConfig.sampleMode = kTRNG_SampleModeVonNeumann;
|
||||
wolfCrypt_Init();
|
||||
benchmark_init();
|
||||
benchmark_test(NULL);
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include "pin_mux.h"
|
||||
#include "clock_config.h"
|
||||
#include "wolfssl/wolfcrypt/wc_port.h"
|
||||
#include "wolfcrypt/test/test.h"
|
||||
#include <time.h>
|
||||
|
||||
|
@ -45,6 +46,7 @@ void main(void)
|
|||
BOARD_InitDebugConsole();
|
||||
TRNG_GetDefaultConfig(&trngConfig);
|
||||
trngConfig.sampleMode = kTRNG_SampleModeVonNeumann;
|
||||
wolfCrypt_Init();
|
||||
wolfcrypt_test(NULL);
|
||||
|
||||
while (1)
|
||||
|
|
868
RT1060/tags
868
RT1060/tags
|
@ -1,868 +0,0 @@
|
|||
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
|
||||
!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
|
||||
!_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/
|
||||
!_TAG_PROGRAM_NAME Exuberant Ctags //
|
||||
!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/
|
||||
!_TAG_PROGRAM_VERSION 5.9~svn20110310 //
|
||||
ASMFLAGS /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/Makefile /^ASMFLAGS=-D__STARTUP_CLEAR_BSS -D__STARTUP_INITIALIZE_NONCACHEDATA -mcpu=cortex-m7 -Wall -mfloat-abi=hard -mfpu=fpv5-d16 -mthumb -fno-common -ffunction-sections -fdata-sections -ffreestanding -fno-builtin -mapcs -std=gnu99$/;" m
|
||||
BENCH_EMBEDDED /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 108;" d
|
||||
BENCH_EMBEDDED /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 38;" d
|
||||
BENCH_OBJS /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/Makefile /^BENCH_OBJS:=$(WOLFSSL)\/wolfcrypt\/benchmark\/benchmark.o main-bench.o$/;" m
|
||||
BOARD_ACCEL_I2C_BASEADDR /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 116;" d
|
||||
BOARD_ACCEL_I2C_CLOCK_FREQ /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 121;" d
|
||||
BOARD_ACCEL_I2C_CLOCK_SOURCE_DIVIDER /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 120;" d
|
||||
BOARD_ACCEL_I2C_CLOCK_SOURCE_SELECT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 118;" d
|
||||
BOARD_ARDUINO_I2C_INDEX /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 80;" d
|
||||
BOARD_ARDUINO_I2C_IRQ /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 79;" d
|
||||
BOARD_ARDUINO_INT_IRQ /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 78;" d
|
||||
BOARD_Accel_I2C_Init /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.c /^void BOARD_Accel_I2C_Init(void)$/;" f
|
||||
BOARD_Accel_I2C_Receive /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.c /^status_t BOARD_Accel_I2C_Receive($/;" f
|
||||
BOARD_Accel_I2C_Send /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.c /^status_t BOARD_Accel_I2C_Send(uint8_t deviceAddress, uint32_t subAddress, uint8_t subaddressSize, uint32_t txBuff)$/;" f
|
||||
BOARD_BOOTCLOCKRUN_AHB_CLK_ROOT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 46;" d
|
||||
BOARD_BOOTCLOCKRUN_CAN_CLK_ROOT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 47;" d
|
||||
BOARD_BOOTCLOCKRUN_CKIL_SYNC_CLK_ROOT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 48;" d
|
||||
BOARD_BOOTCLOCKRUN_CLKO1_CLK /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 49;" d
|
||||
BOARD_BOOTCLOCKRUN_CLKO2_CLK /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 50;" d
|
||||
BOARD_BOOTCLOCKRUN_CLK_1M /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 51;" d
|
||||
BOARD_BOOTCLOCKRUN_CLK_24M /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 52;" d
|
||||
BOARD_BOOTCLOCKRUN_CORE_CLOCK /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 43;" d
|
||||
BOARD_BOOTCLOCKRUN_CSI_CLK_ROOT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 53;" d
|
||||
BOARD_BOOTCLOCKRUN_ENET1_TX_CLK /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 54;" d
|
||||
BOARD_BOOTCLOCKRUN_ENET2_125M_CLK /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 55;" d
|
||||
BOARD_BOOTCLOCKRUN_ENET2_TX_CLK /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 56;" d
|
||||
BOARD_BOOTCLOCKRUN_ENET_125M_CLK /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 57;" d
|
||||
BOARD_BOOTCLOCKRUN_ENET_25M_REF_CLK /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 58;" d
|
||||
BOARD_BOOTCLOCKRUN_FLEXIO1_CLK_ROOT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 59;" d
|
||||
BOARD_BOOTCLOCKRUN_FLEXIO2_CLK_ROOT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 60;" d
|
||||
BOARD_BOOTCLOCKRUN_FLEXSPI2_CLK_ROOT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 61;" d
|
||||
BOARD_BOOTCLOCKRUN_FLEXSPI_CLK_ROOT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 62;" d
|
||||
BOARD_BOOTCLOCKRUN_GPT1_IPG_CLK_HIGHFREQ /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 63;" d
|
||||
BOARD_BOOTCLOCKRUN_GPT2_IPG_CLK_HIGHFREQ /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 64;" d
|
||||
BOARD_BOOTCLOCKRUN_IPG_CLK_ROOT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 65;" d
|
||||
BOARD_BOOTCLOCKRUN_LCDIF_CLK_ROOT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 66;" d
|
||||
BOARD_BOOTCLOCKRUN_LPI2C_CLK_ROOT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 67;" d
|
||||
BOARD_BOOTCLOCKRUN_LPSPI_CLK_ROOT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 68;" d
|
||||
BOARD_BOOTCLOCKRUN_LVDS1_CLK /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 69;" d
|
||||
BOARD_BOOTCLOCKRUN_MQS_MCLK /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 70;" d
|
||||
BOARD_BOOTCLOCKRUN_PERCLK_CLK_ROOT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 71;" d
|
||||
BOARD_BOOTCLOCKRUN_PLL7_MAIN_CLK /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 72;" d
|
||||
BOARD_BOOTCLOCKRUN_SAI1_CLK_ROOT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 73;" d
|
||||
BOARD_BOOTCLOCKRUN_SAI1_MCLK1 /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 74;" d
|
||||
BOARD_BOOTCLOCKRUN_SAI1_MCLK2 /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 75;" d
|
||||
BOARD_BOOTCLOCKRUN_SAI1_MCLK3 /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 76;" d
|
||||
BOARD_BOOTCLOCKRUN_SAI2_CLK_ROOT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 77;" d
|
||||
BOARD_BOOTCLOCKRUN_SAI2_MCLK1 /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 78;" d
|
||||
BOARD_BOOTCLOCKRUN_SAI2_MCLK2 /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 79;" d
|
||||
BOARD_BOOTCLOCKRUN_SAI2_MCLK3 /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 80;" d
|
||||
BOARD_BOOTCLOCKRUN_SAI3_CLK_ROOT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 81;" d
|
||||
BOARD_BOOTCLOCKRUN_SAI3_MCLK1 /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 82;" d
|
||||
BOARD_BOOTCLOCKRUN_SAI3_MCLK2 /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 83;" d
|
||||
BOARD_BOOTCLOCKRUN_SAI3_MCLK3 /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 84;" d
|
||||
BOARD_BOOTCLOCKRUN_SEMC_CLK_ROOT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 85;" d
|
||||
BOARD_BOOTCLOCKRUN_SPDIF0_CLK_ROOT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 86;" d
|
||||
BOARD_BOOTCLOCKRUN_SPDIF0_EXTCLK_OUT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 87;" d
|
||||
BOARD_BOOTCLOCKRUN_TRACE_CLK_ROOT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 88;" d
|
||||
BOARD_BOOTCLOCKRUN_UART_CLK_ROOT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 89;" d
|
||||
BOARD_BOOTCLOCKRUN_USBPHY1_CLK /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 90;" d
|
||||
BOARD_BOOTCLOCKRUN_USBPHY2_CLK /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 91;" d
|
||||
BOARD_BOOTCLOCKRUN_USDHC1_CLK_ROOT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 92;" d
|
||||
BOARD_BOOTCLOCKRUN_USDHC2_CLK_ROOT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 93;" d
|
||||
BOARD_BT_UART_BASEADDR /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 144;" d
|
||||
BOARD_BT_UART_CLK_FREQ /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 145;" d
|
||||
BOARD_BT_UART_IRQ /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 146;" d
|
||||
BOARD_BT_UART_IRQ_HANDLER /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 147;" d
|
||||
BOARD_BootClockRUN /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.c /^void BOARD_BootClockRUN(void)$/;" f
|
||||
BOARD_CAMERA_I2C_BASEADDR /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 130;" d
|
||||
BOARD_CAMERA_I2C_CLOCK_FREQ /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 133;" d
|
||||
BOARD_CAMERA_I2C_CLOCK_SOURCE_DIVIDER /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 131;" d
|
||||
BOARD_CAMERA_I2C_CLOCK_SOURCE_SELECT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 132;" d
|
||||
BOARD_CAMERA_I2C_SCL_GPIO /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 136;" d
|
||||
BOARD_CAMERA_I2C_SCL_PIN /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 137;" d
|
||||
BOARD_CAMERA_I2C_SDA_GPIO /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 138;" d
|
||||
BOARD_CAMERA_I2C_SDA_PIN /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 139;" d
|
||||
BOARD_CAMERA_PWDN_GPIO /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 140;" d
|
||||
BOARD_CAMERA_PWDN_PIN /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 141;" d
|
||||
BOARD_CODEC_I2C_BASEADDR /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 123;" d
|
||||
BOARD_CODEC_I2C_CLOCK_FREQ /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 127;" d
|
||||
BOARD_CODEC_I2C_CLOCK_SOURCE_DIVIDER /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 126;" d
|
||||
BOARD_CODEC_I2C_CLOCK_SOURCE_SELECT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 125;" d
|
||||
BOARD_CODEC_I2C_INSTANCE /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 124;" d
|
||||
BOARD_Camera_I2C_Init /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.c /^void BOARD_Camera_I2C_Init(void)$/;" f
|
||||
BOARD_Camera_I2C_Receive /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.c /^status_t BOARD_Camera_I2C_Receive($/;" f
|
||||
BOARD_Camera_I2C_ReceiveSCCB /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.c /^status_t BOARD_Camera_I2C_ReceiveSCCB($/;" f
|
||||
BOARD_Camera_I2C_Send /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.c /^status_t BOARD_Camera_I2C_Send($/;" f
|
||||
BOARD_Camera_I2C_SendSCCB /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.c /^status_t BOARD_Camera_I2C_SendSCCB($/;" f
|
||||
BOARD_Codec_I2C_Init /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.c /^void BOARD_Codec_I2C_Init(void)$/;" f
|
||||
BOARD_Codec_I2C_Receive /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.c /^status_t BOARD_Codec_I2C_Receive($/;" f
|
||||
BOARD_Codec_I2C_Send /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.c /^status_t BOARD_Codec_I2C_Send($/;" f
|
||||
BOARD_ConfigMPU /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.c /^void BOARD_ConfigMPU(void)$/;" f
|
||||
BOARD_DEBUG_UART_BASEADDR /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 24;" d
|
||||
BOARD_DEBUG_UART_BAUDRATE /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 33;" d
|
||||
BOARD_DEBUG_UART_CLK_FREQ /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 27;" d
|
||||
BOARD_DEBUG_UART_INSTANCE /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 25;" d
|
||||
BOARD_DEBUG_UART_TYPE /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 23;" d
|
||||
BOARD_DebugConsoleSrcFreq /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.c /^uint32_t BOARD_DebugConsoleSrcFreq(void)$/;" f
|
||||
BOARD_ENET0_PHY_ADDRESS /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 71;" d
|
||||
BOARD_FLASH_SIZE /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 68;" d
|
||||
BOARD_HAS_SDCARD /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 150;" d
|
||||
BOARD_INITCAN_CAN2_RX_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 692;" d
|
||||
BOARD_INITCAN_CAN2_RX_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 693;" d
|
||||
BOARD_INITCAN_CAN2_RX_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 689;" d
|
||||
BOARD_INITCAN_CAN2_RX_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 691;" d
|
||||
BOARD_INITCAN_CAN2_RX_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 690;" d
|
||||
BOARD_INITCAN_CAN2_TX_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 685;" d
|
||||
BOARD_INITCAN_CAN2_TX_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 686;" d
|
||||
BOARD_INITCAN_CAN2_TX_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 682;" d
|
||||
BOARD_INITCAN_CAN2_TX_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 684;" d
|
||||
BOARD_INITCAN_CAN2_TX_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 683;" d
|
||||
BOARD_INITCSI_CSI_D2_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 440;" d
|
||||
BOARD_INITCSI_CSI_D2_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 442;" d
|
||||
BOARD_INITCSI_CSI_D2_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 443;" d
|
||||
BOARD_INITCSI_CSI_D2_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 438;" d
|
||||
BOARD_INITCSI_CSI_D2_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 441;" d
|
||||
BOARD_INITCSI_CSI_D2_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 439;" d
|
||||
BOARD_INITCSI_CSI_D3_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 448;" d
|
||||
BOARD_INITCSI_CSI_D3_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 450;" d
|
||||
BOARD_INITCSI_CSI_D3_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 451;" d
|
||||
BOARD_INITCSI_CSI_D3_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 446;" d
|
||||
BOARD_INITCSI_CSI_D3_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 449;" d
|
||||
BOARD_INITCSI_CSI_D3_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 447;" d
|
||||
BOARD_INITCSI_CSI_D4_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 432;" d
|
||||
BOARD_INITCSI_CSI_D4_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 434;" d
|
||||
BOARD_INITCSI_CSI_D4_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 435;" d
|
||||
BOARD_INITCSI_CSI_D4_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 430;" d
|
||||
BOARD_INITCSI_CSI_D4_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 433;" d
|
||||
BOARD_INITCSI_CSI_D4_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 431;" d
|
||||
BOARD_INITCSI_CSI_D5_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 424;" d
|
||||
BOARD_INITCSI_CSI_D5_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 426;" d
|
||||
BOARD_INITCSI_CSI_D5_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 427;" d
|
||||
BOARD_INITCSI_CSI_D5_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 422;" d
|
||||
BOARD_INITCSI_CSI_D5_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 425;" d
|
||||
BOARD_INITCSI_CSI_D5_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 423;" d
|
||||
BOARD_INITCSI_CSI_D6_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 416;" d
|
||||
BOARD_INITCSI_CSI_D6_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 418;" d
|
||||
BOARD_INITCSI_CSI_D6_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 419;" d
|
||||
BOARD_INITCSI_CSI_D6_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 414;" d
|
||||
BOARD_INITCSI_CSI_D6_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 417;" d
|
||||
BOARD_INITCSI_CSI_D6_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 415;" d
|
||||
BOARD_INITCSI_CSI_D7_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 408;" d
|
||||
BOARD_INITCSI_CSI_D7_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 410;" d
|
||||
BOARD_INITCSI_CSI_D7_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 411;" d
|
||||
BOARD_INITCSI_CSI_D7_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 406;" d
|
||||
BOARD_INITCSI_CSI_D7_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 409;" d
|
||||
BOARD_INITCSI_CSI_D7_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 407;" d
|
||||
BOARD_INITCSI_CSI_D8_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 400;" d
|
||||
BOARD_INITCSI_CSI_D8_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 402;" d
|
||||
BOARD_INITCSI_CSI_D8_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 403;" d
|
||||
BOARD_INITCSI_CSI_D8_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 398;" d
|
||||
BOARD_INITCSI_CSI_D8_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 401;" d
|
||||
BOARD_INITCSI_CSI_D8_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 399;" d
|
||||
BOARD_INITCSI_CSI_D9_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 392;" d
|
||||
BOARD_INITCSI_CSI_D9_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 394;" d
|
||||
BOARD_INITCSI_CSI_D9_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 395;" d
|
||||
BOARD_INITCSI_CSI_D9_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 390;" d
|
||||
BOARD_INITCSI_CSI_D9_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 393;" d
|
||||
BOARD_INITCSI_CSI_D9_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 391;" d
|
||||
BOARD_INITCSI_CSI_HSYNC_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 478;" d
|
||||
BOARD_INITCSI_CSI_HSYNC_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 479;" d
|
||||
BOARD_INITCSI_CSI_HSYNC_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 475;" d
|
||||
BOARD_INITCSI_CSI_HSYNC_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 477;" d
|
||||
BOARD_INITCSI_CSI_HSYNC_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 476;" d
|
||||
BOARD_INITCSI_CSI_I2C_SCL_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 485;" d
|
||||
BOARD_INITCSI_CSI_I2C_SCL_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 486;" d
|
||||
BOARD_INITCSI_CSI_I2C_SCL_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 482;" d
|
||||
BOARD_INITCSI_CSI_I2C_SCL_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 484;" d
|
||||
BOARD_INITCSI_CSI_I2C_SCL_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 483;" d
|
||||
BOARD_INITCSI_CSI_I2C_SDA_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 492;" d
|
||||
BOARD_INITCSI_CSI_I2C_SDA_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 493;" d
|
||||
BOARD_INITCSI_CSI_I2C_SDA_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 489;" d
|
||||
BOARD_INITCSI_CSI_I2C_SDA_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 491;" d
|
||||
BOARD_INITCSI_CSI_I2C_SDA_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 490;" d
|
||||
BOARD_INITCSI_CSI_MCLK_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 464;" d
|
||||
BOARD_INITCSI_CSI_MCLK_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 465;" d
|
||||
BOARD_INITCSI_CSI_MCLK_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 461;" d
|
||||
BOARD_INITCSI_CSI_MCLK_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 463;" d
|
||||
BOARD_INITCSI_CSI_MCLK_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 462;" d
|
||||
BOARD_INITCSI_CSI_PIXCLK_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 457;" d
|
||||
BOARD_INITCSI_CSI_PIXCLK_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 458;" d
|
||||
BOARD_INITCSI_CSI_PIXCLK_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 454;" d
|
||||
BOARD_INITCSI_CSI_PIXCLK_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 456;" d
|
||||
BOARD_INITCSI_CSI_PIXCLK_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 455;" d
|
||||
BOARD_INITCSI_CSI_PWDN_GPIO /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 496;" d
|
||||
BOARD_INITCSI_CSI_PWDN_GPIO_PIN /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 498;" d
|
||||
BOARD_INITCSI_CSI_PWDN_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 500;" d
|
||||
BOARD_INITCSI_CSI_PWDN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 501;" d
|
||||
BOARD_INITCSI_CSI_PWDN_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 499;" d
|
||||
BOARD_INITCSI_CSI_PWDN_PORT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 497;" d
|
||||
BOARD_INITCSI_CSI_VSYNC_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 471;" d
|
||||
BOARD_INITCSI_CSI_VSYNC_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 472;" d
|
||||
BOARD_INITCSI_CSI_VSYNC_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 468;" d
|
||||
BOARD_INITCSI_CSI_VSYNC_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 470;" d
|
||||
BOARD_INITCSI_CSI_VSYNC_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 469;" d
|
||||
BOARD_INITDEBUG_UART_UART1_RXD_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 65;" d
|
||||
BOARD_INITDEBUG_UART_UART1_RXD_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 66;" d
|
||||
BOARD_INITDEBUG_UART_UART1_RXD_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 62;" d
|
||||
BOARD_INITDEBUG_UART_UART1_RXD_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 64;" d
|
||||
BOARD_INITDEBUG_UART_UART1_RXD_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 63;" d
|
||||
BOARD_INITDEBUG_UART_UART1_TXD_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 58;" d
|
||||
BOARD_INITDEBUG_UART_UART1_TXD_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 59;" d
|
||||
BOARD_INITDEBUG_UART_UART1_TXD_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 55;" d
|
||||
BOARD_INITDEBUG_UART_UART1_TXD_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 57;" d
|
||||
BOARD_INITDEBUG_UART_UART1_TXD_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 56;" d
|
||||
BOARD_INITENET_ENET_CRS_DV_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 743;" d
|
||||
BOARD_INITENET_ENET_CRS_DV_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 744;" d
|
||||
BOARD_INITENET_ENET_CRS_DV_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 740;" d
|
||||
BOARD_INITENET_ENET_CRS_DV_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 742;" d
|
||||
BOARD_INITENET_ENET_CRS_DV_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 741;" d
|
||||
BOARD_INITENET_ENET_MDC_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 706;" d
|
||||
BOARD_INITENET_ENET_MDC_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 707;" d
|
||||
BOARD_INITENET_ENET_MDC_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 703;" d
|
||||
BOARD_INITENET_ENET_MDC_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 705;" d
|
||||
BOARD_INITENET_ENET_MDC_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 704;" d
|
||||
BOARD_INITENET_ENET_MDIO_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 713;" d
|
||||
BOARD_INITENET_ENET_MDIO_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 714;" d
|
||||
BOARD_INITENET_ENET_MDIO_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 710;" d
|
||||
BOARD_INITENET_ENET_MDIO_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 712;" d
|
||||
BOARD_INITENET_ENET_MDIO_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 711;" d
|
||||
BOARD_INITENET_ENET_RXD0_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 726;" d
|
||||
BOARD_INITENET_ENET_RXD0_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 728;" d
|
||||
BOARD_INITENET_ENET_RXD0_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 729;" d
|
||||
BOARD_INITENET_ENET_RXD0_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 724;" d
|
||||
BOARD_INITENET_ENET_RXD0_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 727;" d
|
||||
BOARD_INITENET_ENET_RXD0_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 725;" d
|
||||
BOARD_INITENET_ENET_RXD1_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 734;" d
|
||||
BOARD_INITENET_ENET_RXD1_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 736;" d
|
||||
BOARD_INITENET_ENET_RXD1_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 737;" d
|
||||
BOARD_INITENET_ENET_RXD1_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 732;" d
|
||||
BOARD_INITENET_ENET_RXD1_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 735;" d
|
||||
BOARD_INITENET_ENET_RXD1_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 733;" d
|
||||
BOARD_INITENET_ENET_RXER_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 750;" d
|
||||
BOARD_INITENET_ENET_RXER_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 751;" d
|
||||
BOARD_INITENET_ENET_RXER_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 747;" d
|
||||
BOARD_INITENET_ENET_RXER_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 749;" d
|
||||
BOARD_INITENET_ENET_RXER_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 748;" d
|
||||
BOARD_INITENET_ENET_TXD0_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 756;" d
|
||||
BOARD_INITENET_ENET_TXD0_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 758;" d
|
||||
BOARD_INITENET_ENET_TXD0_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 759;" d
|
||||
BOARD_INITENET_ENET_TXD0_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 754;" d
|
||||
BOARD_INITENET_ENET_TXD0_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 757;" d
|
||||
BOARD_INITENET_ENET_TXD0_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 755;" d
|
||||
BOARD_INITENET_ENET_TXD1_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 764;" d
|
||||
BOARD_INITENET_ENET_TXD1_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 766;" d
|
||||
BOARD_INITENET_ENET_TXD1_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 767;" d
|
||||
BOARD_INITENET_ENET_TXD1_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 762;" d
|
||||
BOARD_INITENET_ENET_TXD1_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 765;" d
|
||||
BOARD_INITENET_ENET_TXD1_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 763;" d
|
||||
BOARD_INITENET_ENET_TXEN_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 773;" d
|
||||
BOARD_INITENET_ENET_TXEN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 774;" d
|
||||
BOARD_INITENET_ENET_TXEN_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 770;" d
|
||||
BOARD_INITENET_ENET_TXEN_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 772;" d
|
||||
BOARD_INITENET_ENET_TXEN_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 771;" d
|
||||
BOARD_INITENET_ENET_TX_CLK_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 720;" d
|
||||
BOARD_INITENET_ENET_TX_CLK_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 721;" d
|
||||
BOARD_INITENET_ENET_TX_CLK_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 717;" d
|
||||
BOARD_INITENET_ENET_TX_CLK_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 719;" d
|
||||
BOARD_INITENET_ENET_TX_CLK_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 718;" d
|
||||
BOARD_INITGT202SHIELD_IRQ_DIRECTION /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 97;" d
|
||||
BOARD_INITGT202SHIELD_IRQ_GPIO /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 91;" d
|
||||
BOARD_INITGT202SHIELD_IRQ_GPIO_PIN /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 93;" d
|
||||
BOARD_INITGT202SHIELD_IRQ_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 95;" d
|
||||
BOARD_INITGT202SHIELD_IRQ_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 96;" d
|
||||
BOARD_INITGT202SHIELD_IRQ_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 94;" d
|
||||
BOARD_INITGT202SHIELD_IRQ_PORT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 92;" d
|
||||
BOARD_INITGT202SHIELD_PWRON_DIRECTION /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 89;" d
|
||||
BOARD_INITGT202SHIELD_PWRON_GPIO /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 83;" d
|
||||
BOARD_INITGT202SHIELD_PWRON_GPIO_PIN /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 85;" d
|
||||
BOARD_INITGT202SHIELD_PWRON_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 87;" d
|
||||
BOARD_INITGT202SHIELD_PWRON_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 88;" d
|
||||
BOARD_INITGT202SHIELD_PWRON_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 86;" d
|
||||
BOARD_INITGT202SHIELD_PWRON_PORT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 84;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_CLK_B_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 896;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_CLK_B_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 897;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_CLK_B_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 893;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_CLK_B_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 895;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_CLK_B_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 894;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_CLK_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 840;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_CLK_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 841;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_CLK_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 837;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_CLK_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 839;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_CLK_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 838;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D0_A_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 854;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D0_A_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 855;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D0_A_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 851;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D0_A_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 853;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D0_A_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 852;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D0_B_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 889;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D0_B_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 890;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D0_B_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 886;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D0_B_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 888;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D0_B_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 887;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D1_A_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 861;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D1_A_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 862;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D1_A_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 858;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D1_A_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 860;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D1_A_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 859;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D1_B_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 882;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D1_B_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 883;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D1_B_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 879;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D1_B_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 881;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D1_B_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 880;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D2_A_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 847;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D2_A_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 848;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D2_A_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 844;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D2_A_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 846;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D2_A_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 845;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D2_B_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 875;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D2_B_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 876;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D2_B_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 872;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D2_B_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 874;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D2_B_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 873;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D3_A_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 910;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D3_A_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 911;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D3_A_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 907;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D3_A_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 909;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D3_A_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 908;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D3_B_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 868;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D3_B_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 869;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D3_B_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 865;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D3_B_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 867;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_D3_B_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 866;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_DQS_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 917;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_DQS_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 918;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_DQS_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 914;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_DQS_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 916;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_DQS_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 915;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_SS0_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 903;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_SS0_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 904;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_SS0_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 900;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_SS0_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 902;" d
|
||||
BOARD_INITHYPERFLASH_FlexSPI_SS0_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 901;" d
|
||||
BOARD_INITLCD_BACKLIGHT_CTL_GPIO /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 667;" d
|
||||
BOARD_INITLCD_BACKLIGHT_CTL_GPIO_PIN /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 669;" d
|
||||
BOARD_INITLCD_BACKLIGHT_CTL_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 671;" d
|
||||
BOARD_INITLCD_BACKLIGHT_CTL_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 672;" d
|
||||
BOARD_INITLCD_BACKLIGHT_CTL_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 670;" d
|
||||
BOARD_INITLCD_BACKLIGHT_CTL_PORT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 668;" d
|
||||
BOARD_INITLCD_LCDIF_CLK_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 538;" d
|
||||
BOARD_INITLCD_LCDIF_CLK_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 539;" d
|
||||
BOARD_INITLCD_LCDIF_CLK_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 535;" d
|
||||
BOARD_INITLCD_LCDIF_CLK_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 537;" d
|
||||
BOARD_INITLCD_LCDIF_CLK_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 536;" d
|
||||
BOARD_INITLCD_LCDIF_D0_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 513;" d
|
||||
BOARD_INITLCD_LCDIF_D0_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 515;" d
|
||||
BOARD_INITLCD_LCDIF_D0_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 516;" d
|
||||
BOARD_INITLCD_LCDIF_D0_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 511;" d
|
||||
BOARD_INITLCD_LCDIF_D0_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 514;" d
|
||||
BOARD_INITLCD_LCDIF_D0_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 512;" d
|
||||
BOARD_INITLCD_LCDIF_D10_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 600;" d
|
||||
BOARD_INITLCD_LCDIF_D10_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 602;" d
|
||||
BOARD_INITLCD_LCDIF_D10_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 603;" d
|
||||
BOARD_INITLCD_LCDIF_D10_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 598;" d
|
||||
BOARD_INITLCD_LCDIF_D10_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 601;" d
|
||||
BOARD_INITLCD_LCDIF_D10_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 599;" d
|
||||
BOARD_INITLCD_LCDIF_D11_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 608;" d
|
||||
BOARD_INITLCD_LCDIF_D11_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 610;" d
|
||||
BOARD_INITLCD_LCDIF_D11_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 611;" d
|
||||
BOARD_INITLCD_LCDIF_D11_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 606;" d
|
||||
BOARD_INITLCD_LCDIF_D11_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 609;" d
|
||||
BOARD_INITLCD_LCDIF_D11_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 607;" d
|
||||
BOARD_INITLCD_LCDIF_D12_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 616;" d
|
||||
BOARD_INITLCD_LCDIF_D12_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 618;" d
|
||||
BOARD_INITLCD_LCDIF_D12_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 619;" d
|
||||
BOARD_INITLCD_LCDIF_D12_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 614;" d
|
||||
BOARD_INITLCD_LCDIF_D12_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 617;" d
|
||||
BOARD_INITLCD_LCDIF_D12_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 615;" d
|
||||
BOARD_INITLCD_LCDIF_D13_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 624;" d
|
||||
BOARD_INITLCD_LCDIF_D13_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 626;" d
|
||||
BOARD_INITLCD_LCDIF_D13_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 627;" d
|
||||
BOARD_INITLCD_LCDIF_D13_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 622;" d
|
||||
BOARD_INITLCD_LCDIF_D13_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 625;" d
|
||||
BOARD_INITLCD_LCDIF_D13_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 623;" d
|
||||
BOARD_INITLCD_LCDIF_D14_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 632;" d
|
||||
BOARD_INITLCD_LCDIF_D14_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 634;" d
|
||||
BOARD_INITLCD_LCDIF_D14_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 635;" d
|
||||
BOARD_INITLCD_LCDIF_D14_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 630;" d
|
||||
BOARD_INITLCD_LCDIF_D14_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 633;" d
|
||||
BOARD_INITLCD_LCDIF_D14_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 631;" d
|
||||
BOARD_INITLCD_LCDIF_D15_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 640;" d
|
||||
BOARD_INITLCD_LCDIF_D15_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 642;" d
|
||||
BOARD_INITLCD_LCDIF_D15_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 643;" d
|
||||
BOARD_INITLCD_LCDIF_D15_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 638;" d
|
||||
BOARD_INITLCD_LCDIF_D15_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 641;" d
|
||||
BOARD_INITLCD_LCDIF_D15_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 639;" d
|
||||
BOARD_INITLCD_LCDIF_D1_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 521;" d
|
||||
BOARD_INITLCD_LCDIF_D1_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 523;" d
|
||||
BOARD_INITLCD_LCDIF_D1_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 524;" d
|
||||
BOARD_INITLCD_LCDIF_D1_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 519;" d
|
||||
BOARD_INITLCD_LCDIF_D1_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 522;" d
|
||||
BOARD_INITLCD_LCDIF_D1_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 520;" d
|
||||
BOARD_INITLCD_LCDIF_D2_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 529;" d
|
||||
BOARD_INITLCD_LCDIF_D2_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 531;" d
|
||||
BOARD_INITLCD_LCDIF_D2_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 532;" d
|
||||
BOARD_INITLCD_LCDIF_D2_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 527;" d
|
||||
BOARD_INITLCD_LCDIF_D2_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 530;" d
|
||||
BOARD_INITLCD_LCDIF_D2_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 528;" d
|
||||
BOARD_INITLCD_LCDIF_D3_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 544;" d
|
||||
BOARD_INITLCD_LCDIF_D3_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 546;" d
|
||||
BOARD_INITLCD_LCDIF_D3_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 547;" d
|
||||
BOARD_INITLCD_LCDIF_D3_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 542;" d
|
||||
BOARD_INITLCD_LCDIF_D3_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 545;" d
|
||||
BOARD_INITLCD_LCDIF_D3_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 543;" d
|
||||
BOARD_INITLCD_LCDIF_D4_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 552;" d
|
||||
BOARD_INITLCD_LCDIF_D4_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 554;" d
|
||||
BOARD_INITLCD_LCDIF_D4_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 555;" d
|
||||
BOARD_INITLCD_LCDIF_D4_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 550;" d
|
||||
BOARD_INITLCD_LCDIF_D4_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 553;" d
|
||||
BOARD_INITLCD_LCDIF_D4_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 551;" d
|
||||
BOARD_INITLCD_LCDIF_D5_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 560;" d
|
||||
BOARD_INITLCD_LCDIF_D5_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 562;" d
|
||||
BOARD_INITLCD_LCDIF_D5_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 563;" d
|
||||
BOARD_INITLCD_LCDIF_D5_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 558;" d
|
||||
BOARD_INITLCD_LCDIF_D5_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 561;" d
|
||||
BOARD_INITLCD_LCDIF_D5_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 559;" d
|
||||
BOARD_INITLCD_LCDIF_D6_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 568;" d
|
||||
BOARD_INITLCD_LCDIF_D6_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 570;" d
|
||||
BOARD_INITLCD_LCDIF_D6_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 571;" d
|
||||
BOARD_INITLCD_LCDIF_D6_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 566;" d
|
||||
BOARD_INITLCD_LCDIF_D6_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 569;" d
|
||||
BOARD_INITLCD_LCDIF_D6_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 567;" d
|
||||
BOARD_INITLCD_LCDIF_D7_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 576;" d
|
||||
BOARD_INITLCD_LCDIF_D7_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 578;" d
|
||||
BOARD_INITLCD_LCDIF_D7_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 579;" d
|
||||
BOARD_INITLCD_LCDIF_D7_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 574;" d
|
||||
BOARD_INITLCD_LCDIF_D7_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 577;" d
|
||||
BOARD_INITLCD_LCDIF_D7_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 575;" d
|
||||
BOARD_INITLCD_LCDIF_D8_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 584;" d
|
||||
BOARD_INITLCD_LCDIF_D8_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 586;" d
|
||||
BOARD_INITLCD_LCDIF_D8_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 587;" d
|
||||
BOARD_INITLCD_LCDIF_D8_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 582;" d
|
||||
BOARD_INITLCD_LCDIF_D8_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 585;" d
|
||||
BOARD_INITLCD_LCDIF_D8_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 583;" d
|
||||
BOARD_INITLCD_LCDIF_D9_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 592;" d
|
||||
BOARD_INITLCD_LCDIF_D9_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 594;" d
|
||||
BOARD_INITLCD_LCDIF_D9_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 595;" d
|
||||
BOARD_INITLCD_LCDIF_D9_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 590;" d
|
||||
BOARD_INITLCD_LCDIF_D9_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 593;" d
|
||||
BOARD_INITLCD_LCDIF_D9_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 591;" d
|
||||
BOARD_INITLCD_LCDIF_ENABLE_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 649;" d
|
||||
BOARD_INITLCD_LCDIF_ENABLE_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 650;" d
|
||||
BOARD_INITLCD_LCDIF_ENABLE_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 646;" d
|
||||
BOARD_INITLCD_LCDIF_ENABLE_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 648;" d
|
||||
BOARD_INITLCD_LCDIF_ENABLE_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 647;" d
|
||||
BOARD_INITLCD_LCDIF_HSYNC_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 656;" d
|
||||
BOARD_INITLCD_LCDIF_HSYNC_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 657;" d
|
||||
BOARD_INITLCD_LCDIF_HSYNC_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 653;" d
|
||||
BOARD_INITLCD_LCDIF_HSYNC_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 655;" d
|
||||
BOARD_INITLCD_LCDIF_HSYNC_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 654;" d
|
||||
BOARD_INITLCD_LCDIF_VSYNC_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 663;" d
|
||||
BOARD_INITLCD_LCDIF_VSYNC_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 664;" d
|
||||
BOARD_INITLCD_LCDIF_VSYNC_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 660;" d
|
||||
BOARD_INITLCD_LCDIF_VSYNC_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 662;" d
|
||||
BOARD_INITLCD_LCDIF_VSYNC_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 661;" d
|
||||
BOARD_INITSDRAM_ENET_MDIO_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 377;" d
|
||||
BOARD_INITSDRAM_ENET_MDIO_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 379;" d
|
||||
BOARD_INITSDRAM_ENET_MDIO_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 380;" d
|
||||
BOARD_INITSDRAM_ENET_MDIO_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 375;" d
|
||||
BOARD_INITSDRAM_ENET_MDIO_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 378;" d
|
||||
BOARD_INITSDRAM_ENET_MDIO_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 376;" d
|
||||
BOARD_INITSDRAM_SEMC_A0_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 78;" d
|
||||
BOARD_INITSDRAM_SEMC_A0_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 80;" d
|
||||
BOARD_INITSDRAM_SEMC_A0_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 81;" d
|
||||
BOARD_INITSDRAM_SEMC_A0_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 76;" d
|
||||
BOARD_INITSDRAM_SEMC_A0_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 79;" d
|
||||
BOARD_INITSDRAM_SEMC_A0_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 77;" d
|
||||
BOARD_INITSDRAM_SEMC_A10_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 158;" d
|
||||
BOARD_INITSDRAM_SEMC_A10_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 160;" d
|
||||
BOARD_INITSDRAM_SEMC_A10_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 161;" d
|
||||
BOARD_INITSDRAM_SEMC_A10_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 156;" d
|
||||
BOARD_INITSDRAM_SEMC_A10_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 159;" d
|
||||
BOARD_INITSDRAM_SEMC_A10_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 157;" d
|
||||
BOARD_INITSDRAM_SEMC_A11_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 166;" d
|
||||
BOARD_INITSDRAM_SEMC_A11_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 168;" d
|
||||
BOARD_INITSDRAM_SEMC_A11_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 169;" d
|
||||
BOARD_INITSDRAM_SEMC_A11_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 164;" d
|
||||
BOARD_INITSDRAM_SEMC_A11_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 167;" d
|
||||
BOARD_INITSDRAM_SEMC_A11_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 165;" d
|
||||
BOARD_INITSDRAM_SEMC_A12_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 174;" d
|
||||
BOARD_INITSDRAM_SEMC_A12_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 176;" d
|
||||
BOARD_INITSDRAM_SEMC_A12_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 177;" d
|
||||
BOARD_INITSDRAM_SEMC_A12_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 172;" d
|
||||
BOARD_INITSDRAM_SEMC_A12_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 175;" d
|
||||
BOARD_INITSDRAM_SEMC_A12_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 173;" d
|
||||
BOARD_INITSDRAM_SEMC_A1_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 86;" d
|
||||
BOARD_INITSDRAM_SEMC_A1_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 88;" d
|
||||
BOARD_INITSDRAM_SEMC_A1_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 89;" d
|
||||
BOARD_INITSDRAM_SEMC_A1_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 84;" d
|
||||
BOARD_INITSDRAM_SEMC_A1_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 87;" d
|
||||
BOARD_INITSDRAM_SEMC_A1_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 85;" d
|
||||
BOARD_INITSDRAM_SEMC_A2_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 94;" d
|
||||
BOARD_INITSDRAM_SEMC_A2_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 96;" d
|
||||
BOARD_INITSDRAM_SEMC_A2_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 97;" d
|
||||
BOARD_INITSDRAM_SEMC_A2_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 92;" d
|
||||
BOARD_INITSDRAM_SEMC_A2_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 95;" d
|
||||
BOARD_INITSDRAM_SEMC_A2_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 93;" d
|
||||
BOARD_INITSDRAM_SEMC_A3_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 102;" d
|
||||
BOARD_INITSDRAM_SEMC_A3_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 104;" d
|
||||
BOARD_INITSDRAM_SEMC_A3_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 105;" d
|
||||
BOARD_INITSDRAM_SEMC_A3_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 100;" d
|
||||
BOARD_INITSDRAM_SEMC_A3_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 103;" d
|
||||
BOARD_INITSDRAM_SEMC_A3_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 101;" d
|
||||
BOARD_INITSDRAM_SEMC_A4_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 110;" d
|
||||
BOARD_INITSDRAM_SEMC_A4_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 112;" d
|
||||
BOARD_INITSDRAM_SEMC_A4_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 113;" d
|
||||
BOARD_INITSDRAM_SEMC_A4_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 108;" d
|
||||
BOARD_INITSDRAM_SEMC_A4_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 111;" d
|
||||
BOARD_INITSDRAM_SEMC_A4_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 109;" d
|
||||
BOARD_INITSDRAM_SEMC_A5_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 118;" d
|
||||
BOARD_INITSDRAM_SEMC_A5_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 120;" d
|
||||
BOARD_INITSDRAM_SEMC_A5_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 121;" d
|
||||
BOARD_INITSDRAM_SEMC_A5_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 116;" d
|
||||
BOARD_INITSDRAM_SEMC_A5_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 119;" d
|
||||
BOARD_INITSDRAM_SEMC_A5_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 117;" d
|
||||
BOARD_INITSDRAM_SEMC_A6_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 126;" d
|
||||
BOARD_INITSDRAM_SEMC_A6_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 128;" d
|
||||
BOARD_INITSDRAM_SEMC_A6_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 129;" d
|
||||
BOARD_INITSDRAM_SEMC_A6_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 124;" d
|
||||
BOARD_INITSDRAM_SEMC_A6_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 127;" d
|
||||
BOARD_INITSDRAM_SEMC_A6_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 125;" d
|
||||
BOARD_INITSDRAM_SEMC_A7_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 134;" d
|
||||
BOARD_INITSDRAM_SEMC_A7_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 136;" d
|
||||
BOARD_INITSDRAM_SEMC_A7_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 137;" d
|
||||
BOARD_INITSDRAM_SEMC_A7_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 132;" d
|
||||
BOARD_INITSDRAM_SEMC_A7_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 135;" d
|
||||
BOARD_INITSDRAM_SEMC_A7_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 133;" d
|
||||
BOARD_INITSDRAM_SEMC_A8_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 142;" d
|
||||
BOARD_INITSDRAM_SEMC_A8_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 144;" d
|
||||
BOARD_INITSDRAM_SEMC_A8_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 145;" d
|
||||
BOARD_INITSDRAM_SEMC_A8_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 140;" d
|
||||
BOARD_INITSDRAM_SEMC_A8_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 143;" d
|
||||
BOARD_INITSDRAM_SEMC_A8_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 141;" d
|
||||
BOARD_INITSDRAM_SEMC_A9_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 150;" d
|
||||
BOARD_INITSDRAM_SEMC_A9_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 152;" d
|
||||
BOARD_INITSDRAM_SEMC_A9_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 153;" d
|
||||
BOARD_INITSDRAM_SEMC_A9_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 148;" d
|
||||
BOARD_INITSDRAM_SEMC_A9_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 151;" d
|
||||
BOARD_INITSDRAM_SEMC_A9_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 149;" d
|
||||
BOARD_INITSDRAM_SEMC_BA0_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 182;" d
|
||||
BOARD_INITSDRAM_SEMC_BA0_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 184;" d
|
||||
BOARD_INITSDRAM_SEMC_BA0_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 185;" d
|
||||
BOARD_INITSDRAM_SEMC_BA0_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 180;" d
|
||||
BOARD_INITSDRAM_SEMC_BA0_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 183;" d
|
||||
BOARD_INITSDRAM_SEMC_BA0_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 181;" d
|
||||
BOARD_INITSDRAM_SEMC_BA1_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 190;" d
|
||||
BOARD_INITSDRAM_SEMC_BA1_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 192;" d
|
||||
BOARD_INITSDRAM_SEMC_BA1_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 193;" d
|
||||
BOARD_INITSDRAM_SEMC_BA1_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 188;" d
|
||||
BOARD_INITSDRAM_SEMC_BA1_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 191;" d
|
||||
BOARD_INITSDRAM_SEMC_BA1_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 189;" d
|
||||
BOARD_INITSDRAM_SEMC_CAS_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 199;" d
|
||||
BOARD_INITSDRAM_SEMC_CAS_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 200;" d
|
||||
BOARD_INITSDRAM_SEMC_CAS_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 196;" d
|
||||
BOARD_INITSDRAM_SEMC_CAS_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 198;" d
|
||||
BOARD_INITSDRAM_SEMC_CAS_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 197;" d
|
||||
BOARD_INITSDRAM_SEMC_CKE_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 206;" d
|
||||
BOARD_INITSDRAM_SEMC_CKE_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 207;" d
|
||||
BOARD_INITSDRAM_SEMC_CKE_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 203;" d
|
||||
BOARD_INITSDRAM_SEMC_CKE_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 205;" d
|
||||
BOARD_INITSDRAM_SEMC_CKE_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 204;" d
|
||||
BOARD_INITSDRAM_SEMC_CLK_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 213;" d
|
||||
BOARD_INITSDRAM_SEMC_CLK_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 214;" d
|
||||
BOARD_INITSDRAM_SEMC_CLK_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 210;" d
|
||||
BOARD_INITSDRAM_SEMC_CLK_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 212;" d
|
||||
BOARD_INITSDRAM_SEMC_CLK_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 211;" d
|
||||
BOARD_INITSDRAM_SEMC_D0_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 219;" d
|
||||
BOARD_INITSDRAM_SEMC_D0_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 221;" d
|
||||
BOARD_INITSDRAM_SEMC_D0_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 222;" d
|
||||
BOARD_INITSDRAM_SEMC_D0_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 217;" d
|
||||
BOARD_INITSDRAM_SEMC_D0_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 220;" d
|
||||
BOARD_INITSDRAM_SEMC_D0_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 218;" d
|
||||
BOARD_INITSDRAM_SEMC_D10_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 299;" d
|
||||
BOARD_INITSDRAM_SEMC_D10_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 301;" d
|
||||
BOARD_INITSDRAM_SEMC_D10_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 302;" d
|
||||
BOARD_INITSDRAM_SEMC_D10_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 297;" d
|
||||
BOARD_INITSDRAM_SEMC_D10_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 300;" d
|
||||
BOARD_INITSDRAM_SEMC_D10_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 298;" d
|
||||
BOARD_INITSDRAM_SEMC_D11_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 307;" d
|
||||
BOARD_INITSDRAM_SEMC_D11_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 309;" d
|
||||
BOARD_INITSDRAM_SEMC_D11_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 310;" d
|
||||
BOARD_INITSDRAM_SEMC_D11_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 305;" d
|
||||
BOARD_INITSDRAM_SEMC_D11_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 308;" d
|
||||
BOARD_INITSDRAM_SEMC_D11_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 306;" d
|
||||
BOARD_INITSDRAM_SEMC_D12_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 315;" d
|
||||
BOARD_INITSDRAM_SEMC_D12_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 317;" d
|
||||
BOARD_INITSDRAM_SEMC_D12_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 318;" d
|
||||
BOARD_INITSDRAM_SEMC_D12_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 313;" d
|
||||
BOARD_INITSDRAM_SEMC_D12_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 316;" d
|
||||
BOARD_INITSDRAM_SEMC_D12_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 314;" d
|
||||
BOARD_INITSDRAM_SEMC_D13_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 323;" d
|
||||
BOARD_INITSDRAM_SEMC_D13_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 325;" d
|
||||
BOARD_INITSDRAM_SEMC_D13_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 326;" d
|
||||
BOARD_INITSDRAM_SEMC_D13_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 321;" d
|
||||
BOARD_INITSDRAM_SEMC_D13_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 324;" d
|
||||
BOARD_INITSDRAM_SEMC_D13_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 322;" d
|
||||
BOARD_INITSDRAM_SEMC_D14_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 331;" d
|
||||
BOARD_INITSDRAM_SEMC_D14_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 333;" d
|
||||
BOARD_INITSDRAM_SEMC_D14_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 334;" d
|
||||
BOARD_INITSDRAM_SEMC_D14_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 329;" d
|
||||
BOARD_INITSDRAM_SEMC_D14_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 332;" d
|
||||
BOARD_INITSDRAM_SEMC_D14_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 330;" d
|
||||
BOARD_INITSDRAM_SEMC_D15_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 339;" d
|
||||
BOARD_INITSDRAM_SEMC_D15_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 341;" d
|
||||
BOARD_INITSDRAM_SEMC_D15_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 342;" d
|
||||
BOARD_INITSDRAM_SEMC_D15_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 337;" d
|
||||
BOARD_INITSDRAM_SEMC_D15_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 340;" d
|
||||
BOARD_INITSDRAM_SEMC_D15_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 338;" d
|
||||
BOARD_INITSDRAM_SEMC_D1_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 227;" d
|
||||
BOARD_INITSDRAM_SEMC_D1_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 229;" d
|
||||
BOARD_INITSDRAM_SEMC_D1_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 230;" d
|
||||
BOARD_INITSDRAM_SEMC_D1_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 225;" d
|
||||
BOARD_INITSDRAM_SEMC_D1_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 228;" d
|
||||
BOARD_INITSDRAM_SEMC_D1_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 226;" d
|
||||
BOARD_INITSDRAM_SEMC_D2_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 235;" d
|
||||
BOARD_INITSDRAM_SEMC_D2_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 237;" d
|
||||
BOARD_INITSDRAM_SEMC_D2_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 238;" d
|
||||
BOARD_INITSDRAM_SEMC_D2_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 233;" d
|
||||
BOARD_INITSDRAM_SEMC_D2_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 236;" d
|
||||
BOARD_INITSDRAM_SEMC_D2_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 234;" d
|
||||
BOARD_INITSDRAM_SEMC_D3_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 243;" d
|
||||
BOARD_INITSDRAM_SEMC_D3_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 245;" d
|
||||
BOARD_INITSDRAM_SEMC_D3_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 246;" d
|
||||
BOARD_INITSDRAM_SEMC_D3_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 241;" d
|
||||
BOARD_INITSDRAM_SEMC_D3_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 244;" d
|
||||
BOARD_INITSDRAM_SEMC_D3_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 242;" d
|
||||
BOARD_INITSDRAM_SEMC_D4_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 251;" d
|
||||
BOARD_INITSDRAM_SEMC_D4_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 253;" d
|
||||
BOARD_INITSDRAM_SEMC_D4_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 254;" d
|
||||
BOARD_INITSDRAM_SEMC_D4_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 249;" d
|
||||
BOARD_INITSDRAM_SEMC_D4_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 252;" d
|
||||
BOARD_INITSDRAM_SEMC_D4_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 250;" d
|
||||
BOARD_INITSDRAM_SEMC_D5_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 259;" d
|
||||
BOARD_INITSDRAM_SEMC_D5_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 261;" d
|
||||
BOARD_INITSDRAM_SEMC_D5_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 262;" d
|
||||
BOARD_INITSDRAM_SEMC_D5_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 257;" d
|
||||
BOARD_INITSDRAM_SEMC_D5_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 260;" d
|
||||
BOARD_INITSDRAM_SEMC_D5_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 258;" d
|
||||
BOARD_INITSDRAM_SEMC_D6_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 267;" d
|
||||
BOARD_INITSDRAM_SEMC_D6_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 269;" d
|
||||
BOARD_INITSDRAM_SEMC_D6_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 270;" d
|
||||
BOARD_INITSDRAM_SEMC_D6_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 265;" d
|
||||
BOARD_INITSDRAM_SEMC_D6_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 268;" d
|
||||
BOARD_INITSDRAM_SEMC_D6_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 266;" d
|
||||
BOARD_INITSDRAM_SEMC_D7_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 275;" d
|
||||
BOARD_INITSDRAM_SEMC_D7_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 277;" d
|
||||
BOARD_INITSDRAM_SEMC_D7_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 278;" d
|
||||
BOARD_INITSDRAM_SEMC_D7_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 273;" d
|
||||
BOARD_INITSDRAM_SEMC_D7_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 276;" d
|
||||
BOARD_INITSDRAM_SEMC_D7_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 274;" d
|
||||
BOARD_INITSDRAM_SEMC_D8_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 283;" d
|
||||
BOARD_INITSDRAM_SEMC_D8_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 285;" d
|
||||
BOARD_INITSDRAM_SEMC_D8_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 286;" d
|
||||
BOARD_INITSDRAM_SEMC_D8_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 281;" d
|
||||
BOARD_INITSDRAM_SEMC_D8_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 284;" d
|
||||
BOARD_INITSDRAM_SEMC_D8_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 282;" d
|
||||
BOARD_INITSDRAM_SEMC_D9_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 291;" d
|
||||
BOARD_INITSDRAM_SEMC_D9_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 293;" d
|
||||
BOARD_INITSDRAM_SEMC_D9_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 294;" d
|
||||
BOARD_INITSDRAM_SEMC_D9_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 289;" d
|
||||
BOARD_INITSDRAM_SEMC_D9_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 292;" d
|
||||
BOARD_INITSDRAM_SEMC_D9_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 290;" d
|
||||
BOARD_INITSDRAM_SEMC_DM0_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 347;" d
|
||||
BOARD_INITSDRAM_SEMC_DM0_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 349;" d
|
||||
BOARD_INITSDRAM_SEMC_DM0_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 350;" d
|
||||
BOARD_INITSDRAM_SEMC_DM0_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 345;" d
|
||||
BOARD_INITSDRAM_SEMC_DM0_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 348;" d
|
||||
BOARD_INITSDRAM_SEMC_DM0_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 346;" d
|
||||
BOARD_INITSDRAM_SEMC_DM1_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 355;" d
|
||||
BOARD_INITSDRAM_SEMC_DM1_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 357;" d
|
||||
BOARD_INITSDRAM_SEMC_DM1_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 358;" d
|
||||
BOARD_INITSDRAM_SEMC_DM1_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 353;" d
|
||||
BOARD_INITSDRAM_SEMC_DM1_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 356;" d
|
||||
BOARD_INITSDRAM_SEMC_DM1_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 354;" d
|
||||
BOARD_INITSDRAM_SEMC_RAS_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 364;" d
|
||||
BOARD_INITSDRAM_SEMC_RAS_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 365;" d
|
||||
BOARD_INITSDRAM_SEMC_RAS_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 361;" d
|
||||
BOARD_INITSDRAM_SEMC_RAS_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 363;" d
|
||||
BOARD_INITSDRAM_SEMC_RAS_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 362;" d
|
||||
BOARD_INITSDRAM_SEMC_WE_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 371;" d
|
||||
BOARD_INITSDRAM_SEMC_WE_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 372;" d
|
||||
BOARD_INITSDRAM_SEMC_WE_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 368;" d
|
||||
BOARD_INITSDRAM_SEMC_WE_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 370;" d
|
||||
BOARD_INITSDRAM_SEMC_WE_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 369;" d
|
||||
BOARD_INITSILEX2401SHIELD_IRQ_DIRECTION /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 113;" d
|
||||
BOARD_INITSILEX2401SHIELD_IRQ_GPIO /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 107;" d
|
||||
BOARD_INITSILEX2401SHIELD_IRQ_GPIO_PIN /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 109;" d
|
||||
BOARD_INITSILEX2401SHIELD_IRQ_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 111;" d
|
||||
BOARD_INITSILEX2401SHIELD_IRQ_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 112;" d
|
||||
BOARD_INITSILEX2401SHIELD_IRQ_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 110;" d
|
||||
BOARD_INITSILEX2401SHIELD_IRQ_PORT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 108;" d
|
||||
BOARD_INITSILEX2401SHIELD_PWRON_DIRECTION /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 105;" d
|
||||
BOARD_INITSILEX2401SHIELD_PWRON_GPIO /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 99;" d
|
||||
BOARD_INITSILEX2401SHIELD_PWRON_GPIO_PIN /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 101;" d
|
||||
BOARD_INITSILEX2401SHIELD_PWRON_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 103;" d
|
||||
BOARD_INITSILEX2401SHIELD_PWRON_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 104;" d
|
||||
BOARD_INITSILEX2401SHIELD_PWRON_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 102;" d
|
||||
BOARD_INITSILEX2401SHIELD_PWRON_PORT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 100;" d
|
||||
BOARD_INITUSDHC_SD1_CLK_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 826;" d
|
||||
BOARD_INITUSDHC_SD1_CLK_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 827;" d
|
||||
BOARD_INITUSDHC_SD1_CLK_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 823;" d
|
||||
BOARD_INITUSDHC_SD1_CLK_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 825;" d
|
||||
BOARD_INITUSDHC_SD1_CLK_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 824;" d
|
||||
BOARD_INITUSDHC_SD1_CMD_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 819;" d
|
||||
BOARD_INITUSDHC_SD1_CMD_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 820;" d
|
||||
BOARD_INITUSDHC_SD1_CMD_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 816;" d
|
||||
BOARD_INITUSDHC_SD1_CMD_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 818;" d
|
||||
BOARD_INITUSDHC_SD1_CMD_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 817;" d
|
||||
BOARD_INITUSDHC_SD1_D0_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 810;" d
|
||||
BOARD_INITUSDHC_SD1_D0_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 812;" d
|
||||
BOARD_INITUSDHC_SD1_D0_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 813;" d
|
||||
BOARD_INITUSDHC_SD1_D0_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 808;" d
|
||||
BOARD_INITUSDHC_SD1_D0_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 811;" d
|
||||
BOARD_INITUSDHC_SD1_D0_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 809;" d
|
||||
BOARD_INITUSDHC_SD1_D1_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 802;" d
|
||||
BOARD_INITUSDHC_SD1_D1_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 804;" d
|
||||
BOARD_INITUSDHC_SD1_D1_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 805;" d
|
||||
BOARD_INITUSDHC_SD1_D1_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 800;" d
|
||||
BOARD_INITUSDHC_SD1_D1_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 803;" d
|
||||
BOARD_INITUSDHC_SD1_D1_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 801;" d
|
||||
BOARD_INITUSDHC_SD1_D2_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 794;" d
|
||||
BOARD_INITUSDHC_SD1_D2_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 796;" d
|
||||
BOARD_INITUSDHC_SD1_D2_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 797;" d
|
||||
BOARD_INITUSDHC_SD1_D2_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 792;" d
|
||||
BOARD_INITUSDHC_SD1_D2_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 795;" d
|
||||
BOARD_INITUSDHC_SD1_D2_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 793;" d
|
||||
BOARD_INITUSDHC_SD1_D3_CHANNEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 786;" d
|
||||
BOARD_INITUSDHC_SD1_D3_LABEL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 788;" d
|
||||
BOARD_INITUSDHC_SD1_D3_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 789;" d
|
||||
BOARD_INITUSDHC_SD1_D3_PERIPHERAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 784;" d
|
||||
BOARD_INITUSDHC_SD1_D3_PIN_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 787;" d
|
||||
BOARD_INITUSDHC_SD1_D3_SIGNAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 785;" d
|
||||
BOARD_InitBootClocks /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.c /^void BOARD_InitBootClocks(void)$/;" f
|
||||
BOARD_InitBootPeripherals /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/peripherals.c /^void BOARD_InitBootPeripherals(void)$/;" f
|
||||
BOARD_InitBootPins /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.c /^void BOARD_InitBootPins(void) {$/;" f
|
||||
BOARD_InitDebugConsole /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.c /^void BOARD_InitDebugConsole(void)$/;" f
|
||||
BOARD_InitPeripherals /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/peripherals.c /^void BOARD_InitPeripherals(void)$/;" f
|
||||
BOARD_InitPins /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.c /^void BOARD_InitPins(void) {$/;" f
|
||||
BOARD_LPI2C_Init /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.c /^void BOARD_LPI2C_Init(LPI2C_Type *base, uint32_t clkSrc_Hz)$/;" f
|
||||
BOARD_LPI2C_Receive /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.c /^status_t BOARD_LPI2C_Receive(LPI2C_Type *base,$/;" f
|
||||
BOARD_LPI2C_ReceiveSCCB /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.c /^status_t BOARD_LPI2C_ReceiveSCCB(LPI2C_Type *base,$/;" f
|
||||
BOARD_LPI2C_Send /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.c /^status_t BOARD_LPI2C_Send(LPI2C_Type *base,$/;" f
|
||||
BOARD_LPI2C_SendSCCB /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.c /^status_t BOARD_LPI2C_SendSCCB(LPI2C_Type *base,$/;" f
|
||||
BOARD_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 20;" d
|
||||
BOARD_UART_IRQ /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 29;" d
|
||||
BOARD_UART_IRQ_HANDLER /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 30;" d
|
||||
BOARD_USB_PHY_D_CAL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 74;" d
|
||||
BOARD_USB_PHY_TXCAL45DM /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 76;" d
|
||||
BOARD_USB_PHY_TXCAL45DP /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 75;" d
|
||||
BOARD_USER_BUTTON_GPIO /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 58;" d
|
||||
BOARD_USER_BUTTON_GPIO_PIN /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 61;" d
|
||||
BOARD_USER_BUTTON_IRQ /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 63;" d
|
||||
BOARD_USER_BUTTON_IRQ_HANDLER /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 64;" d
|
||||
BOARD_USER_BUTTON_NAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 65;" d
|
||||
BOARD_USER_LED_GPIO /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 40;" d
|
||||
BOARD_USER_LED_GPIO_PIN /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 43;" d
|
||||
BOARD_XTAL0_CLK_HZ /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 16;" d
|
||||
BOARD_XTAL32K_CLK_HZ /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 18;" d
|
||||
CC /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/Makefile /^CC=arm-none-eabi-gcc$/;" m
|
||||
CFLAGS /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/Makefile /^CFLAGS=-DXIP_EXTERNAL_FLASH=1 -DXIP_BOOT_HEADER_ENABLE=1 -DCPU_MIMXRT1062DVL6A -DPRINTF_FLOAT_ENABLE=1 -DSCANF_FLOAT_ENABLE=1 -DPRINTF_ADVANCED_ENABLE=1 -DSCANF_ADVANCED_ENABLE=1 -DSERIAL_PORT_TYPE_UART=1 -Os -mcpu=cortex-m7 -Wall -mfloat-abi=hard -mfpu=fpv5-d16 -mthumb -MMD -MP -fno-common -ffunction-sections -fdata-sections -ffreestanding -fno-builtin -mapcs -std=gnu99 -DXPRINTF=PRINTF$/;" m
|
||||
CUSTOM_RAND_GENERATE_BLOCK /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 42;" d
|
||||
DCD_ARRAY_SIZE /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/dcd.h 30;" d
|
||||
DCD_TAG_HEADER /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/dcd.h 27;" d
|
||||
DCD_TAG_HEADER_SHIFT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/dcd.h 29;" d
|
||||
DCD_VERSION /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/dcd.h 28;" d
|
||||
ECC_TIMING_RESISTANT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 52;" d
|
||||
ED25519_SMALL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 48;" d
|
||||
FSL_COMPONENT_ID /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/dcd.c 24;" d file:
|
||||
FSL_XIP_BOARD_DRIVER_VERSION /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/dcd.h 21;" d
|
||||
HAVE_AESGCM /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 82;" d
|
||||
HAVE_CHACHA /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 80;" d
|
||||
HAVE_ECC /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 51;" d
|
||||
HAVE_ECC256 /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 67;" d
|
||||
HAVE_ED25519 /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 47;" d
|
||||
HAVE_POLY1035 /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 83;" d
|
||||
HAVE_PWDBASED /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 81;" d
|
||||
HAVE_RSA /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 69;" d
|
||||
H_USER_SETTINGS_ /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 27;" d
|
||||
LDFLAGS /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/Makefile /^LDFLAGS= -mcpu=cortex-m7 -Wall -mfloat-abi=hard -mfpu=fpv5-d16 --specs=nosys.specs -fno-common -ffunction-sections -fdata-sections -ffreestanding -fno-builtin -mthumb -mapcs -Xlinker --gc-sections -Xlinker -static -Xlinker -z -Xlinker muldefs -Xlinker -Map=output.map -T MIMXRT1062xxxxx_flexspi_nor.ld -static -lm -lc -lnosys$/;" m
|
||||
LOGIC_LED_OFF /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 38;" d
|
||||
LOGIC_LED_ON /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 37;" d
|
||||
NO_CERT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 93;" d
|
||||
NO_DES3 /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 96;" d
|
||||
NO_DEV_RANDOM /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 99;" d
|
||||
NO_DH /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 90;" d
|
||||
NO_DSA /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 88;" d
|
||||
NO_ERROR_STRINGS /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 106;" d
|
||||
NO_FILESYSTEM /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 100;" d
|
||||
NO_HC128 /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 95;" d
|
||||
NO_MAIN_DRIVER /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 101;" d
|
||||
NO_MD4 /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 89;" d
|
||||
NO_OLD_RNGNAME /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 102;" d
|
||||
NO_RABBIT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 91;" d
|
||||
NO_RC4 /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 87;" d
|
||||
NO_SESSION_CACHE /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 94;" d
|
||||
NO_SIG_WRAPPER /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 92;" d
|
||||
NO_WOLFSSL_DIR /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 103;" d
|
||||
NO_WOLFSSL_DIR /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 44;" d
|
||||
NO_WOLFSSL_MEMORY /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 39;" d
|
||||
NO_WRITEV /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 98;" d
|
||||
OBJS /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/Makefile /^OBJS=common.o board.o pin_mux.o dcd.o clock_config.o $(SDK)\/devices\/MIMXRT1062\/gcc\/startup_MIMXRT1062.o $(SDK)\/devices\/MIMXRT1062\/system_MIMXRT1062.o \\$/;" m
|
||||
RSA_LOW_MEM /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 70;" d
|
||||
SDK /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/Makefile /^SDK=..\/SDK-2.8.2_EVK-MIMXRT1060$/;" m
|
||||
SINGLE_THREADED /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 35;" d
|
||||
SIZEOF_LONG_LONG /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 37;" d
|
||||
SP_WORD_SIZE /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 64;" d
|
||||
SP_WORD_SIZE /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 75;" d
|
||||
SysTick_Handler /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/common.c /^void SysTick_Handler(void)$/;" f
|
||||
SysTick_Handler /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/main.c /^void SysTick_Handler(void)$/;" f
|
||||
TEST_OBJS /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/Makefile /^TEST_OBJS:=$(WOLFSSL)\/wolfcrypt\/test\/test.o main-test.o$/;" m
|
||||
USER_LED_INIT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 46;" d
|
||||
USER_LED_OFF /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 51;" d
|
||||
USER_LED_ON /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 49;" d
|
||||
USER_LED_TOGGLE /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 52;" d
|
||||
USE_FAST_MATH /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 53;" d
|
||||
WC_NO_HASHDRBG /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 97;" d
|
||||
WC_RSA_BLINDING /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 76;" d
|
||||
WOLFCRYPT_ONLY /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 36;" d
|
||||
WOLFSSL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/Makefile /^WOLFSSL=..\/wolfssl$/;" m
|
||||
WOLFSSL_GENERAL_ALIGNMENT /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 34;" d
|
||||
WOLFSSL_HAVE_SP_ECC /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 54;" d
|
||||
WOLFSSL_HAVE_SP_RSA /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 71;" d
|
||||
WOLFSSL_IGNORE_FILE_WARN /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 105;" d
|
||||
WOLFSSL_NO_CURRDIR /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 45;" d
|
||||
WOLFSSL_NO_PEM /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 86;" d
|
||||
WOLFSSL_NO_SOCK /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 104;" d
|
||||
WOLFSSL_SHA3 /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 78;" d
|
||||
WOLFSSL_SHA512 /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 49;" d
|
||||
WOLFSSL_SP /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 61;" d
|
||||
WOLFSSL_SP /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 72;" d
|
||||
WOLFSSL_SP_ARM_CORTEX_M_ASM /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 60;" d
|
||||
WOLFSSL_SP_ASM /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 59;" d
|
||||
WOLFSSL_SP_MATH /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 62;" d
|
||||
WOLFSSL_SP_MATH /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 74;" d
|
||||
WOLFSSL_SP_SMALL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 63;" d
|
||||
WOLFSSL_SP_SMALL /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 73;" d
|
||||
XPRINTF /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/user_settings.h 109;" d
|
||||
_BOARD_H_ /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/board.h 9;" d
|
||||
_CLOCK_CONFIG_H_ /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.h 9;" d
|
||||
_PERIPHERALS_H_ /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/peripherals.h 14;" d
|
||||
_PIN_MUX_H_ /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h 14;" d
|
||||
__DCD__ /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/dcd.h 14;" d
|
||||
_pin_mux_direction /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h /^typedef enum _pin_mux_direction$/;" g
|
||||
armPllConfig_BOARD_BootClockRUN /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.c /^const clock_arm_pll_config_t armPllConfig_BOARD_BootClockRUN =$/;" v
|
||||
cust_rand_generate_block /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/common.c /^int32_t cust_rand_generate_block(uint8_t *rndb, uint32_t sz)$/;" f
|
||||
cust_rand_generate_block /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/main.c /^int32_t cust_rand_generate_block(uint8_t *rndb, uint32_t sz)$/;" f
|
||||
dcd_data /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/dcd.c /^const uint8_t dcd_data[] = {$/;" v
|
||||
dcd_data /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/dcd.c /^const uint8_t dcd_data[] = {0x00};$/;" v
|
||||
g_systickCounter /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/common.c /^volatile uint32_t g_systickCounter;$/;" v
|
||||
g_systickCounter /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/main.c /^volatile uint32_t g_systickCounter;$/;" v
|
||||
gettimeofday /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/common.c /^int gettimeofday(struct timeval *tv, struct timezone *tz)$/;" f
|
||||
gettimeofday /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/main.c /^int gettimeofday(struct timeval *tv, struct timezone *tz)$/;" f
|
||||
kPIN_MUX_DirectionInput /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h /^ kPIN_MUX_DirectionInput = 0U, \/* Input direction *\/$/;" e enum:_pin_mux_direction
|
||||
kPIN_MUX_DirectionInputOrOutput /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h /^ kPIN_MUX_DirectionInputOrOutput = 2U \/* Input or output direction *\/$/;" e enum:_pin_mux_direction
|
||||
kPIN_MUX_DirectionOutput /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h /^ kPIN_MUX_DirectionOutput = 1U, \/* Output direction *\/$/;" e enum:_pin_mux_direction
|
||||
main /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/main-bench.c /^void main(void)$/;" f
|
||||
main /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/main-test.c /^void main(void)$/;" f
|
||||
main /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/main.c /^void main(void)$/;" f
|
||||
pin_mux_direction_t /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/pin_mux.h /^} pin_mux_direction_t;$/;" t typeref:enum:_pin_mux_direction
|
||||
sysPllConfig_BOARD_BootClockRUN /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.c /^const clock_sys_pll_config_t sysPllConfig_BOARD_BootClockRUN =$/;" v
|
||||
usb1PllConfig_BOARD_BootClockRUN /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.c /^const clock_usb_pll_config_t usb1PllConfig_BOARD_BootClockRUN =$/;" v
|
||||
videoPllConfig_BOARD_BootClockRUN /home/dan/src/NXP/i.MX_RT1060/wolfcrypt-test-app/clock_config.c /^const clock_video_pll_config_t videoPllConfig_BOARD_BootClockRUN =$/;" v
|
|
@ -28,8 +28,6 @@
|
|||
#include <stdio.h>
|
||||
#include "fsl_debug_console.h"
|
||||
|
||||
|
||||
|
||||
/* System */
|
||||
#define WOLFSSL_GENERAL_ALIGNMENT 4
|
||||
#define SINGLE_THREADED
|
||||
|
@ -78,8 +76,11 @@ int32_t cust_rand_generate_block(uint8_t *rndb, uint32_t sz);
|
|||
#define WOLFSSL_SHA3
|
||||
|
||||
#define HAVE_CHACHA
|
||||
#define HAVE_PWDBASED
|
||||
#define HAVE_AESGCM
|
||||
#define HAVE_AES_ECB
|
||||
//#define AES_MAX_KEY_SIZE 128
|
||||
#define WOLFSSL_AES_DIRECT
|
||||
#define HAVE_PWDBASED
|
||||
#define HAVE_POLY1035
|
||||
|
||||
/* Disables - For minimum wolfCrypt build */
|
||||
|
|
Loading…
Reference in New Issue