Skip to content

Commit 99262be

Browse files
committed
samples: tflite-micro: add REQUIRES_FLOAT_PRINTF
Add `CONFIG_REQUIRES_FLOAT_PRINTF=y` to tflite-micro samples as in the past the module was using its own `printf` implementation, but now uses our logging infrastructure. Signed-off-by: Jordan Yates <[email protected]>
1 parent 5c87127 commit 99262be

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

samples/modules/tflite-micro/hello_world/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ CONFIG_CPP=y
1616
CONFIG_STD_CPP17=y
1717
CONFIG_TENSORFLOW_LITE_MICRO=y
1818
CONFIG_MAIN_STACK_SIZE=2048
19+
CONFIG_REQUIRES_FLOAT_PRINTF=y

samples/modules/tflite-micro/tflm_ethosu/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ CONFIG_TENSORFLOW_LITE_MICRO=y
66
CONFIG_ARM_ETHOS_U=y
77
CONFIG_HEAP_MEM_POOL_SIZE=16384
88
CONFIG_LOG=y
9+
CONFIG_REQUIRES_FLOAT_PRINTF=y

0 commit comments

Comments
 (0)