In some cases, like devices, it is necessary to sort numerically, that is, sort 10 before 2. Add a new helper function to do that, up to 2 numeric digits. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
5 lines
159 B
Plaintext
5 lines
159 B
Plaintext
ITERABLE_SECTION_RAM(test_ram, 4)
|
|
ITERABLE_SECTION_RAM(test_ram2, 4)
|
|
ITERABLE_SECTION_RAM(test_ram_named, 4)
|
|
ITERABLE_SECTION_RAM_NUMERIC(test_ram_numeric, 4)
|