Skip to content

Commit

Permalink
Remove tensorflow_lite_micro config
Browse files Browse the repository at this point in the history
The previous config was wrong after this change in Zephyr:
65a15e929933190ebc635856a77cca8b964dce8e

And now the sample config file selects proper options.
  • Loading branch information
wsipak committed Nov 22, 2023
1 parent d0cc452 commit d626599
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions configs/tensorflow_lite_micro.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# original config
CONFIG_CPLUSPLUS=y
CONFIG_LIB_CPLUSPLUS=y
CONFIG_NEWLIB_LIBC=y
CONFIG_CPP=y
CONFIG_STD_CPP17=y
CONFIG_TENSORFLOW_LITE_MICRO=y

# additional config
CONFIG_NEWLIB_LIBC_NANO=y
CONFIG_MAIN_STACK_SIZE=2048

0 comments on commit d626599

Please sign in to comment.