STMicroelectronics / STM32CubeU5

Full Firmware Package for the STM32U5 series: HAL+LL drivers, CMSIS, BSP, MW, plus a set of Projects (examples and demos) running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits).
Other
116 stars 61 forks source link

STM32CubeU5 - SBSFU application cleanup required #43

Closed tdjastrzebski closed 3 months ago

tdjastrzebski commented 4 months ago

STM32CubeU5 SBSFU app probably requires some cleanup. It contains lots of files completely unrelated to this solution: DSP, RTOS, Zephyr, DAP, NN (neural networks), several Templates folders and *_template.c files - to name just a few.

ALABSTM commented 4 months ago

Hi @tdjastrzebski,

I had a look inside the different folders of the application and found none of the unrelated files you are mentioning. I also opened both EWARM and STM32CubeIDE project workspaces and found none included neither.

Would you mind precising where those unrelated files could be found so we can do the cleanup? Thank you in advance for the clarification.

With regards,

image

image

tdjastrzebski commented 3 months ago

It was my mistake, I included all the content of Drivers folder while only a small subset is needed. Thanks for checking

ALABSTM commented 3 months ago

Hi @tdjastrzebski,

You're welcome.

With regards,