From 66f47aad509659c6063a8955522cba9b793027e4 Mon Sep 17 00:00:00 2001 From: Sergio Robles Date: Wed, 31 May 2023 19:20:15 +0200 Subject: [PATCH] Add Alambra II FGPA board --- boards/alambra-ii.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 boards/alambra-ii.json diff --git a/boards/alambra-ii.json b/boards/alambra-ii.json new file mode 100644 index 0000000..2d79eef --- /dev/null +++ b/boards/alambra-ii.json @@ -0,0 +1,25 @@ +{ + "build": { + "core": "alambra-ii", + "cpu": "fpga", + "f_cpu": "12000000L", + "hwids": [ + [ + "0x0403", + "0x6010" + ] + ], + "mcu": "iCE40-HX4K-TQ144", + "pack": "tq144", + "size": "4k", + "type": "hx" + }, + "frameworks": [], + "name": "Alhambra II FPGA", + "upload": { + "maximum_ram_size": 32768, + "maximum_size": 32768 + }, + "url": "https://github.com/FPGAwars/Alhambra-II-FPGA", + "vendor": "FPGAwars" +} \ No newline at end of file