zephyr/samples/drivers
Dominik Ermel 2f530cfbbd samples/soc_flash_nrf: Fix soc_flash_nrf doc and printfs
The commit fixes soc_flash_nrf sample documentation where incorrect
partition names has been used and removes information of
CONFIG_TRUSTED_EXECUTION_NONSECURE affecting which partition is used
as this is no longer true.

The printf message reporting start of sample has been modified
to print "Nordic nRF5 Flash Sample" instead of
"Nordic nRF5 Flash Testing", which is more accurate for code
residing in samples.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2024-08-01 16:48:30 +01:00
..
adc samples: drivers: adc: Add beagleconnect freedom overlay 2024-07-29 14:18:39 +02:00
audio/dmic everywhere: reindent .overlay files with tabs 2024-06-26 15:59:44 +02:00
auxdisplay samples: auxdisplay: Add ESP32 board overlay 2024-04-19 10:07:00 +02:00
can hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
charger samples: charger: Adds additional context to README 2024-05-31 08:07:25 +02:00
clock_control_litex samples: drivers: clock_control_litex: clean up DTS snippet in README 2024-06-06 07:51:58 -04:00
clock_control_xec hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
counter everywhere: reindent .overlay files with tabs 2024-06-26 15:59:44 +02:00
crypto everywhere: reindent .overlay files with tabs 2024-06-26 15:59:44 +02:00
dac everywhere: reindent .overlay files with tabs 2024-06-26 15:59:44 +02:00
display doc: shields: make section IDs consistent with shield name 2024-07-20 10:18:54 +02:00
eeprom samples/drivers: Use hwmv2 native targets 2024-03-15 16:13:12 +01:00
espi drivers: samples: espi: Adjust terms per eSPI specification 1.5 2024-06-11 19:46:08 -04:00
ethernet/eth_ivshmem doc: driver: samples: Update driver samples to use new Sphinx extension 2023-09-22 09:21:43 +02:00
flash_shell samples: drivers: flash_shell: allow run on stm32h745i_disco/stm32h745xx/m4 2024-07-30 18:26:20 +01:00
fpga/fpga_controller doc: driver: samples: Update driver samples to use new Sphinx extension 2023-09-22 09:21:43 +02:00
gnss samples: drivers: gnss: boards: adjust mimxrt1062 dts overlay 2024-05-02 22:42:39 +01:00
ht16k33 everywhere: reindent .overlay files with tabs 2024-06-26 15:59:44 +02:00
i2c samples: drivers: i2c: target_eeprom: add frdm_ke17z support 2024-07-29 14:14:23 +02:00
i2s hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
ipm samples: Use DEFAULT_IMAGE for sysbuild 2024-06-28 20:54:25 -04:00
jesd216 samples: drivers: jesd216 density expressed in bits 2024-08-01 09:11:30 +01:00
kscan doc: driver: samples: Update driver samples to use new Sphinx extension 2023-09-22 09:21:43 +02:00
lcd_cyclonev_socdk samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
lcd_hd44780 hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
led_apa102c_bitbang samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
led_is31fl3194 samples: add IS31FL3194 RGB LED driver sample 2024-06-03 15:30:01 -04:00
led_is31fl3216a doc: driver: samples: Update driver samples to use new Sphinx extension 2023-09-22 09:21:43 +02:00
led_is31fl3733 doc: driver: samples: Update driver samples to use new Sphinx extension 2023-09-22 09:21:43 +02:00
led_lp50xx doc: driver: samples: Update driver samples to use new Sphinx extension 2023-09-22 09:21:43 +02:00
led_lp3943 doc: driver: samples: Update driver samples to use new Sphinx extension 2023-09-22 09:21:43 +02:00
led_lp5562 hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
led_lp5569 hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
led_pca9633 doc: driver: samples: Update driver samples to use new Sphinx extension 2023-09-22 09:21:43 +02:00
led_pwm drivers: pwm: mcux_ftm: allow to select clock source 2024-04-19 10:08:53 +02:00
led_strip everywhere: reindent .overlay files with tabs 2024-06-26 15:59:44 +02:00
led_sx1509b_intensity hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
led_xec doc: driver: samples: Update driver samples to use new Sphinx extension 2023-09-22 09:21:43 +02:00
lora doc: README updated for lora driver send sample 2023-11-01 11:00:29 +00:00
mbox samples: mbox: Align to NO MULTITHREADING 2024-08-01 13:31:53 +02:00
mbox_data samples: mbox_data: Repair mbox-consumer in dt 2024-04-22 06:49:39 -07:00
memc everywhere: reindent .overlay files with tabs 2024-06-26 15:59:44 +02:00
misc hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
mspi samples: drivers: mspi: Update readme doc 2024-07-18 09:32:29 +02:00
peci doc: driver: samples: Update driver samples to use new Sphinx extension 2023-09-22 09:21:43 +02:00
ps2 soc: microchip_mec: do not enable PM in soc 2023-10-26 12:28:18 -05:00
smbus shell: do not enable subsystem/driver shell modules by default 2023-11-20 09:21:40 +01:00
soc_flash_nand flash: Move dependency on FLASH_PAGE_LAYOUT where it belongs 2024-04-10 10:01:40 +02:00
soc_flash_nrf samples/soc_flash_nrf: Fix soc_flash_nrf doc and printfs 2024-08-01 16:48:30 +01:00
spi_bitbang hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
spi_flash samples: fix adafruit_feather board name 2024-08-01 14:56:25 +02:00
spi_flash_at45 hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
spi_fujitsu_fram samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
uart hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
virtualization/ivshmem/doorbell doc: driver: samples: Update driver samples to use new Sphinx extension 2023-09-22 09:21:43 +02:00
w1/scanner hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
watchdog boards: nordic: 54l: use wdt31 instead of wdt30 2024-05-24 18:00:47 -04:00
drivers.rst