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:
parent
a160da1f2b
commit
1324c2862d
hw/bsp
lpc13/boards/lpcxpresso1347
lpc17/boards
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"
|
||||
|
||||
//--------------------------------------------------------------------+
|
||||
|
Loading…
x
Reference in New Issue
Block a user