CMSIS-DSP icon indicating copy to clipboard operation
CMSIS-DSP copied to clipboard

Enhancement proposal: Use FlatBuffers to better organize + access tests input data

Open ilyesgouta opened this issue 8 months ago • 1 comments

Hi,

https://flatbuffers.dev/ https://github.com/google/flatbuffers

As an optimization for the test suite, and to better organize, store and later parse and access the test vectors data (input, parameters, references, etc.), we could use the FlatBuffers library (and flatc offline tool) to better arrange the input data (in the source code, build system and on-device Flash) and split test suite code (IO, Runner, main) and data sections once downloading these to the device prior execution.

Regards, Ilyes

ilyesgouta avatar May 14 '25 08:05 ilyesgouta

@ilyesgouta I agree it would be great and more flexible. But it is a big rework of the framework.

christophe0606 avatar May 14 '25 08:05 christophe0606