micropython/ports/renesas-ra/boards/EK_RA6M2/board.json
Takeo Takahashi dc7de6ed83 renesas-ra: Change MICROPY_HW_BOARD_NAME definition to product name.
Changes in this commit:
- Change MICROPY_HW_BOARD_NAME definition to match the product name.
- Rename board folder's name to match the product name style.
- Change related files like Makefile, document descriptions, test cases, CI
  and tools.

Signed-off-by: Takeo Takahashi <takeo.takahashi.xv@renesas.com>
2023-04-27 14:12:53 +10:00

26 lines
566 B
JSON

{
"deploy": [
"../deploy.md"
],
"docs": "",
"features": [
"UART",
"SPI",
"I2C",
"ADC"
],
"id": "EK-RA6M2",
"images": [
"ek_ra6m2_board.jpg",
"ek_ra6m2_j1_pins.jpg",
"ek_ra6m2_j2_pins.jpg",
"ek_ra6m2_j3_pins.jpg",
"ek_ra6m2_j4_pins.jpg"
],
"mcu": "RA6M2",
"product": "EK-RA6M2",
"thumbnail": "",
"url": "https://www.renesas.com/products/microcontrollers-microprocessors/ra-cortex-m-mcus/ek-ra6m2-evaluation-kit-ra6m2-mcu-group",
"vendor": "Renesas Electronics"
}