How to migrate DWM1000 syscalls.c into DWM1001 "simple example" project?

How to port DWM1000 port.h and stm32f10x_usart.c into DWM1001 “simple example” project?

Can I just include the port.h and the stm32f10x_usart.c then call port_USARTx_send_data() and etc?

I assume I will need to modify the port.h GPIO_Pin_x to match with DWM1001 stm32F0722CBT6?

But it would be best if any available port.h source code is make available for DWM1001 user like me. It will lighten my development effort. :smiley:

Again, Thanks!