Hellen says Cypress build fix (usbdevice.h) (#1821)
* Hellen says merge #1772 hardware.cpp * Hellen says merge #1772 adc.h * UsbDevice.h -> usbdevice.h * build_cypress -> build Co-authored-by: rusefi <rusefillc@gmail.com> Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
This commit is contained in:
parent
5e52f2da60
commit
f5ec67a329
|
@ -1,3 +0,0 @@
|
|||
@echo off
|
||||
|
||||
bash compile-cypress.sh
|
|
@ -0,0 +1,3 @@
|
|||
@echo off
|
||||
|
||||
bash compile_cypress.sh
|
|
@ -33,7 +33,7 @@
|
|||
* so agrees to indemnify Cypress against all liability. *
|
||||
*******************************************************************************/
|
||||
/******************************************************************************/
|
||||
/** \file UsbDevice.h
|
||||
/** \file usbdevice.h
|
||||
**
|
||||
** A detailed description is available at
|
||||
** @link UsbDeviceGroup USB Device Module description @endlink
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
|
||||
#if ((FM_PERIPHERAL_USB_DEVICE_ENABLED == ON) && (USBDEVICECDCCOM_ENABLED == ON))
|
||||
|
||||
#include "UsbDevice.h"
|
||||
#include "usbdevice.h"
|
||||
|
||||
/* C binding of definitions if building with C++ compiler */
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
|
||||
#if ((FM_PERIPHERAL_USB_DEVICE_ENABLED == ON) && (USBDEVICEMASSSTORAGE_ENABLED == ON))
|
||||
|
||||
#include "UsbDevice.h"
|
||||
#include "usbdevice.h"
|
||||
#include "base_types.h"
|
||||
|
||||
/* C binding of definitions if building with C++ compiler */
|
||||
|
|
|
@ -7,7 +7,7 @@ export EXTRA_PARAMS="-DDUMMY -D__USE_CMSIS\
|
|||
-DEFI_ENABLE_ASSERTS=FALSE -DCH_DBG_ENABLE_CHECKS=FALSE -DCH_DBG_ENABLE_ASSERTS=FALSE -DCH_DBG_ENABLE_STACK_CHECK=FALSE -DCH_DBG_FILL_THREADS=FALSE -DCH_DBG_THREADS_PROFILING=FALSE\
|
||||
-DDEFAULT_ENGINE_TYPE=MINIMAL_PINS"
|
||||
|
||||
export BUILDDIR="build_cypress"
|
||||
export BUILDDIR="build"
|
||||
export PROJECT_BOARD="hellen/cypress"
|
||||
export PROJECT_CPU="cypress"
|
||||
export USE_FATFS="no"
|
||||
|
|
Loading…
Reference in New Issue