replace all backslaches by slashes in include paths

This commit is contained in:
stevstrong 2017-07-04 19:28:50 +02:00
parent 9b30346bfa
commit 597f77ac1d
26 changed files with 47 additions and 48 deletions

View File

@ -40,7 +40,7 @@
#ifndef _FSMC_H_
#define _FSMC_H_
#include <libmaple\util.h>
#include <libmaple/util.h>
#include "libmaple_types.h"
#ifdef __cplusplus

View File

@ -26,7 +26,7 @@
#include "usbd_ioreq.h"
#include "usbd_req.h"
#include <VCP\usbd_desc.h>
#include <VCP/usbd_desc.h>

View File

@ -24,8 +24,8 @@
#ifndef __USB_CDC_CORE_H_
#define __USB_CDC_CORE_H_
#include <STM32_USB_Device_Library\Core\inc/usbd_ioreq.h>
#include <STM32_USB_OTG_Driver\inc\usb_core.h>
#include <STM32_USB_Device_Library/Core/inc/usbd_ioreq.h>
#include <STM32_USB_OTG_Driver/inc/usb_core.h>
/** @addtogroup STM32_USB_OTG_DEVICE_LIBRARY
* @{

View File

@ -58,10 +58,10 @@
*/
/* Includes ------------------------------------------------------------------*/
#include <VCP\usb_conf.h>
#include <STM32_USB_Device_Library\Class\cdc\inc\usbd_cdc_core.h>
#include <VCP\usbd_desc.h>
#include <STM32_USB_Device_Library\Core\inc\usbd_req.h>
#include <VCP/usb_conf.h>
#include <STM32_USB_Device_Library/Class/cdc/inc/usbd_cdc_core.h>
#include <VCP/usbd_desc.h>
#include <STM32_USB_Device_Library/Core/inc/usbd_req.h>
/** @addtogroup STM32_USB_OTG_DEVICE_LIBRARY

View File

@ -26,7 +26,7 @@
/* Includes ------------------------------------------------------------------*/
#include <STM32_USB_OTG_Driver/inc/usb_dcd.h>
#include "usbd_def.h"
#include <VCP\usbd_conf.h>
#include <VCP/usbd_conf.h>
/** @addtogroup STM32_USB_OTG_DEVICE_LIBRARY
* @{

View File

@ -24,7 +24,7 @@
#ifndef __USBD_DEF_H
#define __USBD_DEF_H
/* Includes ------------------------------------------------------------------*/
#include <VCP\usbd_conf.h>
#include <VCP/usbd_conf.h>
/** @addtogroup STM32_USB_OTG_DEVICE_LIBRARY
* @{

View File

@ -27,7 +27,7 @@
/* Includes ------------------------------------------------------------------*/
#include "usbd_def.h"
#include "usbd_core.h"
#include <VCP\usbd_conf.h>
#include <VCP/usbd_conf.h>
/** @addtogroup STM32_USB_OTG_DEVICE_LIBRARY

View File

@ -20,11 +20,11 @@
*/
/* Includes ------------------------------------------------------------------*/
#include <STM32_USB_Device_Library\Core\inc\usbd_core.h>
#include <STM32_USB_Device_Library\Core\inc\usbd_req.h>
#include <STM32_USB_Device_Library\Core\inc\usbd_ioreq.h>
#include <STM32_USB_OTG_Driver\inc\usb_dcd_int.h>
#include <STM32_USB_OTG_Driver\inc\usb_bsp.h>
#include <STM32_USB_Device_Library/Core/inc/usbd_core.h>
#include <STM32_USB_Device_Library/Core/inc/usbd_req.h>
#include <STM32_USB_Device_Library/Core/inc/usbd_ioreq.h>
#include <STM32_USB_OTG_Driver/inc/usb_dcd_int.h>
#include <STM32_USB_OTG_Driver/inc/usb_bsp.h>
/** @addtogroup STM32_USB_OTG_DEVICE_LIBRARY
* @{

View File

@ -20,7 +20,7 @@
*/
/* Includes ------------------------------------------------------------------*/
#include <STM32_USB_Device_Library\Core\inc\usbd_ioreq.h>
#include <STM32_USB_Device_Library/Core/inc/usbd_ioreq.h>
/** @addtogroup STM32_USB_OTG_DEVICE_LIBRARY
* @{
*/

View File

@ -20,9 +20,9 @@
*/
/* Includes ------------------------------------------------------------------*/
#include <STM32_USB_Device_Library\Core\inc\usbd_req.h>
#include <STM32_USB_Device_Library\Core\inc\usbd_ioreq.h>
#include <VCP\usbd_desc.h>
#include <STM32_USB_Device_Library/Core/inc/usbd_req.h>
#include <STM32_USB_Device_Library/Core/inc/usbd_ioreq.h>
#include <VCP/usbd_desc.h>
/** @addtogroup STM32_USB_OTG_DEVICE_LIBRARY

View File

@ -24,7 +24,7 @@
#define __USB_CORE_H__
/* Includes ------------------------------------------------------------------*/
#include <VCP\usbd_conf.h>
#include <VCP/usbd_conf.h>
#include "usb_regs.h"
#include "usb_defines.h"

View File

@ -24,7 +24,7 @@
#define __USB_DEF_H__
/* Includes ------------------------------------------------------------------*/
#include <VCP\usbd_conf.h>
#include <VCP/usbd_conf.h>
/** @addtogroup USB_OTG_DRIVER
* @{

View File

@ -24,8 +24,8 @@
#define __USB_OTG_REGS_H__
/* Includes ------------------------------------------------------------------*/
#include <VCP\usbd_conf.h>
#include <libmaple\libmaple_types.h>
#include <VCP/usbd_conf.h>
#include <libmaple/libmaple_types.h>
/** @addtogroup USB_OTG_DRIVER
* @{

View File

@ -20,8 +20,8 @@
*/
/* Includes ------------------------------------------------------------------*/
#include <STM32_USB_OTG_Driver\inc\usb_bsp.h>
#include <STM32_USB_OTG_Driver\inc\usb_core.h>
#include <STM32_USB_OTG_Driver/inc/usb_bsp.h>
#include <STM32_USB_OTG_Driver/inc/usb_core.h>
/** @addtogroup USB_OTG_DRIVER

View File

@ -20,8 +20,8 @@
*/
/* Includes ------------------------------------------------------------------*/
#include <STM32_USB_OTG_Driver\inc\usb_dcd.h>
#include <STM32_USB_OTG_Driver\inc\usb_bsp.h>
#include <STM32_USB_OTG_Driver/inc/usb_dcd.h>
#include <STM32_USB_OTG_Driver/inc/usb_bsp.h>
/** @addtogroup USB_OTG_DRIVER

View File

@ -20,12 +20,12 @@
*/
/* Includes ------------------------------------------------------------------*/
#include <STM32_USB_OTG_Driver\inc\usb_dcd_int.h>
#include <STM32_USB_OTG_Driver/inc/usb_dcd_int.h>
typedef int IRQn_Type;
#define __NVIC_PRIO_BITS 4
#define __Vendor_SysTickConfig 1
#include <VCP\core_cm4.h>
#include <VCP/core_cm4.h>
/** @addtogroup USB_OTG_DRIVER

View File

@ -21,7 +21,7 @@
*/
/* Includes ------------------------------------------------------------------*/
#include <STM32_USB_OTG_Driver\inc\usb_bsp.h>
#include <STM32_USB_OTG_Driver/inc/usb_bsp.h>
#include "usbd_conf.h"
#include <libmaple/gpio.h>
typedef enum {DISABLE = 0, ENABLE = !DISABLE} FunctionalState;

View File

@ -26,7 +26,7 @@
/* Includes ------------------------------------------------------------------*/
//#include "stm32f4xx.h"
#include <STM32_USB_Device_Library\Class\cdc\inc\usbd_cdc_core.h>
#include <STM32_USB_Device_Library/Class/cdc/inc/usbd_cdc_core.h>
#include "usbd_conf.h"

View File

@ -20,11 +20,11 @@
*/
/* Includes ------------------------------------------------------------------*/
#include <STM32_USB_Device_Library\Core\inc\usbd_core.h>
#include <STM32_USB_Device_Library/Core/inc/usbd_core.h>
#include "usbd_desc.h"
#include <STM32_USB_Device_Library\Core\inc\usbd_req.h>
#include <STM32_USB_Device_Library/Core/inc/usbd_req.h>
#include "usbd_conf.h"
#include <STM32_USB_OTG_Driver\inc\usb_regs.h>
#include <STM32_USB_OTG_Driver/inc/usb_regs.h>
/** @addtogroup STM32_USB_OTG_DEVICE_LIBRARY
* @{

View File

@ -25,7 +25,7 @@
#define __USB_DESC_H
/* Includes ------------------------------------------------------------------*/
#include <STM32_USB_Device_Library\Core\inc\usbd_def.h>
#include <STM32_USB_Device_Library/Core/inc/usbd_def.h>
/** @addtogroup STM32_USB_OTG_DEVICE_LIBRARY
* @{

View File

@ -20,8 +20,8 @@
*/
/* Includes ------------------------------------------------------------------*/
#include <STM32_USB_Device_Library\Core\inc\usbd_usr.h>
#include <STM32_USB_Device_Library\Core\inc\usbd_ioreq.h>
#include <STM32_USB_Device_Library/Core/inc/usbd_usr.h>
#include <STM32_USB_Device_Library/Core/inc/usbd_ioreq.h>
/** @addtogroup STM32_USB_OTG_DEVICE_LIBRARY

View File

@ -4,11 +4,11 @@
#include <STM32_USB_Device_Library/Class/cdc/inc/usbd_cdc_core.h>
#include <STM32_USB_Device_Library/Core/inc/usbd_usr.h>
#include <VCP\usbd_desc.h>
#include <VCP/usbd_desc.h>
#include "usb.h"
#include <libmaple/gpio.h>
#include <libmaple/rccF4.h>
#include <VCP\usbd_cdc_vcp.h>
#include <VCP/usbd_cdc_vcp.h>
#include <boards.h>
USB_OTG_CORE_HANDLE USB_OTG_dev;
@ -96,7 +96,7 @@ RESULT usbPowerOff(void) {
void usbDsbISR(void) {};
#include <STM32_USB_OTG_Driver\inc\usb_dcd_int.h>
#include <STM32_USB_OTG_Driver/inc/usb_dcd_int.h>
void __irq_OTG_FS_IRQHandler(void)
{
USBD_OTG_ISR_Handler (&USB_OTG_dev);

View File

@ -5,7 +5,7 @@
extern "C" {
#endif
#include <VCP\usb_conf.h>
#include <VCP/usb_conf.h>
typedef enum _RESULT
{

View File

@ -27,7 +27,6 @@
#ifndef _WIRISH_ARDUINO_H_
#define _WIRISH_ARDUINO_H_
//#warning Include Arduino.h from system\libmaple
#include "wirish.h"

View File

@ -34,8 +34,8 @@
#include "discovery_f4.h"
#include <libmaple\gpio.h>
#include <libmaple\rcc.h>
#include <libmaple/gpio.h>
#include <libmaple/rcc.h>
#include "wirish_types.h"

View File

@ -39,9 +39,9 @@ extern "C"{
//#include "generic_f407v.h"
//#include "fsmc.h"
#include <libmaple\gpio.h>
#include <libmaple\rcc.h>
#include <libmaple\timer.h>
#include <libmaple/gpio.h>
#include <libmaple/rcc.h>
#include <libmaple/timer.h>
#include <wirish_types.h>