zephyr/tests/drivers
Andrzej Puzdrowski 428c281bc6 drivers/flash/flash_simulator: fix flash size calculation
Flash size calculation was don with assumption that flash page size
is always 1 KB and flash size was parameterized with such granularity.

This patch correct this bug.

Flash pages number under statistic can't be calculated via preprocessor
anymore - thus are parameterized via Kconfig.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2019-07-17 13:49:26 -07:00
..
adc/adc_api cleanup: include/: move adc.h to drivers/adc.h 2019-06-27 22:55:49 -04:00
aio cleanup: include/: move pinmux.h to drivers/pinmux.h 2019-06-27 22:55:49 -04:00
build_all tests: build_all: remove whitelisting on arduino_101 2019-07-12 05:54:16 -07:00
can cleanup: include/: move can.h to drivers/can.h 2019-06-27 22:55:49 -04:00
counter drivers: counter: Add optional flags to alarm configuration structure 2019-07-10 07:42:12 -05:00
dma cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
entropy/api cleanup: include/: move entropy.h to drivers/entropy.h 2019-06-27 22:55:49 -04:00
flash_simulator drivers/flash/flash_simulator: fix flash size calculation 2019-07-17 13:49:26 -07:00
gpio/gpio_basic_api tests: gpio: remove whitelisting 2019-07-12 05:54:16 -07:00
hwinfo/api cleanup: include/: move hwinfo.h to drivers/hwinfo.h 2019-06-27 22:55:49 -04:00
i2c tests: i2c: remove whitelisting 2019-07-12 05:54:16 -07:00
i2s cleanup: include/: move i2s.h to drivers/i2s.h 2019-06-27 22:55:49 -04:00
ipm tests: ipm: remove superfluous configs 2019-07-04 07:25:44 -04:00
pci_enum license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
pinmux/pinmux_basic_api tests: pinmux: remove whitelisting 2019-07-12 05:54:16 -07:00
pwm/pwm_api tests: pwm_api: remove whitelisting 2019-07-12 05:54:16 -07:00
rtc/rtc_basic_api cleanup: include/: move rtc.h to drivers/rtc.h 2019-06-27 22:55:49 -04:00
spi/spi_loopback cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
uart cleanup: include/: move uart.h to drivers/uart.h 2019-06-27 22:55:49 -04:00
watchdog/wdt_basic_api cleanup: include/: move watchdog.h to drivers/watchdog.h 2019-06-27 22:55:49 -04:00