修复mico-sdk错误

This commit is contained in:
nhkefus
2025-03-11 15:54:45 +08:00
parent 3422912129
commit 2ccb892a1c
2152 changed files with 664341 additions and 702636 deletions

View File

@@ -1,29 +1,29 @@
/**
******************************************************************************
* @file gpio_pair_3081.c
* @author William Xu
* @version V1.0.0
* @date 18-Dec-2016
* @brief This file provide the definition of GPIO pairs used for GPIO QC test.
******************************************************************************
*
* UNPUBLISHED PROPRIETARY SOURCE CODE
* Copyright (c) 2016 MXCHIP Inc.
*
* The contents of this file may not be disclosed to third parties, copied or
* duplicated in any form, in whole or in part, without the prior written
* permission of MXCHIP Corporation.
******************************************************************************
*/
#include "qc_test_internal.h"
#include "platform.h"
const qc_test_gpio_pair_t qc_test_gpio_pairs[] =
{
{MICO_GPIO_12, MICO_GPIO_13},
{MICO_GPIO_14, MICO_GPIO_15},
};
const int qc_test_gpio_pairs_num = sizeof(qc_test_gpio_pairs) / sizeof(qc_test_gpio_pair_t);
/**
******************************************************************************
* @file gpio_pair_3081.c
* @author William Xu
* @version V1.0.0
* @date 18-Dec-2016
* @brief This file provide the definition of GPIO pairs used for GPIO QC test.
******************************************************************************
*
* UNPUBLISHED PROPRIETARY SOURCE CODE
* Copyright (c) 2016 MXCHIP Inc.
*
* The contents of this file may not be disclosed to third parties, copied or
* duplicated in any form, in whole or in part, without the prior written
* permission of MXCHIP Corporation.
******************************************************************************
*/
#include "qc_test_internal.h"
#include "platform.h"
const qc_test_gpio_pair_t qc_test_gpio_pairs[] =
{
{MICO_GPIO_12, MICO_GPIO_13},
{MICO_GPIO_14, MICO_GPIO_15},
};
const int qc_test_gpio_pairs_num = sizeof(qc_test_gpio_pairs) / sizeof(qc_test_gpio_pair_t);

View File

@@ -1,43 +1,43 @@
/**
******************************************************************************
* @file gpio_pair_3081.c
* @author William Xu
* @version V1.0.0
* @date 18-Dec-2016
* @brief This file provide the definition of GPIO pairs used for GPIO QC test.
******************************************************************************
*
* UNPUBLISHED PROPRIETARY SOURCE CODE
* Copyright (c) 2016 MXCHIP Inc.
*
* The contents of this file may not be disclosed to third parties, copied or
* duplicated in any form, in whole or in part, without the prior written
* permission of MXCHIP Corporation.
******************************************************************************
*/
#include "qc_test_internal.h"
#include "platform.h"
const qc_test_gpio_pair_t qc_test_gpio_pairs[] =
{
// {MICO_GPIO_59, MICO_GPIO_60}, //01-02
// {MICO_GPIO_6 , MICO_GPIO_0 }, //06-07
// {MICO_GPIO_32, MICO_GPIO_30}, //12-13
// {MICO_GPIO_29, MICO_GPIO_31}, //14-15
// {MICO_GPIO_33, MICO_GPIO_34}, //B3-B4
// {MICO_GPIO_59, MICO_GPIO_35}, //01-18
// {MICO_GPIO_57, MICO_GPIO_58} //B1-B2
};
const int qc_test_gpio_pairs_num = sizeof(qc_test_gpio_pairs) / sizeof(qc_test_gpio_pair_t);
/**
******************************************************************************
* @file gpio_pair_3081.c
* @author William Xu
* @version V1.0.0
* @date 18-Dec-2016
* @brief This file provide the definition of GPIO pairs used for GPIO QC test.
******************************************************************************
*
* UNPUBLISHED PROPRIETARY SOURCE CODE
* Copyright (c) 2016 MXCHIP Inc.
*
* The contents of this file may not be disclosed to third parties, copied or
* duplicated in any form, in whole or in part, without the prior written
* permission of MXCHIP Corporation.
******************************************************************************
*/
#include "qc_test_internal.h"
#include "platform.h"
const qc_test_gpio_pair_t qc_test_gpio_pairs[] =
{
// {MICO_GPIO_59, MICO_GPIO_60}, //01-02
// {MICO_GPIO_6 , MICO_GPIO_0 }, //06-07
// {MICO_GPIO_32, MICO_GPIO_30}, //12-13
// {MICO_GPIO_29, MICO_GPIO_31}, //14-15
// {MICO_GPIO_33, MICO_GPIO_34}, //B3-B4
// {MICO_GPIO_59, MICO_GPIO_35}, //01-18
// {MICO_GPIO_57, MICO_GPIO_58} //B1-B2
};
const int qc_test_gpio_pairs_num = sizeof(qc_test_gpio_pairs) / sizeof(qc_test_gpio_pair_t);