From c1950859595c7ee3fc8909fd2bdb09840d743346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20G=C5=82=C4=85bek?= Date: Wed, 24 Jun 2020 08:31:25 +0200 Subject: [PATCH] samples/drivers/spi_flash_at45: Update nrf9160_pca10090 board name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This sample still used the old name of the nrf9160dk_nrf9160 board, both in documentation and sample.yaml. Because of the latter, this sample was not picked up by sanitycheck, what resulted in compilation errors in the spi_flash_at45 driver not caught by CI. Signed-off-by: Andrzej Głąbek --- samples/drivers/spi_flash_at45/README.rst | 8 ++++---- samples/drivers/spi_flash_at45/sample.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/drivers/spi_flash_at45/README.rst b/samples/drivers/spi_flash_at45/README.rst index 0222df72b34..f4c9cee8b8d 100644 --- a/samples/drivers/spi_flash_at45/README.rst +++ b/samples/drivers/spi_flash_at45/README.rst @@ -22,8 +22,8 @@ simply disabling the SPI_FLASH_AT45_USE_READ_MODIFY_WRITE option. Requirements ************ -This sample has been tested on the NordicSemiconductor nRF9160 DK -(nrf9160_pca10090) board with the AT45DB321E chip connected. +This sample has been tested on the Nordic Semiconductor nRF9160 DK +(nrf9160dk_nrf9160) board with the AT45DB321E chip connected. It can be easily adjusted to be usable on other boards and with other AT45 family chips by just providing a corresponding overlay file. @@ -36,7 +36,7 @@ To build and flash the application: .. zephyr-app-commands:: :zephyr-app: samples/drivers/spi_flash_at45 - :board: nrf9160_pca10090 + :board: nrf9160dk_nrf9160 :goals: build flash :compact: @@ -45,7 +45,7 @@ Sample Output .. code-block:: console - DataFlash sample app on nrf9160_pca10090 + DataFlash sample app on nrf9160dk_nrf9160 Using DATAFLASH_1, chip size: 4194304 bytes (page: 512) Reading the first byte of the test region ... OK Preparing test content starting with 0x01. diff --git a/samples/drivers/spi_flash_at45/sample.yaml b/samples/drivers/spi_flash_at45/sample.yaml index 02a9962b0e8..5dddc211373 100644 --- a/samples/drivers/spi_flash_at45/sample.yaml +++ b/samples/drivers/spi_flash_at45/sample.yaml @@ -3,4 +3,4 @@ sample: tests: sample.drivers.spi.flash.at45: tags: spi flash - platform_whitelist: nrf9160_pca10090 + platform_whitelist: nrf9160dk_nrf9160