Hi, I'm trying to port this library SDI-12 for Teensy 3 to Teensy 4.1.
My problem is almost all of the components are from Kinetis.h of Teensy 3, while Teensy 4 is using imxrt.h. One component of the library from kinetis.h is IRQ_UART0_STATUS to IRQ_UART3_STATUS, then looking back to imxrt.h, there is no IRQ for uart status. Can you guide me on how to migrate the IRQ_Number_t of Kinetis.h to Imxrt.h?
My problem is almost all of the components are from Kinetis.h of Teensy 3, while Teensy 4 is using imxrt.h. One component of the library from kinetis.h is IRQ_UART0_STATUS to IRQ_UART3_STATUS, then looking back to imxrt.h, there is no IRQ for uart status. Can you guide me on how to migrate the IRQ_Number_t of Kinetis.h to Imxrt.h?