1
0
mirror of https://github.com/hathach/tinyusb.git synced 2025-03-22 01:21:20 +00:00

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
hw/bsp
lpc13/boards/lpcxpresso1347
lpc17/boards
lpcxpresso1769
mbed1768
lpc51/boards/lpcxpresso51u68
mm32/boards
mm32f327x_bluepillplus
mm32f327x_mb39
mm32f327x_pitaya_lite
stm32f3/boards/stm32f303disco

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

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

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

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

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

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

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

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