mirror of
https://gitee.com/dlmu-cone/tronone-h7-scaffold
synced 2026-07-23 19:25:09 +08:00
changed file and directory
This commit is contained in:
5
User_Code/bsp/adc/bsp_adc.c
Normal file
5
User_Code/bsp/adc/bsp_adc.c
Normal file
@@ -0,0 +1,5 @@
|
||||
//
|
||||
// Created by tuxmonkey on 2025/10/28.
|
||||
//
|
||||
|
||||
#include "bsp_adc.h"
|
||||
8
User_Code/bsp/adc/bsp_adc.h
Normal file
8
User_Code/bsp/adc/bsp_adc.h
Normal file
@@ -0,0 +1,8 @@
|
||||
//
|
||||
// Created by tuxmonkey on 2025/10/28.
|
||||
//
|
||||
|
||||
#ifndef TRONONEH7_SCAFFOLD_BSP_ADC_H
|
||||
#define TRONONEH7_SCAFFOLD_BSP_ADC_H
|
||||
|
||||
#endif //TRONONEH7_SCAFFOLD_BSP_ADC_H
|
||||
5
User_Code/bsp/dmaMalloc/bsp_dmaMalloc.c
Normal file
5
User_Code/bsp/dmaMalloc/bsp_dmaMalloc.c
Normal file
@@ -0,0 +1,5 @@
|
||||
//
|
||||
// Created by tuxmonkey on 2025/10/28.
|
||||
//
|
||||
|
||||
#include "bsp_dmaMalloc.h"
|
||||
8
User_Code/bsp/dmaMalloc/bsp_dmaMalloc.h
Normal file
8
User_Code/bsp/dmaMalloc/bsp_dmaMalloc.h
Normal file
@@ -0,0 +1,8 @@
|
||||
//
|
||||
// Created by tuxmonkey on 2025/10/28.
|
||||
//
|
||||
|
||||
#ifndef TRONONEH7_SCAFFOLD_BSP_DMAMALLOC_H
|
||||
#define TRONONEH7_SCAFFOLD_BSP_DMAMALLOC_H
|
||||
|
||||
#endif //TRONONEH7_SCAFFOLD_BSP_DMAMALLOC_H
|
||||
5
User_Code/bsp/dwt/bsp_dwt.c
Normal file
5
User_Code/bsp/dwt/bsp_dwt.c
Normal file
@@ -0,0 +1,5 @@
|
||||
//
|
||||
// Created by tuxmonkey on 2025/10/28.
|
||||
//
|
||||
|
||||
#include "bsp_dwt.h"
|
||||
8
User_Code/bsp/dwt/bsp_dwt.h
Normal file
8
User_Code/bsp/dwt/bsp_dwt.h
Normal file
@@ -0,0 +1,8 @@
|
||||
//
|
||||
// Created by tuxmonkey on 2025/10/28.
|
||||
//
|
||||
|
||||
#ifndef TRONONEH7_SCAFFOLD_BSP_DWT_H
|
||||
#define TRONONEH7_SCAFFOLD_BSP_DWT_H
|
||||
|
||||
#endif //TRONONEH7_SCAFFOLD_BSP_DWT_H
|
||||
5
User_Code/bsp/log/bsp_log.c
Normal file
5
User_Code/bsp/log/bsp_log.c
Normal file
@@ -0,0 +1,5 @@
|
||||
//
|
||||
// Created by tuxmonkey on 2025/10/28.
|
||||
//
|
||||
|
||||
#include "bsp_log.h"
|
||||
8
User_Code/bsp/log/bsp_log.h
Normal file
8
User_Code/bsp/log/bsp_log.h
Normal file
@@ -0,0 +1,8 @@
|
||||
//
|
||||
// Created by tuxmonkey on 2025/10/28.
|
||||
//
|
||||
|
||||
#ifndef TRONONEH7_SCAFFOLD_BSP_LOG_H
|
||||
#define TRONONEH7_SCAFFOLD_BSP_LOG_H
|
||||
|
||||
#endif //TRONONEH7_SCAFFOLD_BSP_LOG_H
|
||||
5
User_Code/bsp/spi/bsp_spi.c
Normal file
5
User_Code/bsp/spi/bsp_spi.c
Normal file
@@ -0,0 +1,5 @@
|
||||
//
|
||||
// Created by tuxmonkey on 2025/10/28.
|
||||
//
|
||||
|
||||
#include "bsp_spi.h"
|
||||
8
User_Code/bsp/spi/bsp_spi.h
Normal file
8
User_Code/bsp/spi/bsp_spi.h
Normal file
@@ -0,0 +1,8 @@
|
||||
//
|
||||
// Created by tuxmonkey on 2025/10/28.
|
||||
//
|
||||
|
||||
#ifndef TRONONEH7_SCAFFOLD_BSP_SPI_H
|
||||
#define TRONONEH7_SCAFFOLD_BSP_SPI_H
|
||||
|
||||
#endif //TRONONEH7_SCAFFOLD_BSP_SPI_H
|
||||
5
User_Code/bsp/usart/bsp_usart.c
Normal file
5
User_Code/bsp/usart/bsp_usart.c
Normal file
@@ -0,0 +1,5 @@
|
||||
//
|
||||
// Created by tuxmonkey on 2025/10/28.
|
||||
//
|
||||
|
||||
#include "bsp_usart.h"
|
||||
8
User_Code/bsp/usart/bsp_usart.h
Normal file
8
User_Code/bsp/usart/bsp_usart.h
Normal file
@@ -0,0 +1,8 @@
|
||||
//
|
||||
// Created by tuxmonkey on 2025/10/28.
|
||||
//
|
||||
|
||||
#ifndef TRONONEH7_SCAFFOLD_BSP_USART_H
|
||||
#define TRONONEH7_SCAFFOLD_BSP_USART_H
|
||||
|
||||
#endif //TRONONEH7_SCAFFOLD_BSP_USART_H
|
||||
5
User_Code/bsp/usbvpc/bsp_vpc.c
Normal file
5
User_Code/bsp/usbvpc/bsp_vpc.c
Normal file
@@ -0,0 +1,5 @@
|
||||
//
|
||||
// Created by tuxmonkey on 2025/10/28.
|
||||
//
|
||||
|
||||
#include "bsp_vpc.h"
|
||||
8
User_Code/bsp/usbvpc/bsp_vpc.h
Normal file
8
User_Code/bsp/usbvpc/bsp_vpc.h
Normal file
@@ -0,0 +1,8 @@
|
||||
//
|
||||
// Created by tuxmonkey on 2025/10/28.
|
||||
//
|
||||
|
||||
#ifndef TRONONEH7_SCAFFOLD_BSP_VPC_H
|
||||
#define TRONONEH7_SCAFFOLD_BSP_VPC_H
|
||||
|
||||
#endif //TRONONEH7_SCAFFOLD_BSP_VPC_H
|
||||
Reference in New Issue
Block a user