Skip to content

v0.5.1+rpt20250722

Choose a tag to compare

@github-actions github-actions released this 22 Jul 07:58
· 314 commits to main since this release
ipa: rpi: Fix static initialisation order bug in the Controller

There is a possible static initialisation issue with accessing the
HardwareConfigMap static object through Controller::getHardwareConfig().
Fix this by providing a static function hardwareConfigMap() to access
the object.

Though not proven, this is possibly the cause of a very infrequent
lockup in https://github.com/raspberrypi/rpicam-apps/issues/799.

Signed-off-by: Naushir Patuck <[email protected]>
Reviewed-by: Kieran Bingham <[email protected]>
Reviewed-by: Barnabás Pőcze <[email protected]>
Reviewed-by: David Plowman <[email protected]>
Signed-off-by: Kieran Bingham <[email protected]>