alanmacd commented on code in PR #12390:
URL: https://github.com/apache/tvm/pull/12390#discussion_r951750728
##########
apps/microtvm/zephyr/template_project/microtvm_api_server.py:
##########
@@ -370,6 +397,12 @@ def _get_nrf_device_args(options):
type="bool",
help="Run on the FVP emulator instead of hardware.",
),
+ server.ProjectOption(
+ "heap_size",
+ optional=["generate_project"],
+ type="int",
+ help="Sets HEAP_SIZE for Zephyr board.",
Review Comment:
Or maybe something more direct like "Sets the value for HEAP_SIZE passed to
K_HEAP_DEFINE()" since K_HEAP_DEFINE is a zephyr macro.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]