ISSDK
1.8
IoT Sensing Software Development Kit
algorithms
sensorfusion
sources
board_encodings.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2015, Freescale Semiconductor, Inc.
3
* Copyright 2016-2017 NXP
4
* All rights reserved.
5
*
6
* SPDX-License-Identifier: BSD-3-Clause
7
*/
8
/*! \file board_encodings.h
9
\brief This file summarizes board encodings assigned to date.
10
11
It is not included within any of the sensor fusion code, and is provided
12
for reference purposes only.
13
*/
14
// MCU processor boards: 5 bit code 0 to 31 inclusive transmitted in bits 4-0
15
#define RESERVED0 0
16
#define FRDM_KL25Z 1
17
#define FRDM_K20D50M 2
18
#define XPRESSO_LPC11U68 3
19
#define FRDM_KL26Z 4
20
#define FRDM_K64F 5
21
#define XPRESSO_LPC1549 6
22
#define FRDM_KL46Z 7
23
#define FRDM_KW24D 8
24
#define FRDM_K22F 9
25
#define FRDM_KEAZ128 10
26
#define XPRESSO_LPC4337 11
27
#define FRDM_KV31F 12
28
#define XPRESSO_LPC54102 13
29
#define FRDM_KE02Z 14
30
#define FRDM_KE06Z 15
31
#define XPRESSO_LPC5411X 16
32
#define FRDM_KL02Z 17
33
#define FRDM_KL05Z 18
34
#define FRDM_KW01Z 19
35
#define FRDM_K66F 20
36
© Copyright 2016-2020 NXP. All Rights Reserved.