I am, possibly, going to port the Arduino platform to support the DA1469x. There are many supported microcontrollers for the Arduino platform. But, I could not manage to find documentation on how to create a port for a new microcontroller.
Could someone please provide me documentation on how to port the Arduino platform to a new microcontroller?
I am grateful for all the help and please do not hesitate to ask me questions.
Here are the key folders and files I made to get me started. This allowed me to compile into my IDE and make it work with various simple libraries for sensors. I did not fully package it to run with the Arduino IDE. I made the basic analog and digital read /writes plus SPI.