renesas / fsp

Flexible Software Package (FSP) for Renesas RA MCU Family
https://renesas.github.io/fsp/
Other
182 stars 82 forks source link

Using SCE5 in a C++project causes a build error #353

Closed dozen closed 1 week ago

dozen commented 2 months ago

The issue reported in #132 is also occurring in SCE5. The header file required to use the SCE5 module (r_sce_if.h) contains C++ reserved keywords, which prevents it from being built with a C++ compiler.

I believe the solution or migration will be similar to what is described in #132.

Reference

renesas-brandon-hussey commented 1 month ago

This is being internally tracked using FSPRA-3016.

michaelthomasj commented 1 month ago

@dozen , Thank you for pointing out this issue. The code has been updated and will be available in our next release scheduled for the end of this month. -Michael