Skip to content

Added RMC-RA4M1 (rev.2.0) to arduino/ArduinoCore-renesas #422

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update boards.txt
Corrected preprocessor directives for RMC-RA4M1 (rev.2.0)
  • Loading branch information
todateman authored Jan 25, 2025
commit bb0d49b1308999849e621a435bdf29d2f24607ed
2 changes: 1 addition & 1 deletion boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ rmc_ra4m1_20.build.fpu=-mfpu=fpv4-sp-d16
rmc_ra4m1_20.build.float-abi=-mfloat-abi=hard

rmc_ra4m1_20.build.board=rmc_ra4m1_20
rmc_ra4m1_20.build.defines=-DF_CPU=48000000 -DARDUINO_UNOR4_MINIMA
rmc_ra4m1_20.build.defines=-DF_CPU=48000000 -DRMC-RA4M1_REV2.0
rmc_ra4m1_20.vid.0=0x2341
rmc_ra4m1_20.pid.0=0x0069
rmc_ra4m1_20.vid.1=0x2341
Expand Down
Loading