zephyr/samples
Guennadi Liakhovetski ca0e5df219 xtensa: don't build and run the reset handler twice
Currently Zephyr links reset-vector.S twice in xtensa builds:
into the bootloader and the main image. It is run at the end
of the boot loader execution and immediately after that again
in the beginning of the main code. This patch adds a
configuration option to select whether to link the file to the
bootloader or to the application. The default is to the
application, as needed e.g. for QEMU, SOF links it to the
bootloader like in native builds.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2021-01-13 18:17:40 -05:00
..
application_development boards: nordic: remove unnecessary nrfjprog.py args 2021-01-06 07:54:55 -06:00
audio/sof xtensa: don't build and run the reset handler twice 2021-01-13 18:17:40 -05:00
basic power: standarize PM Kconfigs and cleanup 2020-12-09 15:18:29 -05:00
bluetooth samples: bluetooth: Merge common hci_uart configs 2021-01-10 15:34:51 -05:00
boards samples/boards/nrf/nrfx: Make the sample usable on all nRF SoCs 2021-01-13 08:03:06 -05:00
cpp_synchronization samples: cpp_synchronization: filter for integration 2020-07-30 08:00:03 -04:00
debug samples: debug: Add a simple gdbstub sample 2020-09-02 20:54:57 -04:00
display samples: lvgl: Removed reel_board overlays 2020-12-14 11:22:06 +01:00
drivers boards: remove has-be32k from SPI NOR mtd nodes 2021-01-13 11:58:37 -06:00
hello_world samples: hello_world: cmake warning 2020-09-24 07:25:47 -04:00
lorawan/class_a samples: lorawan: class_a: fix selection of activation type 2020-10-21 08:33:39 -04:00
mpu device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
net samples: net: Fix vlan error message in samples 2021-01-07 09:52:21 -06:00
philosophers power: standarize PM Kconfigs and cleanup 2020-12-09 15:18:29 -05:00
portability samples: cmsis_rtos_v1: philosophers: skip up_squared 2020-09-24 13:20:32 -05:00
posix samples: posix: gettimeofday: incorporate libc time API tests 2020-09-04 14:46:43 +02:00
scheduler samples: scheduler: metairq_dispatch: add label directive 2020-08-28 12:54:40 +02:00
sensor samples: sensor: bq274xx: Read all gauge channel individually. 2021-01-11 08:04:25 -06:00
shields samples/shields: x_nucleo_iks01a3: Add config for stm32mp157c_dk2 2020-12-02 13:17:30 -06:00
smp Samples: Add SMP pktqueue application 2020-12-02 07:09:21 -05:00
subsys samples: canbus: canopen: mark program download test as build-only 2021-01-12 11:59:19 -06:00
synchronization debug: analyzer: add support for thread runtime stats 2020-12-14 13:00:47 -05:00
testing/integration sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
tfm_integration arm: V2M Musca-S1: Add Musca-S1 SoC and board support 2020-12-20 13:03:49 -05:00
userspace samples: convert DEVICE_AND_API_INIT to DEVICE_DEFINE 2020-12-19 20:05:40 -05:00
video samples: video: Add OV7725 video capture sample 2021-01-06 08:33:38 -06:00
classic.rst samples: cpp_synchronization: Change sample description to rst format 2020-05-15 17:18:56 +02:00
index.rst samples: debug: Add a simple gdbstub sample 2020-09-02 20:54:57 -04:00