-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
ports/renesas-ra/boards/VK-RA4W1: New board. #10595
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
base: master
Are you sure you want to change the base?
Conversation
Thanks, @mbedNoobNinja .
|
1a7ff28
to
fb0b91c
Compare
Hi @TakeoTakahashi2020, I changed the name of the board, as you and @dpgeorge mentioned, and fixed the file in question |
Hello @mbedNoobNinja, Thanks. I could build successfully for all boards including VK_RA4W1. I do not have this board, so did only build check. I sometimes faced codeformat issues too and confirmed workflow result of Github Actions to investigate the detail. |
Hello @TakeoTakahashi2020, Thank you for your time cheking the new board. If you tell me an address, I could send you 3 sample boards (VK-RA4W1, VK-RA6M3 & VK-RA6M5). My plans are to make micropython ports for the other 2, but I find difficulties making the MCU's family csv file ( |
Hello @mbedNoobNinja, Thank you for additional info. I will send you an email. |
Code size report:
|
734a873
to
cfd3f81
Compare
Hello @mbedNoobNinja -San, You can specify "VK-RA4W1" of the product name for this macro definition. |
cfd3f81
to
6803e22
Compare
Hi @TakeoTakahashi2020 -San, |
78e2f64
to
e30fbca
Compare
e30fbca
to
2ac4913
Compare
ports/renesas-ra/boards: Integration to the existing RA4W1 processor. ports/renesas-ra: Integration to the existing RA family. ports/renesas-ra/ra: PWM & DAC support only for the VK-RA4W1. Signed-off-by: mbedNoobNinja <novoltage@gmail.com>
2ac4913
to
cbeb9b1
Compare
This is an automated heads-up that we've just merged a Pull Request See #13763 A search suggests this PR might apply the STATIC macro to some C code. If it Although this is an automated message, feel free to @-reply to me directly if |
ports/renesas-ra/boards/
VK-RA4W1
: Adding new dev boardports/renesas-ra/boards:
Based on existing RA4W1 processorports/renesas-ra:
Part of existing RA familyports/renesas-ra/ra:
Bonus 2 driversPWM
&DAC
.Tests.log
For now the bonus is enabled only for VK-RA4W1, but with minimal changes, they should work for the other too.
For a full workability compliance with the other RA bords, they definitely must be checked by someone from Renesas.(may be @TakeoTakahashi2020)
At some point a suitable test cases should appear in
tests\renesas-ra:
, but it draws too much effort for me (unaware how to prepare & write tests), but Renesas should know better.