EK-RA4M2 board specification
Description
Is there a chance on adding the EK-RA4M2 dev board of Renesas to the renesas-ra port? Or is there any information on how to add a new processor and board to this port? I searched already for any kind of information but I only found some defines to EK-RA4M3.
Code Size
No response
Implementation
I hope the MicroPython maintainers or community will implement this feature
Code of Conduct
Yes, I agree
renesas-ra/boards/WEACT_RA4M1_CORE: Add board profile.
Summary
Adds renesas port board profile for WeAct RA4M1 CORE board.
As described in https://github.com/WeActStudio/WeActStudio.RA4M1_64Pin_CoreBoard and available for purchase from the likes of https://www.aliexpress.com/item/1005006103872563.html
The board and peripherals have been configured with Renesas FSP Smart Configurator v4.4.0 and it was originally based on the existing EK_RA4M1 board.
Testing
With the latest changes the USB port works via standard TinyUSB integration.
mpremote and repl also works to the uart wired up to the debug port.
I've left this PR as two separate commits showing with internal clock configuration and then updated to use the external xtal. The internal one was easier to get going so might serve as a useful example in future.