Skip to content

Example for RZ FSP v4.2.0 (2)

Latest

Choose a tag to compare

@thaoluonguw thaoluonguw released this 27 Aug 07:18

Release Notes

Supported FSP version

Example for RZ FSP v4.2.0

Supported Toolchains

e2studio Integrated Development Environment with GCC ARM embedded tool-chain.

New Additions

Example Projects

  • Added support for 11 example projects (can_fd, freertos, gpt, gpt_input_capture, gtm, intc_irq, poeg, riic_master, scif_uart, spi_b and wdt) on the RZ/G3L_EVK.

Refer to the example projects document included in the attached bundle for information on supported modules of the kit.

Supported Kits

  • RZG3L_EVK

Example Projects

Example Projects on GCC:

  • RZG3L_EVK --> 11 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