progress
This commit is contained in:
parent
7678dc02d5
commit
b5ebdf050b
2
board.mk
2
board.mk
|
@ -2,5 +2,3 @@ DDEFS += -DFIRMWARE_ID=\"AT32F435\"
|
|||
DDEFS += -DSHORT_BOARD_NAME=AT32F435
|
||||
|
||||
DDEFS += -DAT32F435VGT7
|
||||
|
||||
HW_LAYER_EMS_CPP += $(ARTERY_CONTRIB)/../mpu_util.cpp
|
||||
|
|
|
@ -1 +1,4 @@
|
|||
MCU = cortex-m4
|
||||
|
||||
HW_LAYER_EMS_CPP += $(ARTERY_CONTRIB)/../mpu_util.cpp
|
||||
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
void baseMCUInit(void) {
|
||||
}
|
||||
|
||||
#define PORT_SIZE 16
|
||||
|
||||
// copy-paste of stm32 method? reuse code?
|
||||
brain_pin_e parseBrainPin(const char *str) {
|
||||
if (strEqual(str, "none"))
|
||||
|
|
Loading…
Reference in New Issue