Skip to content

Commit

Permalink
Merge branch 'wsip/tflite' into 'main'
Browse files Browse the repository at this point in the history
Update tensorflow_lite_micro config

See merge request repositories/zephyr-samples-builder!16
  • Loading branch information
wsipak committed Nov 27, 2023
2 parents 2429a0a + 3375595 commit 2c99e11
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build
on: [push]

env:
MATRIX_RUNNERS: 8 # do not saturate runner pool
MATRIX_RUNNERS: 12 # do not saturate runner pool

jobs:

Expand Down Expand Up @@ -85,8 +85,6 @@ jobs:
cd zephyrproject/zephyr
pip3 -q install -r scripts/requirements.txt
cd ..
west config manifest.group-filter -- +ci,+optional
west update
west zephyr-export
cd ..
Expand Down
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
1 change: 1 addition & 0 deletions scripts/prepare_sources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ wait
# Zephyrproject setup
west init -l zephyrproject/zephyr
cd zephyrproject
west config manifest.group-filter -- +ci,+optional

for i in $(seq 1 5)
do
Expand Down

0 comments on commit 2c99e11

Please sign in to comment.