zephyr/drivers/flash
Aurelien Jarno 8a7e7407d0 drivers: flash: SAM E70: fix warnings when built with newlib
off_t is int with the minimal libc and long with the newlib libc. The
log messages are assuming that off_t is int, therefore this causes
warnings when building with newlib.

Fix that by casting the offset to the "longer" type, ie long.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2019-01-30 10:27:09 -06:00
..
CMakeLists.txt Bluetooth: controller: Prepare to introduce LL split architecture 2019-01-07 13:42:01 +01:00
flash_gecko.c drivers: flash_gecko: remove unnecessary variable 2018-11-28 11:54:01 -08:00
flash_handlers.c syscalls: remove policy from handler checks 2018-05-17 23:34:03 +03:00
flash_page_layout.c drivers: flash: add system calls 2017-10-30 13:20:19 -07:00
flash_priv.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
flash_sam0.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
flash_sam.c drivers: flash: SAM E70: fix warnings when built with newlib 2019-01-30 10:27:09 -06:00
flash_shell.c flash: Remove shell context from flash shell 2019-01-09 16:33:15 -05:00
flash_stm32.c drivers: flash: add driver for STM32F7x series 2018-12-17 08:15:59 -06:00
flash_stm32.h drivers: flash: add driver for STM32F7x series 2018-12-17 08:15:59 -06:00
flash_stm32f0x.c drivers: flash: move to new logger 2018-10-10 10:22:01 -04:00
flash_stm32f3x_priv.c drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
flash_stm32f3x.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
flash_stm32f3x.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
flash_stm32f4x.c cleanup: Use quote include instead of system include 2017-10-28 07:11:53 -04:00
flash_stm32f7x.c drivers: flash: add driver for STM32F7x series 2018-12-17 08:15:59 -06:00
flash_stm32l4x.c drivers: flash: move to new logger 2018-10-10 10:22:01 -04:00
Kconfig drivers: flash: support NRF UICR operations 2018-12-19 17:47:08 +01:00
Kconfig.gecko soc: silabs_exx32: Add independent Kconfig options for HAL libraries 2019-01-08 13:31:42 -06:00
Kconfig.nor Kconfig: spi_nor: Remove Erase configuration from Kconfig 2019-01-16 21:22:56 -05:00
Kconfig.qmsi Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
Kconfig.sam drivers: flash: add flash driver support for Atmel SAM E70 2018-11-20 14:11:07 -05:00
Kconfig.sam0 drivers: flash: fix Kconfig dependencies 2018-10-10 10:22:01 -04:00
Kconfig.stm32 drivers: flash: add driver for STM32F7x series 2018-12-17 08:15:59 -06:00
Kconfig.w25qxxdv dts: flash: w25qxxdv: Add Device Tree Support for SPI FLASH w25qxxdv 2019-01-09 10:26:10 -06:00
soc_flash_mcux.c ext: mcux: Update to MCUXpresso SDK 2.5.0 2019-01-03 17:25:28 -05:00
soc_flash_nios2_qspi.c drivers: flash: Nios-II QSPI Coccinelle issue 2018-12-07 10:42:01 -05:00
soc_flash_nrf.c drivers: Modify drivers to use DEVICE_AND_API_INIT() 2019-01-15 10:39:34 -08:00
soc_flash_qmsi.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
spi_flash_w25qxxdv_defs.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
spi_flash_w25qxxdv.c flash: w25qxxdv: Convert to new DT_<COMPAT>_<INSTANCE> defines 2019-01-28 10:40:31 -06:00
spi_flash_w25qxxdv.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
spi_nor.c Kconfig: spi_nor: Remove Erase configuration from Kconfig 2019-01-16 21:22:56 -05:00
spi_nor.h Kconfig: spi_nor: Remove Erase configuration from Kconfig 2019-01-16 21:22:56 -05:00