From 490485f6e5e1d5302ba388f27f0d019652b5563c Mon Sep 17 00:00:00 2001 From: Jamie Smith Date: Sun, 15 Oct 2023 12:48:06 -0700 Subject: [PATCH] Put pacman in no-confirm mode --- .github/workflows/compile.yaml | 2 +- resources/README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 resources/README.md diff --git a/.github/workflows/compile.yaml b/.github/workflows/compile.yaml index 91a0732..1c0bcd8 100644 --- a/.github/workflows/compile.yaml +++ b/.github/workflows/compile.yaml @@ -28,7 +28,7 @@ jobs: - name: Install libusb and ucrt64 GCC compiler run: | $env:PATH = "C:\msys64\usr\bin;$env:PATH" - pacman -S mingw-w64-ucrt-x86_64-libusb mingw-w64-ucrt-x86_64-gcc ninja + pacman --noconfirm -Sy mingw-w64-ucrt-x86_64-libusb mingw-w64-ucrt-x86_64-gcc ninja - name: Compile project run: | $env:PATH = "C:\msys64\usr\bin;C:\msys64\ucrt64\usr\bin;$env:PATH" diff --git a/resources/README.md b/resources/README.md new file mode 100644 index 0000000..43e85ec --- /dev/null +++ b/resources/README.md @@ -0,0 +1,5 @@ +### Files in this directory + +Vend_Ax.hex is a stage-1 loader file provided by Cypress. It gets loaded into the chip's RAM and provides an interface which the host machine uses to program EEPROM. + +Vend_Ax_Eeprom.hex, I'm not totally sure about. It was in this repo when I forked it. It might be a stage 1 loader for a chip other than FX2/FX2LP? \ No newline at end of file