In #7497 port_background_task was renamed to port_background_tick but the actual call site wasn't changed. This meant that it was no longer called! Rename more functions from task to tick to make it clearer which is which.
This is a port of CircuitPython to the i.MX RT10xx series of chips.