W-MINE / RTX5-QuickStart-STM32F4

1 stars 0 forks source link

Question: I am trying to understand why you are defining clayer.yml instead of using components from packs/cloned repos #1

Open jkrech opened 6 months ago

jkrech commented 6 months ago

In case you want to use "local" packs that are in your workspace you can specify e.g. in your standard_edition.cproject.yml file: To replace the DSP clayer:

  packs:
    - pack: ARM::CMSIS-DSP
      path: ../../../Drivers/CMSIS-DSP

  components:
    - component: ARM::CMSIS:DSP&Source

...
   # - layer: ../layer/cmsis-dsp.clayer.yml
...
W-MINE commented 6 months ago

In case you want to use "local" packs that are in your workspace you can specify e.g. in your standard_edition.cproject.yml file: To replace the DSP clayer:

  packs:
    - pack: ARM::CMSIS-DSP
      path: ../../../Drivers/CMSIS-DSP

  components:
    - component: ARM::CMSIS:DSP&Source

...
   # - layer: ../layer/cmsis-dsp.clayer.yml
...

Thanks, I have updated it based on your suggestion.