I'm building solution based on Arduino framework. Project is compiled in platform.io.
Arduino hardware serial implementation defines ISR(UART0_UDRE_vect)
.HW implementation
Is there any possible way to exclude HardwareSerial default implementation or overwrie ISR implementation in custom library ?