PiPointX
PiPointX
I'm using the GCC10 with C++17. ETL has the version 20.28.0 ETL_HAS_INITIALIZER_LIST is 0 in platform.h. If I use the define ETL_FORCE_ETL_INITIALIZER_LIST from your example, the compile error persists. But...
Yes `ETL_NO_STL` is defined
So this is my current configuration: `ETL_TARGET_DEVICE_GENERIC ETL_TARGET_OS_NONE ETL_COMPILER_GENERIC ETL_CPP11_SUPPORTED ETL_CPP14_SUPPORTED ETL_CPP17_SUPPORTED ETL_NO_STL ETL_NO_NULLPTR_SUPPORT=0 ETL_NO_LARGE_CHAR_SUPPORT=0 ETL_CPP11_TYPE_TRAITS_IS_TRIVIAL_SUPPORTED=0 ETL_CHECK_PUSH_POP ETL_FORCE_STD_INITIALIZER_LIST` With this, it jumps into the last `#define ETL_HAS_INITIALIZER_LIST 0` because auf...
Thats right, but I would expect, that a summary includes also the decision coverage when enabled.
Hi @bhnaphade Thanks for you reply. Yes, [FX_DRIVER_RELEASE_SECTORS](https://github.com/azure-rtos/levelx/blob/master/common/src/fx_nor_flash_simulator_driver.c) is available in the used driver. To your suggestions: > Using FileX, we generally suggest that the FileX format leaves one block...
Hey @trox17-debug by now, i wasn't able to check the last suggestions by @bhnaphade in detail. I was only able to do a short check with the adapted block size....
Hi @bhnaphade @xiuwencai are there any new insights on your side how we can increase the write performance at least a bit? Or is there an example with an exisiting...