ports/renesas-ra/boards/VK-RA6M3: Another New Board. - #10752
ports/renesas-ra/boards/VK-RA6M3: Another New Board.#10752mbedNoobNinja wants to merge 1 commit into
Conversation
|
Thanks for your contribution, @mbedNoobNinja . Could you check this code? |
e48d990 to
29445de
Compare
|
Nice catch @TakeoTakahashi2020 🙏, thank you for your observation, you are correct! I didn't count the zeros and somehow missed it, but it's fixed now. |
|
Hello @mbedNoobNinja -San,
You would be able to use "VK-RA6M3" of the product name for this macro definition as well. |
29445de to
0074dbc
Compare
|
Hi @TakeoTakahashi2020 -San, I set the name you suggested, and now I hope everything is fine. |
|
Code size report: |
53f7f01 to
52ff227
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #10752 +/- ##
==========================================
+ Coverage 98.39% 98.50% +0.10%
==========================================
Files 158 155 -3
Lines 20941 20540 -401
==========================================
- Hits 20604 20232 -372
+ Misses 337 308 -29 ☔ View full report in Codecov by Sentry. |
f9b3e54 to
bdf3289
Compare
|
M3 gained LCD support. Now the board can take advantage of micropython-nano-gui lib. There is also touch support inspired from here but the user have to process the dots of its own (i.e. manually call the methods touched() / touches() of the LCD calss in the machine modue & see if the returned points are from the area of interest) |
bdf3289 to
4d1d833
Compare
|
M3 gained CAM support. Now the board can take advantage of OV7725. Even more the CAM can now be displayed (or not) on the LCD with the CAM calss methods CAM.show_start(LCD) and CAM.show_stop(). Snapshots are also possible to be saved in the internal FLASH which subsequently can be downloaded on PC with mpremote. Methods are CAM.jpeg('filename') and CAM.yuyv('filename'). There are also a various effects that can be applied black and white, sepia etc. |
4d1d833 to
6781f4a
Compare
ports/renesas-ra/boards: New processor RA6M3. ports/renesas-ra: Integration to the existing RA family. Signed-off-by: mbedNoobNinja <novoltage@gmail.com>
6781f4a to
232898f
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 |
Add SPI and merge zephyr_(serial|i2c) into busio

Thanks to the kind help of @TakeoTakahashi2020 & the mentioned intention for a new ports earlier (#10595), this confirms 2-nd board is also uPy ready.
ports/renesas-ra/boards/VK-RA6M3: Adding another new dev boardports/renesas-ra/boards:Based on new RA6M3 processorports/renesas-ra:Part of existing RA family.Tests.log