This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Possibly redundant, but added config for a FULL hadware version, and …
…a version that does not include NVDLA
- Loading branch information
Showing
2 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Mini-ERA configuration file | ||
|
||
# Set if you wish to cross-compile | ||
DO_CROSS_COMPILATION=y | ||
COMPILE_TO_ESP=y | ||
|
||
# Should always enable this one... | ||
CONFIG_ESP_INTERFACE=y | ||
|
||
# This next set ONLY applies to setups that support the hardware acceleratos | ||
# This means a cross-compile to target the SoC/FPGA | ||
CONFIG_FFT_EN=y | ||
CONFIG_FFT_FX=32 | ||
CONFIG_FFT_BITREV=y | ||
#CONFIG_WHICH_FFT_TYPE=1 | ||
CONFIG_WHICH_FFT_TYPE=2 | ||
|
||
CONFIG_VITERBI_EN=y | ||
|
||
# This one "turns off" the Tensorflow code... | ||
CONFIG_KERAS_CV_BYPASS=y | ||
|
||
#CONFIG_CV_CNN_EN=y | ||
|
||
# This allows compilation to an executable with LOTS of debugging messages enabled. | ||
# CONFIG_VERBOSE is not set | ||
# CONFIG_VERBOSE=y | ||
|
||
# This allows compilation to an executable with T(only) hread-debugging messages enabled. | ||
# CONFIG_DBG_THREADS=y | ||
|
||
# This enables use of GDB, etc. (adds symbols to the compilation) | ||
CONFIG_GDB=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Mini-ERA configuration file | ||
|
||
# Set if you wish to cross-compile | ||
DO_CROSS_COMPILATION=y | ||
COMPILE_TO_ESP=y | ||
|
||
# Should always enable this one... | ||
CONFIG_ESP_INTERFACE=y | ||
|
||
# This next set ONLY applies to setups that support the hardware acceleratos | ||
# This means a cross-compile to target the SoC/FPGA | ||
CONFIG_FFT_EN=y | ||
CONFIG_FFT_FX=32 | ||
CONFIG_FFT_BITREV=y | ||
#CONFIG_WHICH_FFT_TYPE=1 | ||
CONFIG_WHICH_FFT_TYPE=2 | ||
|
||
CONFIG_VITERBI_EN=y | ||
|
||
# This one "turns off" the Tensorflow code... | ||
CONFIG_KERAS_CV_BYPASS=y | ||
|
||
CONFIG_CV_CNN_EN=y | ||
|
||
# This allows compilation to an executable with LOTS of debugging messages enabled. | ||
# CONFIG_VERBOSE is not set | ||
# CONFIG_VERBOSE=y | ||
|
||
# This allows compilation to an executable with T(only) hread-debugging messages enabled. | ||
# CONFIG_DBG_THREADS=y | ||
|
||
# This enables use of GDB, etc. (adds symbols to the compilation) | ||
CONFIG_GDB=y |