Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ CONFIG_TEST_RANDOM_GENERATOR=y

# For debugging.
CONFIG_LED=y

# For models with floating point.
CONFIG_FPU=y
3 changes: 3 additions & 0 deletions apps/microtvm/zephyr/aot_demo/boards/qemu_x86.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ CONFIG_TIMER_RANDOM_GENERATOR=y

# Default stack size is 1k, this is required for debug mode.
CONFIG_MAIN_STACK_SIZE=2000

# For models with floating point.
CONFIG_FPU=y
3 changes: 0 additions & 3 deletions apps/microtvm/zephyr/aot_demo/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,5 @@ CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_CPLUSPLUS=y
CONFIG_NEWLIB_LIBC=y

# For models with floating point.
CONFIG_FPU=y

# For TVMPlatformAbort().
CONFIG_REBOOT=y
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ CONFIG_TEST_RANDOM_GENERATOR=y

# For debugging.
CONFIG_LED=y

# For models with floating point.
CONFIG_FPU=y
3 changes: 3 additions & 0 deletions apps/microtvm/zephyr/host_driven/boards/nucleo_f746zg.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ CONFIG_ENTROPY_GENERATOR=y

# For debugging.
CONFIG_LED=y

# For models with floating point.
CONFIG_FPU=y
3 changes: 3 additions & 0 deletions apps/microtvm/zephyr/host_driven/boards/qemu_riscv32.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ CONFIG_TIMER_RANDOM_GENERATOR=y
# Default is 512, raised here for operations with large floating point data.
CONFIG_MAIN_STACK_SIZE=2048

# For models with floating point.
CONFIG_FPU=y

# For floating point operations. It has exception on floating point operations
# without this flag.
CONFIG_FPU_SHARING=y
3 changes: 3 additions & 0 deletions apps/microtvm/zephyr/host_driven/boards/qemu_riscv64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ CONFIG_TIMER_RANDOM_GENERATOR=y

# Default 512, for operations with large floating point data.
CONFIG_MAIN_STACK_SIZE=2048

# For models with floating point.
CONFIG_FPU=y
3 changes: 3 additions & 0 deletions apps/microtvm/zephyr/host_driven/boards/stm32f746g_disco.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ CONFIG_TEST_RANDOM_GENERATOR=y

# For debugging.
CONFIG_LED=n

# For models with floating point.
CONFIG_FPU=y
3 changes: 0 additions & 3 deletions apps/microtvm/zephyr/host_driven/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,5 @@ CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_CPLUSPLUS=y
CONFIG_NEWLIB_LIBC=y

# For models with floating point.
CONFIG_FPU=y

# For TVMPlatformAbort().
CONFIG_REBOOT=y