Explorar el Código

Fix up issues running on revF boards

Michael McMaster hace 4 años
padre
commit
bcd8411064

+ 1 - 1
lib/SCSI2SD/Makefile.2020c

@@ -140,7 +140,7 @@ SRC = \
 	src/firmware/bsp_driver_sd.c \
 	${USBCOMPOSITE_SRC}
 
-build/2020c/firmware.elf: $(SRC) rtl/fpga_bitmap.o $(STM32OBJS)
+build/2020c/firmware.elf: $(SRC) rtl/fpga_bitmap.2020.o $(STM32OBJS)
 	$(ARMCC) $(CPPFLAGS) $(CFLAGS) -o $@ $(STM32CubeMX_INCUDE) $(INCLUDE) $^ $(LDFLAGS)
 	@EBSS=`arm-none-eabi-nm build/2020c/firmware.elf | grep _ebss | cut -f1 "-d "`; \
 	echo HEAPSIZE = $$((0x2001C000 - 0x$${EBSS})) bytes

+ 1 - 1
lib/SCSI2SD/Makefile.2021

@@ -145,7 +145,7 @@ SRC = \
 	src/firmware/bsp_driver_sd.c \
 	${USBCOMPOSITE_SRC}
 
-build/2021/firmware.elf: $(SRC) rtl/fpga_bitmap.o $(STM32OBJS)
+build/2021/firmware.elf: $(SRC) rtl/fpga_bitmap.2020.o $(STM32OBJS)
 	$(ARMCC) $(CPPFLAGS) $(CFLAGS) -o $@ $(STM32CubeMX_INCUDE) $(INCLUDE) $^ $(LDFLAGS)
 	@EBSS=`arm-none-eabi-nm build/2021/firmware.elf | grep _ebss | cut -f1 "-d "`; \
 	echo HEAPSIZE = $$((0x2001C000 - 0x$${EBSS})) bytes

BIN
lib/SCSI2SD/rtl/fpga_bitmap.2020.o


BIN
lib/SCSI2SD/rtl/fpga_bitmap.o