Skip to content

Commit

Permalink
Put pacman in no-confirm mode
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Oct 15, 2023
1 parent a6da944 commit 490485f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 5 additions & 0 deletions resources/README.md
Original file line number Diff line number Diff line change
@@ -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?

0 comments on commit 490485f

Please sign in to comment.