This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Using devicetree_legacy_unfixed.h instead of devicetree_unfixed.h

Hi,

I have updated my SDK from v1.2.0 to v1.3.0 and am currently fighting my way through all the compatibility issues that my application is now suffering from.

Is there a way to use the old DTS_ALIAS declarations which are still in the build directory under the file devicetree_legacy_unfixed.h instead of the new version.

I really want to avoid fighting through rewriting all driver code for the PCA10090's LEDs, Buttons, UARTs and NVS, PCA20035's LEDs, Button, SPI, PWM, NVS and a custom PCB's UARTs, I2C, PWM and NVS. This SDK has completely new format of declaring the ports and pins from the device tree files and would leave me spending days fixing and then more days ensuring that everything is working on every platform and configuration that I have in my application in the same way it did in code that I designed and got working over a year ago.

Parents Reply Children
No Data
Related