mirror of
https://github.com/apache/nuttx.git
synced 2026-05-16 13:56:00 +08:00
efbcb2cd31
### Summary of Changes ### Running the NuttX simulation 'as fast as possible' breaks the features that depend on timing: eg. the Bluetooth stack. Enabling this option by default SIM_WALLTIME=y will introduce delays and will tick the simulation at a real pace. Refresh defconfigs for sim targets and add depends on SIM_WALLTIME for SIM_HCISOCKET. Signed-off-by: Sebastian Ene <sene@apache.org>