File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -27,17 +27,17 @@ jobs:
2727
2828 - uses : actions/checkout@v4
2929 with :
30- repository : Infineon/mtb-pdl-cat1
30+ repository : cypresssemiconductorco/psoc6pdl
3131 path : lib/psoc6pdl
3232
3333 - uses : actions/checkout@v4
3434 with :
35- repository : Infineon /TARGET_CY8CKIT-062S2-43012
35+ repository : cypresssemiconductorco /TARGET_CY8CKIT-062S2-43012
3636 path : lib/TARGET_CY8CKIT-062S2-43012
3737
3838 - uses : actions/checkout@v4
3939 with :
40- repository : Infineon /core-lib
40+ repository : cypresssemiconductorco /core-lib
4141 path : lib/core-lib
4242
4343 - name : Workaround for sources.list
Original file line number Diff line number Diff line change 7979 - name : Update repository
8080 run : sudo apt-get update -o Acquire::Retries=3
8181
82- - name : Install RISC-V cross compiler
82+ - name : Download and install SiFive RISC-V toolchain
8383 run : |
84- sudo apt-get install -y gcc-riscv64-unknown-elf
84+ # Download SiFive prebuilt toolchain with newlib
85+ wget -q https://static.dev.sifive.com/dev-tools/freedom-tools/v2020.12/riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-x86_64-linux-ubuntu14.tar.gz
86+ tar xzf riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-x86_64-linux-ubuntu14.tar.gz
87+ echo "$GITHUB_WORKSPACE/riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-x86_64-linux-ubuntu14/bin" >> $GITHUB_PATH
8588
8689 - name : make clean
8790 run : |
Original file line number Diff line number Diff line change 7575
7676 - name : Install dependencies
7777 run : |
78- sudo apt-get install -y libc6-i386 libusb-0.1-4 libgconf-2-4 build-essential
78+ sudo apt-get install -y libc6-i386 libusb-0.1-4 build-essential
7979
8080 - name : Download and install TI Code Composer Studio
8181 run : |
You can’t perform that action at this time.
0 commit comments