Skip to content

Commit

Permalink
README: Change config desc according to the latest changes in cmsis
Browse files Browse the repository at this point in the history
  • Loading branch information
sawi97 committed Jan 3, 2024
1 parent b6d2377 commit fcafaed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ The documentation for the CMSIS DSP library can be found [here](https://arm-soft
## Configuration

The CMSIS DSP library can be configured using the `CMSISDSP_CFG` environment variable.
This needs to be the same format as the Cmake command line options from `cmsisdspconfig.py`.
This needs to be the same format as the Cmake command line options.

Eg, to disable FFT tables (which requires alot of space):
Eg, to disable loop unrolling and adding matrix checks:

CMSISDSP_CFG = "-DCONFIGTABLE=ON -DALLFAST=ON"
CMSISDSP_CFG = "-DLOOPUNROLL=OFF -DMATRIXCHECK=ON"

Configurations can be obtained by cloning the CMSIS-DSP repo and running:

streamlit run cmsisdspconfig.py
cmake -LH

0 comments on commit fcafaed

Please sign in to comment.