Skip to content

Example for RZ FSP v4.0.0 (1)

Choose a tag to compare

@rz-fsp-system rz-fsp-system released this 24 Feb 10:34
· 14 commits to main since this release

Release Notes

Supported FSP version

Example for RZ FSP v4.0.0

Supported Toolchains

e2studio Integrated Development Environment with GCC ARM embedded tool-chain

New Additions

Application Projects

  • Add information for Migrating Projects to RZ FSP v4.x.x (r11an1093).

Example Projects

  • Add Example projects use RZ FSP v4.0.0 for 4 Renesas RZ MPU Kits (EK_RZA3M, RZG2L_EVK, RZN2L_RSK and RZT2L_RSK). Refer to the example projects document included in the attached bundle for information on supported modules on each of the kits.

Supported Kits

  • EK_RZA3M

  • RZG2L_EVK

  • RZN2L_RSK

  • RZT2L_RSK

Example Projects

Example Projects on GCC:

EK_RZA3M --> 8 EPs

RZG2L_EVK --> 10 EPs

RZN2L_RSK --> 23 EPs

RZT2L_RSK --> 20 EPs

Fix issues and improvements

Example Projects

  • None.

Known Issues

  • Clone rz-fsp-examples repository in Windows will be failed due to longpath issue. Please enable longpaths configuration before clone.

    git config --global core.longpaths true