more board_api rename

This commit is contained in:
hathach 2023-08-03 17:32:15 +07:00
parent a160da1f2b
commit 1324c2862d
No known key found for this signature in database
GPG Key ID: F5D50C6D51D17CBA
8 changed files with 8 additions and 8 deletions

View File

@ -25,7 +25,7 @@
*/ */
#include "chip.h" #include "chip.h"
#include "../board.h" #include "bsp/board_api.h"
//--------------------------------------------------------------------+ //--------------------------------------------------------------------+
// Forward USB interrupt events to TinyUSB IRQ Handler // Forward USB interrupt events to TinyUSB IRQ Handler

View File

@ -25,7 +25,7 @@
*/ */
#include "chip.h" #include "chip.h"
#include "../board.h" #include "bsp/board_api.h"
//--------------------------------------------------------------------+ //--------------------------------------------------------------------+
// USB Interrupt Handler // USB Interrupt Handler

View File

@ -25,7 +25,7 @@
*/ */
#include "chip.h" #include "chip.h"
#include "../board.h" #include "bsp/board_api.h"
#define LED_PORT 1 #define LED_PORT 1
#define LED_PIN 18 #define LED_PIN 18

View File

@ -24,7 +24,7 @@
* This file is part of the TinyUSB stack. * This file is part of the TinyUSB stack.
*/ */
#include "../board.h" #include "bsp/board_api.h"
#include "fsl_device_registers.h" #include "fsl_device_registers.h"
#include "fsl_gpio.h" #include "fsl_gpio.h"
#include "fsl_power.h" #include "fsl_power.h"

View File

@ -29,7 +29,7 @@
#include "mm32_device.h" #include "mm32_device.h"
#include "hal_conf.h" #include "hal_conf.h"
#include "tusb.h" #include "tusb.h"
#include "../board.h" #include "bsp/board_api.h"
//--------------------------------------------------------------------+ //--------------------------------------------------------------------+
// Forward USB interrupt events to TinyUSB IRQ Handler // Forward USB interrupt events to TinyUSB IRQ Handler

View File

@ -27,7 +27,7 @@
#include "mm32_device.h" #include "mm32_device.h"
#include "hal_conf.h" #include "hal_conf.h"
#include "tusb.h" #include "tusb.h"
#include "../board.h" #include "bsp/board_api.h"
//--------------------------------------------------------------------+ //--------------------------------------------------------------------+
// Forward USB interrupt events to TinyUSB IRQ Handler // Forward USB interrupt events to TinyUSB IRQ Handler

View File

@ -29,7 +29,7 @@
#include "mm32_device.h" #include "mm32_device.h"
#include "hal_conf.h" #include "hal_conf.h"
#include "tusb.h" #include "tusb.h"
#include "../board.h" #include "bsp/board_api.h"
//--------------------------------------------------------------------+ //--------------------------------------------------------------------+
// Forward USB interrupt events to TinyUSB IRQ Handler // Forward USB interrupt events to TinyUSB IRQ Handler

View File

@ -24,7 +24,7 @@
* This file is part of the TinyUSB stack. * This file is part of the TinyUSB stack.
*/ */
#include "../board.h" #include "bsp/board_api.h"
#include "stm32f3xx_hal.h" #include "stm32f3xx_hal.h"
//--------------------------------------------------------------------+ //--------------------------------------------------------------------+