[tm4c123bsp] auto formatted

This commit is contained in:
Meco Man 2021-03-21 22:23:24 +08:00
parent 061182271f
commit 59b6f218c1
20 changed files with 38 additions and 38 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2019, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
@ -24,6 +24,6 @@ int main(void)
rt_pin_write(2, PIN_LOW); rt_pin_write(2, PIN_LOW);
rt_thread_mdelay(500); rt_thread_mdelay(500);
} }
return RT_EOK; return RT_EOK;
} }

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2019, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2019, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
@ -49,4 +49,4 @@
#endif /*__BOARD_H__*/ #endif /*__BOARD_H__*/
/************************** end of file ******************/ /************************** end of file ******************/

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2019, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
@ -85,4 +85,4 @@ void spi_hw_config(void)
} }
#endif /* RT_USING_SPI */ #endif /* RT_USING_SPI */
/************************** end of file ******************/ /************************** end of file ******************/

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2019, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2019, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
@ -49,4 +49,4 @@ extern "C" {
#endif /*__ADC_CONFIG_H__*/ #endif /*__ADC_CONFIG_H__*/
/************************** end of file ******************/ /************************** end of file ******************/

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2019, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
@ -90,7 +90,7 @@ extern "C" {
#ifdef BSP_USING_PWM6 #ifdef BSP_USING_PWM6
#ifndef PWM6_CONFIG #ifndef PWM6_CONFIG
#define PWM6_CONFIG \ #define PWM6_CONFIG \
{ \ { \
.name = "pwm6", \ .name = "pwm6", \
.channel = 0 , \ .channel = 0 , \
.counterMode = PWM_GEN_MODE_UP_DOWN , \ .counterMode = PWM_GEN_MODE_UP_DOWN , \
@ -117,4 +117,4 @@ extern "C" {
#endif /*__PWM_CONFIG_H__*/ #endif /*__PWM_CONFIG_H__*/
/************************** end of file ******************/ /************************** end of file ******************/

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2019, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
@ -63,4 +63,4 @@ extern "C" {
#endif /*__SPI_CONFIG_H__ */ #endif /*__SPI_CONFIG_H__ */
/************************** end of file ******************/ /************************** end of file ******************/

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2019, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
@ -73,4 +73,4 @@ extern "C" {
#endif /* __UART_CONFIG_H__ */ #endif /* __UART_CONFIG_H__ */
/************************** end of file ******************/ /************************** end of file ******************/

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2019, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
@ -156,4 +156,4 @@ INIT_APP_EXPORT(tm4c123_adc_init);
#endif /*RT_UING_ADC*/ #endif /*RT_UING_ADC*/
/************************** end of file ******************/ /************************** end of file ******************/

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2019, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
@ -28,4 +28,4 @@ struct tm4c123_adc_config
#endif /*__DRV_ADC_H__*/ #endif /*__DRV_ADC_H__*/
/************************** end of file ******************/ /************************** end of file ******************/

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2019, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
@ -165,4 +165,4 @@ INIT_BOARD_EXPORT(rt_hw_pin_init);
#endif /*RT_USING_PIN*/ #endif /*RT_USING_PIN*/
/************************** end of file ******************/ /************************** end of file ******************/

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2019, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
@ -36,4 +36,4 @@ extern int rt_hw_pin_init(void);
#endif /*__DRV_GPIO_H__*/ #endif /*__DRV_GPIO_H__*/
/************************** end of file ******************/ /************************** end of file ******************/

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2018, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2019, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
@ -322,4 +322,4 @@ int rt_hw_pwm_init(void)
#endif /* RT_USING_PWM */ #endif /* RT_USING_PWM */
/************************** end of file ******************/ /************************** end of file ******************/

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2019, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
@ -33,4 +33,4 @@ int rt_hw_pwm_init(void);
#endif /*__DRV_PWM_H__*/ #endif /*__DRV_PWM_H__*/
/************************** end of file ******************/ /************************** end of file ******************/

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2019, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
@ -306,4 +306,4 @@ INIT_BOARD_EXPORT(rt_hw_spi_init);
#endif /* defined(BSP_USING_SPI0) || defined(BSP_USING_SPI1) || defined(BSP_USING_SPI2) || defined(BSP_USING_SPI3) */ #endif /* defined(BSP_USING_SPI0) || defined(BSP_USING_SPI1) || defined(BSP_USING_SPI2) || defined(BSP_USING_SPI3) */
#endif /*RT_USING_SPI*/ #endif /*RT_USING_SPI*/
/************************** end of file ******************/ /************************** end of file ******************/

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2019, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
@ -46,4 +46,4 @@ struct tm4c123_spi_device
#endif /*__DRV_SPI_H__ */ #endif /*__DRV_SPI_H__ */
/************************** end of file ******************/ /************************** end of file ******************/

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2019, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
@ -235,4 +235,4 @@ int rt_hw_usart_init(void)
#endif /* RT_USING_SERIAL */ #endif /* RT_USING_SERIAL */
/************************** end of file ******************/ /************************** end of file ******************/

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2019, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
@ -43,4 +43,4 @@ extern int rt_hw_usart_init(void);
#endif /*__DRV_UART_H__*/ #endif /*__DRV_UART_H__*/
/************************** end of file ******************/ /************************** end of file ******************/