5fefbb39afAdd support for MILIANKE-S200-EG4D20 and update document
Junhui Liu
2025-05-22 11:01:44 +0800
951db00617anlogicCable: Fix wrong ANLOGICCABLE_VIDv1
Junhui Liu
2025-05-22 10:37:04 +0800
e18c139941spiFlashdb.hpp: disables quad mode configuration for all N25Q. It's useless because the chip is able by default to support single and quad transaction and after this configuration the flash is unable to works in single mode.
Gwenhael Goavec-Merou
2025-05-21 10:17:10 +0200
e6ee4fb99alibusb_ll: probe type -> probe_type
Gwenhael Goavec-Merou
2025-05-15 18:18:49 +0200
392b4c61eelibusb_ll/scan: improved display by align column according to max size (#549)
Gwenhael Goavec-Merou
2025-05-15 08:09:25 +0200
ff1e77debfadds GCM board type and FT4232H interface B cable
Mike Goelzer
2025-04-23 07:01:16 -0600
d942c79f62jtag: added method to retrieves number of devices in the JTAG chain
Gwenhael Goavec-Merou
2025-04-22 18:59:19 +0200
bdeb74b61eAdd support for Numatolab Neso board. Programming SRAM over USB works, when board jumpers are set for JTAG programming mode. SPI flashing does not work properly (does not boot).
Bastian Löher
2025-04-21 21:16:46 +0200
198cfbe604ihexParser: added type 04 (Extented Linear Address Record) and 05 (Start Linear Address Record)
Gwenhael Goavec-Merou
2025-04-21 17:47:02 +0200
c97369c241spiFlash: only uses spi_put with distinct cmd parameter
Gwenhael Goavec-Merou
2025-04-21 07:42:26 +0200
b7967cf71aesp_usb_jtag: improves - esp_usb_jtag: added xfer method to handle/simplify libusb_bulk_transfer calls - src/esp_usb_jtag.cpp: simplify some operations - src/esp_usb_jtag.cpp: writeTDI: fixed rx buffer index, added a basic code to handle end transaction - src/esp_usb_jtag.cpp: writeTMS: store and uses _tdi & _tms - src/esp_usb_jtag.cpp: toggleClock: re-uses _tdi/_tms - src/esp_usb_jtag.cpp: writeTDI: ditto - esp_usb_jtag: fixed verbosity level/be more quiet - esp_usb_jtag: fixed writeTDI with end and tms transition: now integrated instead of distinct sequence. Fixed TDI value with tms transition. Working with ECP5 - esp_usb_jtag: added optional parameter to lower timeout error (useful when it's time to flush the device) - esp_usb_jtag: fixed writeTDI when tx is NULL
Gwenhael Goavec-Merou
2025-01-15 07:18:13 +0100
fa1d328b93esp_usb_jtag: new cable - copy dirtyjtag to esp_usb_jtag, it compiles - copy protocol definiton, defines and private data/struct from openocd esp_usb_jtag.c - ulx3s_esp board with esp32s3 cable - esp_usb_jtag specify usb vid:pid in jtag.cpp - hardcode usb interface and endpoints - getting caps - set chip id (not applicable for fpga) - tms write done, untested - cleanup and toggle clk - 32bit counting - setting divisor (todo read base freq) - div range within 1-255 - base speed from descriptor - fix doc typo with swapped tms/tdi some cleanup but it doesn't work.
Emard
2024-12-30 09:50:31 +0100
f86037231aaltera: added max10_mem_t in max10_memory_map for 10M16SA Max10 variant
Gwenhael Goavec-Merou
2025-03-16 08:50:13 +0100
1abb1c2453altera: added sectors erase and UFM write - updated max10_mem_t to have sectors erase addresses - updated max10_flow_erase to perform a full erase or sectors per sectors - added a dedicated method to perform UFM erase and write without full internal flash erase and with arbitrary file instead of POF
Gwenhael Goavec-Merou
2025-03-15 07:41:57 +0100