Skip to content
Failed

#27152 (Feb 26, 2026, 5:05:50 PM)

Started 14 hr ago
Took 2.9 sec on build5-deb12build-ansible

Started by upstream project gerrit-osmo-ccid-firmware build number 116
originally caused by:

This run spent:

  • 7 sec waiting;
  • 2.9 sec build duration;
  • 10 sec total from scheduled to completion.
Revision: 00c3ab14527f3f776fd61d53af560cd9cded89b4
Repository: $GERRIT_REPO_URL
  • master
same54: make the default irq handler weak

The default handler for all IRQs is the Dummy_Handler, which is a
simple while(true); wait-loop.

Introduce a weak symbol Default_Handler which alias to the
Dummy_Handler.

This allows replacing the default handler by a single
symbol rather than setting all IRQs seperate to the new handler.

Change-Id: I544e9c84dd538bb744fb799904adc58f9d850465
lynxis at