Skip to content

Commit 94a2eff

Browse files
committed
remove build, fix link issues)
1 parent 04a9bc0 commit 94a2eff

File tree

314 files changed

+25
-371552
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

314 files changed

+25
-371552
lines changed

main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,8 @@ int __attribute__((used)) main(void) {
392392
safe_mode_t safe_mode = port_init();
393393

394394
// Turn on LEDs
395-
init_status_leds();
396-
rgb_led_status_init();
395+
//init_status_leds();
396+
//rgb_led_status_init();
397397

398398
// Wait briefly to give a reset window where we'll enter safe mode after the reset.
399399
if (safe_mode == NO_SAFE_MODE) {

ports/stm32f4/Makefile

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ INC += -I$(BUILD)
6565
#keep?
6666
INC += -I$(BUILD)/genhdr
6767
#HAL SPECIFIC
68-
INC += -I./cubeMXInc
69-
INC += -I./cubeMXDrivers/STM32F4xx_HAL_Driver/Inc
70-
INC += -I./cubeMXDrivers/STM32F4xx_HAL_Driver/Inc/Legacy
71-
INC += -I./cubeMXDrivers/CMSIS/Device/ST/STM32F4xx/Include
72-
INC += -I./cubeMXDrivers/CMSIS/Include
73-
INC += -I./cubeMXDrivers/CMSIS/Include
68+
INC += -IcubeMXInc
69+
INC += -IcubeMXDrivers/STM32F4xx_HAL_Driver/Inc
70+
INC += -IcubeMXDrivers/STM32F4xx_HAL_Driver/Inc/Legacy
71+
INC += -IcubeMXDrivers/CMSIS/Device/ST/STM32F4xx/Include
72+
INC += -IcubeMXDrivers/CMSIS/Include
73+
INC += -IcubeMXDrivers/CMSIS/Include
7474
#does order matter?
75-
INC += -I./boards/$(BOARD)
75+
INC += -Iboards/$(BOARD)
7676
#INC += -I./peripherals
7777
INC += -I../../lib/mp-readline
7878
INC += -I../../lib/tinyusb/src
@@ -138,7 +138,6 @@ CFLAGS += -DCFG_TUSB_MCU=OPT_MCU_STM32F4 -DCFG_TUD_CDC_RX_BUFSIZE=1024 -DCFG_TUD
138138
# source
139139
######################################
140140

141-
# cubeMXsrc/stm32f4xx_it.c \
142141
SRC_STM32 = \
143142
cubeMXsrc/stm32f4xx_it.c \
144143
cubeMXsrc/stm32f4xx_hal_msp.c \

ports/stm32f4/build-nucleo_f411re/autogen_display_resources.c

Lines changed: 0 additions & 80 deletions
This file was deleted.

ports/stm32f4/build-nucleo_f411re/autogen_usb_descriptor.c

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)