Hellen says fix build-signature & usb (#1866)

* Hellen says merge #1772 hardware.cpp

* Hellen says merge #1772 adc.h

* Hellen says fix build-signature & usb

Co-authored-by: rusefi <rusefillc@gmail.com>
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
This commit is contained in:
andreika-git 2020-10-08 19:21:22 +03:00 committed by GitHub
parent 2cbcbe5697
commit d88c9c404c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -10,7 +10,7 @@ CPU_HWLAYER = ports/cypress
GENERATED_ENUMS_DIR = $(BOARD_DIR)/config/controllers/algo
EXTRA_PARAMS += -DFIRMWARE_ID=\"cypress\"
EXTRA_PARAMS += -DFIRMWARE_ID=\"cypress\" -DSHORT_BOARD_NAME=hellen_cypress
# -nodefaultlibs -lc -lgcc -ltinyc
# used by USE_SMART_BUILD

View File

@ -301,8 +301,9 @@
#undef TS_UART_DEVICE
#undef TS_SERIAL_DEVICE
//#define TS_USB_DEVICE SDU1
#undef TS_USB_DEVICE
#define TS_USB_DEVICE SDU1
//#undef TS_USB_DEVICE
// todo: add CAN support
//#define TS_CAN_DEVICE CAND1