aboutsummaryrefslogtreecommitdiff
path: root/amaranth_boards/orangecrab_r0_2.py
AgeCommit message (Collapse)Author
2023-12-13Bump to amaranth 0.4.Wanda
2023-01-13orangecrab_r0_2: fix typo (part 2)Jonathan Neuschäfer
The actual class still had the typo'd name.
2023-01-11orangecrab_r0_2: fix typo.Catherine
Fixes #211.
2023-01-08orangecrab_r0_2: add `-a 0` to dfu commandDaniel Maslowski
The newer bootloader on the 85F variant exposes two devices. The first one (0) is the bitstream: Found DFU: [1209:5af0] ver=0101, devnum=51, cfg=1, intf=0, path="3-1", alt=1, name="0x00100000 RISC-V Firmware", serial="UNKNOWN" Found DFU: [1209:5af0] ver=0101, devnum=51, cfg=1, intf=0, path="3-1", alt=0, name="0x00080000 Bitstream", serial="UNKNOWN" See also: https://github.com/orangecrab-fpga/orangecrab-hardware/issues/48 Signed-off-by: Daniel Maslowski <info@orangecms.org>
2023-01-08orangecrab_r0_2: add 85F device variantDaniel Maslowski
Signed-off-by: Daniel Maslowski <info@orangecms.org>
2021-12-10Rename nMigen to Amaranth HDL.whitequark