dword1511 / stm32-vserprog

flashrom serprog programmer based on STM32 MCU & USB CDC protocol. Uses libopencm3 and deprecates the old serprog-stm32vcp project.
GNU General Public License v3.0
309 stars 91 forks source link

flashrom Git URL needs updating #51

Closed onetransistor closed 3 years ago

onetransistor commented 3 years ago

I tried to pull and compile this repo and it fails because of flashrom. The Git URL of flashrom submodule should be updated from:

[submodule "flashrom"]
    path = flashrom
    url = https://www.flashrom.org/git/flashrom.git
    branch = staging

to:

[submodule "flashrom"]
    path = flashrom
    url = https://github.com/flashrom/flashrom.git
    branch = master

It would then compile without errors.

dword1511 commented 3 years ago

Fixed by #52