Commit d66b940
cmake/modules: Make SUBALIGN parameter to zephyr_iterable_sections optional
Most uses of this macro should *not* include SUBALIGN as that can reduce
the alignment requirement for data and cause unaligned access faults in
the processor. Leave support for this in place in case there are
still uses for it.
Signed-off-by: Keith Packard <keithp@keithp.com>1 parent 91e1174 commit d66b940
1 file changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5288 | 5288 | | |
5289 | 5289 | | |
5290 | 5290 | | |
| 5291 | + | |
5291 | 5292 | | |
5292 | 5293 | | |
5293 | 5294 | | |
| |||
5297 | 5298 | | |
5298 | 5299 | | |
5299 | 5300 | | |
5300 | | - | |
5301 | | - | |
5302 | | - | |
5303 | | - | |
| 5301 | + | |
| 5302 | + | |
5304 | 5303 | | |
5305 | 5304 | | |
5306 | 5305 | | |
| |||
5321 | 5320 | | |
5322 | 5321 | | |
5323 | 5322 | | |
5324 | | - | |
| 5323 | + | |
5325 | 5324 | | |
5326 | 5325 | | |
5327 | 5326 | | |
| |||
0 commit comments