commit | 44b8a0d1993cc7d2c5d09c9ddb309b3581c8b340 | [log] [tgz] |
---|---|---|
author | Jordan Yates <jordan.yates@data61.csiro.au> | Wed Oct 20 20:29:10 2021 +1000 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Nov 16 10:41:59 2021 +0100 |
tree | 9ae2be7c5657a23aeff73d0b13767432ba2bda59 | |
parent | 28b2e5532190653d1daf441c89e62b2eaf69c9dd [diff] |
scripts: gen_handles.py: remove size restrictions With `gen_handles.py` now running on the first pre-built image, `zephyr_pre0.elf` there is no requirement for the device handle arrays to remain the same size after processing. Remove the padding generated in `gen_handles.py`, as well as the temporary option `CONFIG_DEVICE_HANDLE_PADDING` which was added to work around this issue. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>