zephyr/samples/drivers
Dominik Ermel cefebbec39 samples: flash_shell: Fix overwriting return value
Value of ret has been overwritten by flash_write_protection_set
before it could be returned from do_write_unaligned, which could
lead to reporting success when error code should have been returned.

Fixes #27641, Coverity-CID: 212142
Fixes #27642, Coverity-CID: 212143

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2020-08-19 15:01:50 +02:00
..
can zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
counter drivers: counter: Add native_posix counter hardware model and driver 2020-07-27 13:25:50 +02:00
crypto zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
current_sensing zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dac boards: arm: document and enable the DAC for the Arduino Zero 2020-08-04 16:08:48 -05:00
display zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
entropy zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
espi samples: drivers: espi: Convert espi sample to devicetree 2020-08-18 14:22:10 -04:00
flash_shell samples: flash_shell: Fix overwriting return value 2020-08-19 15:01:50 +02:00
gpio/boards
ht16k33 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
i2c_fujitsu_fram zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
jesd216 samples: jesd16: correct interpretation of NPH field 2020-08-18 09:27:30 +02:00
kscan zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
kscan_touch zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
lcd_hd44780 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
led_apa102
led_apa102c_bitbang zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
led_lp3943
led_lp5562 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
led_lpd8806
led_pca9633
led_ws2812
lora drivers: lora: Prepare Kconfig for additional radios 2020-07-02 08:32:37 -04:00
peci samples: derives/peci can't run at EVB board 2020-08-18 14:20:49 -04:00
ps2 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
soc_flash_nrf zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
spi_flash samples/drivers/spi_flash: add some efr32 boards 2020-08-14 10:23:56 -05:00
spi_flash_at45 spi-device: set CS gpio flags for all devices that had none 2020-07-09 06:07:07 -05:00
spi_fujitsu_fram samples: drivers: Fix unitialized spi_cfg in spi_fujitsu_fram sample 2020-07-22 09:59:51 +02:00
watchdog
drivers.rst