zephyr/samples/subsys
Martí Bolívar 8165008f44 dts: remove legacy macro support
The legacy macros were first deprecated in Zephyr v2.3. Now that
Zephyr v2.4 has been released, that makes two releases where these
macros have been deprecated, so it's OK to remove them.

This leaves support for legacy binding syntax in place. Removing that
is left to future work.

We need to update various pieces of documentation related to flash
partitions that never got updated when the new API was introduced.
Consolidate this information in the flash_map.h API reference page,
since that's really where users will run into it. This also gives us
the opportunity to improve this documentation.

Adjust a couple of kconfigfunctions.py and sanitycheck bits to use
non-legacy edtlib APIs.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2020-10-09 08:45:38 -05:00
..
canbus samples: canbus: canopen: fix argument to CO_delete() 2020-09-10 16:14:06 -05:00
console doc: update function references to use :c:func: 2020-08-31 09:57:33 -04:00
fs dts: remove legacy macro support 2020-10-09 08:45:38 -05:00
ipc device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
logging sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
mgmt dts: remove legacy macro support 2020-10-09 08:45:38 -05:00
nvs samples: nvs: Do full chip erase when flashing 2020-08-11 09:39:49 -04:00
power/device_pm device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
settings sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
shell shell: shell example update 2020-10-08 10:12:25 -04:00
tracing samples: tracing: print out useful information 2020-09-20 21:27:55 -04:00
usb dts: remove legacy macro support 2020-10-09 08:45:38 -05:00
subsys.rst