From 83f35d0d20d1305600196a5e5c0885faa6b32142 Mon Sep 17 00:00:00 2001 From: Ed Date: Thu, 4 Dec 2025 20:14:14 +0000 Subject: [PATCH] Fix working in SPI slave example Removed mention of AN which is now integrated and rogue mention of WiFi chip in slave example. --- doc/rst/lib_spi.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/rst/lib_spi.rst b/doc/rst/lib_spi.rst index f0dc94f..98748d9 100644 --- a/doc/rst/lib_spi.rst +++ b/doc/rst/lib_spi.rst @@ -1075,8 +1075,7 @@ Looking at this in a more detail you can see the following: will use when making callbacks to the application. - The ``spi_master()`` task controls the test SPI bus and takes - different ports to the SPI slave bus as arguments. For details on - using SPI master see application note AN00160. + different ports to the SPI slave bus as arguments. The reg_file() task @@ -1259,7 +1258,7 @@ To run the application return to the ``/examples/app_spi_slave`` directory and r This command line is provided as a file in the ``/examples/app_spi_slave`` directory under the filename ``simulate_cmd.txt``. You can rename this file to ``simulate_cmd.sh`` or ``simulate_cmd.bat`` and run it directly, depending on your host OS. -As application runs that reads a value from the SPI connected WiFi chip and prints the following output to the console:: +An application runs that reads the values from the two emulated registers and prints the following output to the console:: APP: Set register 0 to 0xED APP: Register 0 is 0xED, Register 1 is 0x0