commit | 533f451e7e21820f71b9ed9b7e490c01c09f2af7 | [log] [tgz] |
---|---|---|
author | Martí Bolívar <marti.bolivar@nordicsemi.no> | Wed Jul 01 10:43:43 2020 -0700 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed Jul 08 14:02:44 2020 -0500 |
tree | 5dd87e2303c686d3e25683d6adce607cdae5ea3b | |
parent | e76b7205ef6a19246790faf440bc482f22264e51 [diff] |
dts: marshal the EDT object for later use We need to save and restore the devicetree data to generate optimized dependency information later on in the build, in particular during the final application link. Make this happen by pickling the EDT object in BUILD_DIR/edt.pickle. The existence of this file is an implementation detail, so do not add it to the documentation. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>