Skip to content

rtemsbsd: Handle bus teardown correctly

Kinsey Moore requested to merge opticron/rtems-libbsd:main-bus-teardown into main

Summary

rtemsbsd: Handle bus teardown correctly

When tearing down the bus, the interrupt handler must be removed and any allocated memory freed.

Merge request reports