boards file clean-up

This commit is contained in:
Andrey 2021-08-03 01:03:38 -04:00
parent 09519208ef
commit faaf547e8b
4 changed files with 3 additions and 25 deletions

View File

@ -12,13 +12,6 @@
*/
#define BOARD_NAME "Deucalion/Kinetis"
/*
* Board voltages.
* Required for performance limits calculation.
*/
//#define STM32_VDD 300U
#if !defined(_FROM_ASM_)
#ifdef __cplusplus
extern "C" {

View File

@ -21,16 +21,10 @@
#ifndef BOARD_H
#define BOARD_H
/*
* Setup for STMicroelectronics STM32F4-Discovery board.
*/
/*
* Board identifier.
*/
#define BOARD_NAME "STM32F407 for RusEFI"
#define BOARD_NAME "F4 for rusEFI"
#define EFI_USB_AF 10U
#define EFI_USB_SERIAL_DM GPIOA_11

View File

@ -26,15 +26,11 @@
/* Driver constants. */
/*===========================================================================*/
/*
* Setup for STMicroelectronics STM32 Nucleo144-F767ZI board.
*/
/*
* Board identifier.
*/
#define BOARD_ST_NUCLEO144_F767ZI
#define BOARD_NAME "STM32 Nucleo144-F767ZI for RusEFI"
#define BOARD_NAME "F7 for rusEFI"
#define EFI_USB_AF 10U
#define EFI_USB_SERIAL_DM GPIOA_11

View File

@ -26,15 +26,10 @@
/* Driver constants. */
/*===========================================================================*/
/*
* Setup for STMicroelectronics STM32 Nucleo144-H743ZI board.
*/
/*
* Board identifier.
*/
#define BOARD_ST_NUCLEO144_H743ZI
#define BOARD_NAME "STMicroelectronics STM32 Nucleo144-H743ZI"
#define BOARD_NAME "H7 rusEFI"
#define EFI_USB_AF 10U
#define EFI_USB_SERIAL_DM GPIOA_11