mehrdadh commented on a change in pull request #7772:
URL: https://github.com/apache/tvm/pull/7772#discussion_r604337838
##########
File path: apps/microtvm/zephyr/demo_runtime/boards/nucleo_f746zg.conf
##########
@@ -15,16 +15,14 @@
# specific language governing permissions and limitations
# under the License.
#
-# This file is specific to the nRF5340 DK board.
+# This file is specific to the STM32F746 Nucleo board.
# For intrinsics used by generated optimized operators.
CONFIG_CMSIS_DSP=y
-# Required for Cortex-M33 devices.
-CONFIG_MAIN_STACK_SIZE=50
-
# For random number generation.
CONFIG_ENTROPY_GENERATOR=y
+CONFIG_TEST_RANDOM_GENERATOR=y
Review comment:
I have tested this on Nucleo board on reference VM with zephyr 2.4
without this flag. Maybe you're using a different zephyr version?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]