This commit is contained in:
rusefillc 2023-05-24 01:06:21 -04:00
parent 70bc09dff3
commit a55d358247
3 changed files with 18 additions and 0 deletions

View File

@ -6,4 +6,8 @@
*/
#define BOARD_NAME "AT-EVAL"
#ifndef LED_CRITICAL_ERROR_BRAIN_PIN
#define LED_CRITICAL_ERROR_BRAIN_PIN Gpio::Unassigned
#endif
#endif /* _BOARD_H_ */

View File

@ -2,3 +2,5 @@ ARTERY_CONTRIB = $(BOARD_DIR)/OS
USE_LIS302 = no
USE_FATFS = no
LDSCRIPT = $(ARTERY_CONTRIB)/../ext/AT32F435_437_Firmware_Library/libraries/cmsis/cm4/device_support/startup/gcc/linker/AT32F435xG_FLASH.ld

View File

@ -0,0 +1,12 @@
#pragma once
#define EFI_GPIO_HARDWARE TRUE
// todo: we really need GPT implementation
// todo: #define EFI_SIGNAL_EXECUTOR_ONE_TIMER TRUE
#define EFI_SIGNAL_EXECUTOR_SLEEP TRUE
#define MY_US2ST(x) ((x) / 10)
#define CONSOLE_MAX_ACTIONS 180
#define ENABLE_PERF_TRACE FALSE