commit | 2bcb71337129f8cf97d8ad9a23a9340ed833f76b | [log] [tgz] |
---|---|---|
author | Stephanos Ioannidis <root@stephanos.io> | Tue May 24 23:12:44 2022 +0900 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Jun 01 11:03:38 2022 +0200 |
tree | 2bdf931d6ccd6e77392bfed6d75c04ae266412b9 | |
parent | 4735e10630a2761453b3d7a1621711f484554dcf [diff] |
libc: Define Z_LIBC_DATA macro globally This commit globally defines the `Z_LIBC_DATA` macro, which is used to place variables into the libc memory partition, so that it can be re-used. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>