|
371 | 371 | } |
372 | 372 | ] |
373 | 373 | }, |
| 374 | + { |
| 375 | + "name": "Renesas EK-RA8D2", |
| 376 | + "maintainer": "LVGL", |
| 377 | + "hostOperatingsystem": [ |
| 378 | + "Windows", |
| 379 | + "Linux", |
| 380 | + "Mac OS" |
| 381 | + ], |
| 382 | + "environment": [ |
| 383 | + "e2 Studio" |
| 384 | + ], |
| 385 | + "hardware": { |
| 386 | + "chipVendor": "Renesas", |
| 387 | + "manufacturer": "Renesas", |
| 388 | + "specs": { |
| 389 | + "MPU": "Arm Cortex-M85 (1.0 GHz)", |
| 390 | + "RAM": "1872 KB internal, 128 MB external", |
| 391 | + "Flash": "1 MB", |
| 392 | + "Interface": "Parallel RGB", |
| 393 | + "Touch Pad": "Capacitive" |
| 394 | + } |
| 395 | + }, |
| 396 | + "description": "The Renesas EK-RA8D2 is an evaluation board for a high-end 1GHz ARM Cortex-M85 microcontroller with large external memory (128MB). It has a D/AVE 2D graphics accelerator which LVGL supports and is enabled in this project. The included display is 7\" and has a resolution of 1024x600.", |
| 397 | + "shortDescription": "Renesas EK-RA8D2 high-end MCU with graphics acceleration", |
| 398 | + "urlToClone": "https://github.com/lvgl/lv_port_renesas_ek-ra8d2.git", |
| 399 | + "logos": [ |
| 400 | + "https://raw.githubusercontent.com/lvgl/project-creator/master/meta/images/renesas/logo.svg" |
| 401 | + ], |
| 402 | + "image": "https://raw.githubusercontent.com/lvgl/lv_port_renesas_ek-ra8d2/master/board_images/renesas-EK-RA8D2.webp", |
| 403 | + "buy_now_links": [ |
| 404 | + "https://www.renesas.com/en/design-resources/boards-kits/ek-ra8d2" |
| 405 | + ], |
| 406 | + "branches": [ |
| 407 | + "release/v9.3" |
| 408 | + ], |
| 409 | + "getStartedInstructions": "Follow the instructions in README.md to install e2 studio, get the FSP Packs, and build and debug the project.", |
| 410 | + "settings": [ |
| 411 | + { |
| 412 | + "type": "dropdown", |
| 413 | + "label": "Show the system monitors", |
| 414 | + "options": [ |
| 415 | + { |
| 416 | + "name": "Yes", |
| 417 | + "value": "1" |
| 418 | + }, |
| 419 | + { |
| 420 | + "name": "No", |
| 421 | + "value": "0", |
| 422 | + "default": "true" |
| 423 | + } |
| 424 | + ], |
| 425 | + "actions": [ |
| 426 | + { |
| 427 | + "toReplace": " *#define LV_USE_SYSMON .*", |
| 428 | + "newContent": " #define LV_USE_SYSMON {value}", |
| 429 | + "filePath": "src/lv_conf_user.h" |
| 430 | + } |
| 431 | + ] |
| 432 | + } |
| 433 | + ] |
| 434 | + }, |
374 | 435 | { |
375 | 436 | "name": "Renesas EK-RA8P1", |
376 | 437 | "maintainer": "LVGL", |
|
0 commit comments