add EDID EEPROM flashing

This commit is contained in:
King Kévin 2022-07-11 10:40:01 +02:00
parent f7ed7670f3
commit e2cdc89a30
2 changed files with 3 additions and 0 deletions

View File

@ -17,5 +17,8 @@ $(FIRMWARE).ihx: $(OBJ_FILES)
flash: $(FIRMWARE).ihx
stm8flash -c stlinkv2 -p stm8s103f3 -w $<
eeprom: edid_cuvoodoo.bin
stm8flash -c stlinkv2 -p stm8s103f3 -s eeprom -w $<
clean:
rm -f $(FIRMWARE).asm $(FIRMWARE).ihx $(FIRMWARE).cdb $(FIRMWARE).lst $(FIRMWARE).map $(FIRMWARE).lk $(FIRMWARE).rel $(FIRMWARE).rst $(FIRMWARE).sym $(OBJ_FILES)

BIN
edid_cuvoodoo.bin Normal file

Binary file not shown.