Re: EEPROM: calculate user_data_addr

2023-08-01 Thread Yegor Yefremov
On Mon, Jul 31, 2023 at 1:53 PM Yegor Yefremov wrote: > > I want to write ca. 25 bytes as user data (my FTDI chips are FT2232, > FT4232 and FTX). What is my strategy to calculate the user_data_addr? > > If I set EEPROM defaults via ftdi_eeprom_initdefaults() providing only > the product string. Th

[PATCH] CMake: bump the minimal required version to 2.8.12

2023-08-01 Thread yegorslists
From: Yegor Yefremov The older CMake versions are deprecated. Remove support for CMake code compatible with CMake older than 2.8.8. Also move cmake_minimum_required() command before the project() command invocation. --- CMakeLists.txt | 46 +- 1 file