zephyr/samples/subsys
Kumar Gala d2b0735c12 build: Fix usage of hardcoded zephyr.{elf,bin,hex}
Its possible to rename the executable we build via the Kconfig symbol
CONFIG_KERNEL_BIN_NAME.  So we really should use ${KERNEL_ELF_NAME},
${KERNEL_BIN_NAME} and ${KERNEL_HEX_NAME} variables instead of hardcoded
zephyr.elf, zephyr.bin, and zephyr.elf.

This fixes an build issue with
tests/misc/test_build/buildsystem.kconfig.utf8_in_values on
up_squared_adsp and lpcxpresso11u68 platforms.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-08-14 13:33:49 +02:00
..
canbus samples: canbus: isotpfix: Add testing fixture 2020-08-12 16:07:42 -05:00
console zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
fs subsys/fs: Add open flags parameter to fs_open 2020-07-30 16:33:18 +02:00
ipc build: Fix usage of hardcoded zephyr.{elf,bin,hex} 2020-08-14 13:33:49 +02:00
logging samples: subsys: logging: logger: Fix performance showcase 2020-07-09 11:27:22 +02:00
mgmt samples: mgmt/osdp: Add new OSDP PD sample 2020-08-13 11:48:28 +02:00
nvs samples: nvs: Do full chip erase when flashing 2020-08-11 09:39:49 -04:00
power/device_pm device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
settings boards: dts: Fix broken link in comment 2020-07-31 09:00:32 -05:00
shell boards: arm: nrf: Adding Circuit Dojo nRF9160 Feather definitions. 2020-07-10 17:56:00 +02:00
tracing samples: tracing: Enable USB by the application 2020-08-13 11:49:47 +02:00
usb console: usb: Remove obsolete Kconfig option. 2020-08-13 11:49:47 +02:00
subsys.rst doc: add labels to sample docs 2017-04-04 20:48:08 +00:00