Skip to content

Commit 7b6303e

Browse files
authored
Merge pull request #654 from ckormanyos/docs_and_syntax
Docs and syntax
2 parents 925beb3 + b38ee74 commit 7b6303e

6 files changed

Lines changed: 19 additions & 2 deletions

File tree

ref_app/ref_app.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3420,6 +3420,9 @@
34203420
<None Include="tools\Util\msys64\usr\local\gcc-14.2.1-arm-none-eabi\README.md" />
34213421
<None Include="tools\Util\msys64\usr\local\gcc-15.1.0-avr\README.md" />
34223422
<None Include="tools\Util\msys64\usr\local\gcc-15.1.0-rl78-unknown-elf\README.md" />
3423+
<None Include="tools\Util\msys64\usr\local\llvm-17.0.2-riscv32\about_free_support.html" />
3424+
<None Include="tools\Util\msys64\usr\local\llvm-17.0.2-riscv32\COPYING" />
3425+
<None Include="tools\Util\msys64\usr\local\llvm-17.0.2-riscv32\README.md" />
34233426
<None Include="tools\Util\msys64\usr\local\README.md" />
34243427
</ItemGroup>
34253428
<ItemGroup>

ref_app/ref_app.vcxproj.filters

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3095,6 +3095,15 @@
30953095
<None Include="tools\Util\msys64\usr\local\README.md">
30963096
<Filter>tools\Util\msys64\usr\local</Filter>
30973097
</None>
3098+
<None Include="tools\Util\msys64\usr\local\llvm-17.0.2-riscv32\README.md">
3099+
<Filter>tools\Util\msys64\usr\local\llvm-17.0.2-riscv32</Filter>
3100+
</None>
3101+
<None Include="tools\Util\msys64\usr\local\llvm-17.0.2-riscv32\about_free_support.html">
3102+
<Filter>tools\Util\msys64\usr\local\llvm-17.0.2-riscv32</Filter>
3103+
</None>
3104+
<None Include="tools\Util\msys64\usr\local\llvm-17.0.2-riscv32\COPYING">
3105+
<Filter>tools\Util\msys64\usr\local\llvm-17.0.2-riscv32</Filter>
3106+
</None>
30983107
</ItemGroup>
30993108
<ItemGroup>
31003109
<Text Include="CMakeLists.txt" />

ref_app/tools/Util/msys64/usr/local/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ real-time-cpp-toolchains - Individual Toolchains
55
| ---------------------- | --------------------- |
66
| `arm-none-eabi` | [ARM(R) GNU Toolchain](https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads) |
77
| `avr` | [ckormanyos/avr-gcc-build](https://github.com/ckormanyos/avr-gcc-build) |
8-
| `llvm-riscv32` | TBD |
8+
| `llvm-riscv32` | [llvm-gcc-renesas.com](https://llvm-gcc-renesas.com) |
99
| `riscv-none-elf` | [xpack-dev-tools/riscv-none-elf-gcc-xpack](https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack) |
1010
| `rl78-unknown-elf` | [ckormanyos/gcc-rl78-unknown-elf](https://github.com/ckormanyos/gcc-rl78-unknown-elf) |
1111
| `rx-elf` | [ckormanyos/gcc-rx-elf](https://github.com/ckormanyos/gcc-rx-elf) |
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@Echo Off
2+
Set PATH=C:\ProgramData\LLVM for Renesas RISC-V 17.0.2.202403\bin;C:\ProgramData\LLVM for Renesas RISC-V 17.0.2.202403\lib\clang\LLVM for Renesas RISC-V 17.0.2.202403;%PATH%
3+
Set MAKE_MODE=unix
4+
cd "C:\ProgramData\LLVM for Renesas RISC-V 17.0.2.202403"
5+
Cmd "cd\" /k

ref_app/tools/Util/msys64/usr/local/llvm-17.0.2-riscv32/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
==================
33

44
See also
5-
[llvm-gcc-renesas.com]( https://llvm-gcc-renesas.com)
5+
[llvm-gcc-renesas.com](https://llvm-gcc-renesas.com)
Binary file not shown.

0 commit comments

Comments
 (0)