CMake,config.h: Add -DSTIMBUFF_FRAME_PERIOD_MS

This determines the maximum rate at which stimbuffs will be refreshed
with data from their device.
A device may refresh less frequently than this, but not more
frequently. The goal here is to give us control over the max
rate at which a device produces data.
This commit is contained in:
2025-10-31 11:31:04 -04:00
parent 5c3bc6c324
commit 720babd39d
2 changed files with 12 additions and 0 deletions
+2
View File
@@ -11,6 +11,8 @@
/* Device manager reattacher configuration */
#define CONFIG_MRNTT_DEVMGR_REATTACHER_PERIOD_MS @MRNTT_DEVMGR_REATTACHER_PERIOD_MS@
/* Stimulus buffer frame period configuration */
#define CONFIG_STIMBUFF_FRAME_PERIOD_MS @CONFIG_STIMBUFF_FRAME_PERIOD_MS@
/* World thread configuration */
#cmakedefine CONFIG_WORLD_USE_BODY_THREAD