zephyrproject-rtos / meta-zephyr-sdk

Zephyr SDK (obsolete)
MIT License
44 stars 29 forks source link

Upgrade dtc to V1.4.2 #92

Closed erwango closed 6 years ago

erwango commented 6 years ago

In order to enable definitions of connectors in device tree, and allow combination of boards and expansion boards without knowing a priori which connector will be used, an evolution of dtc is required. It has been implemented in dtc v4.1.2: dtc: parser: Add label while overriding nodes 1

nashif commented 6 years ago

try this:

https://github.com/zephyrproject-rtos/meta-zephyr-sdk/releases/tag/0.9.3-rc2

erwango commented 6 years ago

@nashif : Working, thanks! Though, now I have to solve https://github.com/zephyrproject-rtos/zephyr/issues/7013, which are warning introduced in between. Working on it

nashif commented 6 years ago

fixed