Skip to content

Commit fb9690e

Browse files
committed
Support Minima with Renesas(R) R7FA4M1AB
1 parent 65f9011 commit fb9690e

File tree

6 files changed

+21
-6734
lines changed

6 files changed

+21
-6734
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ The reference application supports the following targets (in alpha-numeric order
7878
| `host` | PC/Workstation on `Win*`/`mingw64`/`*nix` via host compiler | |
7979
| `lpc11c24` | NXP(R) OM13093 LPC11C24 board ARM(R) Cortex(R)-M0+ | |
8080
| `nxp_imxrt1062` | Teensy 4.0 Board / NXP(R) iMXRT1062 ARM(R) Cortex(R)-M7 | X |
81+
| `r7a4m1ab` | Renesas(R) R7FA4M1AB ARM(R) Cortex(R)-M4F | X |
8182
| `riscvfe310` | SiFive RISC-V FE310 SoC | |
8283
| `rl78` | Renesas(R) RL78/G13 | |
8384
| `rpi_pico_rp2040` | RaspberryPi(R) Pico RP2040 with dual ARM(R) Cortex(R)-M0+ | X |

ref_app/ref_app.vcxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2197,10 +2197,6 @@
21972197
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
21982198
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
21992199
</ClInclude>
2200-
<ClInclude Include="src\mcal\r7fa4m1ab\R7FA4M1AB.h">
2201-
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
2202-
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
2203-
</ClInclude>
22042200
<ClInclude Include="src\mcal\riscvfe310\mcal_benchmark.h">
22052201
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
22062202
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>

ref_app/ref_app.vcxproj.filters

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3120,9 +3120,6 @@
31203120
<ClInclude Include="src\mcal\r7fa4m1ab\mcal_benchmark.h">
31213121
<Filter>src\mcal\r7fa4m1ab</Filter>
31223122
</ClInclude>
3123-
<ClInclude Include="src\mcal\r7fa4m1ab\R7FA4M1AB.h">
3124-
<Filter>src\mcal\r7fa4m1ab</Filter>
3125-
</ClInclude>
31263123
</ItemGroup>
31273124
<ItemGroup>
31283125
<None Include="src\util\STL\algorithm">

0 commit comments

Comments
 (0)