toolchain: migrate iterable sections calls to the external API
This migrates all the current iterable section usages to the external API, dropping the "Z_" prefix: Z_ITERABLE_SECTION_ROM Z_ITERABLE_SECTION_ROM_GC_ALLOWED Z_ITERABLE_SECTION_RAM Z_ITERABLE_SECTION_RAM_GC_ALLOWED Z_STRUCT_SECTION_ITERABLE Z_STRUCT_SECTION_ITERABLE_ALTERNATE Z_STRUCT_SECTION_FOREACH Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
34d2ca613f
commit
f88a420d69
54 changed files with 188 additions and 190 deletions
|
@ -199,8 +199,8 @@ struct settings_handler_static {
|
|||
|
||||
#define SETTINGS_STATIC_HANDLER_DEFINE(_hname, _tree, _get, _set, _commit, \
|
||||
_export) \
|
||||
const Z_STRUCT_SECTION_ITERABLE(settings_handler_static, \
|
||||
settings_handler_ ## _hname) = { \
|
||||
const STRUCT_SECTION_ITERABLE(settings_handler_static, \
|
||||
settings_handler_ ## _hname) = { \
|
||||
.name = _tree, \
|
||||
.h_get = _get, \
|
||||
.h_set = _set, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue