UNPKG

@sifive/arty-boards

Version:

An xPack with the µOS++ support for the SiFive Core Complex Arty boards

95 lines 2.35 kB
{ "schemaVersion": "0.2.0", "license": "MIT", "copyright": "© 2017 Liviu Ionescu", "boards": { "e31arty": { "displayName": "Freedom E300 Arty FPGA Dev Kit", "description": "The Arty FPGA Dev Kit is an extremely economical ($99) way to jump start your development on RISC-V.", "supplier": { "displayName": "SiFive", "id": "1" }, "revision": "1", "url": "https://www.sifive.com/products/risc-v-core-ip/e31/", "orderForm": "https://dev.sifive.com/freedom-soc/evaluate/fpga/", "installedDevice": { "supplier": { "displayName": "SiFive", "id": "1" }, "name": "e31arty" }, "compatibleDevices": [], "features": { "flash": { "size": "128 Mb", "interface": "spi0", "memoryRegion": "rom" }, "hfxtal": "16 MHz", "lfxtal": "32768 Hz" }, "debug": { "interface": "jtag", "connector": "custom", "openocd": "-c &quot;adapter_khz 5000&quot; -f &quot;interface/ftdi/olimex-arm-usb-tiny-h.cfg&quot; -f &quot;board/sifive-e31arty.cfg&quot;", "jlink": { "device": "e31arty" } }, "compiler": { "headers": [ "<micro-os-plus/board.h>" ], "defines": [ "SIFIVE_E31ARTY_BOARD" ] } }, "e51arty": { "displayName": "Freedom E300 Arty FPGA Dev Kit", "description": "The Arty FPGA Dev Kit is an extremely economical ($99) way to jump start your development on RISC-V.", "supplier": { "displayName": "SiFive", "id": "1" }, "revision": "1", "url": "https://www.sifive.com/products/risc-v-core-ip/e51/", "orderForm": "https://dev.sifive.com/freedom-soc/evaluate/fpga/", "installedDevice": { "supplier": { "displayName": "SiFive", "id": "1" }, "name": "e51arty" }, "compatibleDevices": [], "features": { "flash": { "size": "128 Mb", "interface": "spi0", "memoryRegion": "rom" }, "hfxtal": "16 MHz", "lfxtal": "32768 Hz" }, "debug": { "interface": "jtag", "connector": "custom", "openocd": "-c &quot;adapter_khz 5000&quot; -f &quot;interface/ftdi/olimex-arm-usb-tiny-h.cfg&quot; -f &quot;board/sifive-e51arty.cfg&quot;", "jlink": { "device": "e51arty" } }, "compiler": { "headers": [ "<micro-os-plus/board.h>" ], "defines": [ "SIFIVE_E51ARTY_BOARD" ] } } } }