aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demos/STM32/RT-STM32F407-OLIMEX_E407-LWIP-FATFS-USB/readme.txt2
-rw-r--r--demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/readme.txt2
-rw-r--r--readme.txt1
3 files changed, 3 insertions, 2 deletions
diff --git a/demos/STM32/RT-STM32F407-OLIMEX_E407-LWIP-FATFS-USB/readme.txt b/demos/STM32/RT-STM32F407-OLIMEX_E407-LWIP-FATFS-USB/readme.txt
index c3a361a7d..67ecad989 100644
--- a/demos/STM32/RT-STM32F407-OLIMEX_E407-LWIP-FATFS-USB/readme.txt
+++ b/demos/STM32/RT-STM32F407-OLIMEX_E407-LWIP-FATFS-USB/readme.txt
@@ -9,7 +9,7 @@ The demo runs on an Olimex STM32-E407 board.
** The Demo **
The demo currently just flashes a LED using a thread and serves HTTP requests
-at address 192.168.1.20 on port 80.
+at address 192.168.1.10 on port 80.
FatFs integrated using SDIO.
The USB-FS port is used as USB-CDC and a command shell is ready to accepts
commands there.
diff --git a/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/readme.txt b/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/readme.txt
index f7cc4c942..0ab7ecf73 100644
--- a/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/readme.txt
+++ b/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/readme.txt
@@ -9,7 +9,7 @@ The demo runs on an Olimex STM32-E407 board.
** The Demo **
The demo currently just flashes a LED using a thread and serves HTTP requests
-at address 192.168.1.20 on port 80.
+at address 192.168.1.10 on port 80.
FatFs integrated using SDIO.
The USB-FS port is used as USB-CDC and a command shell is ready to accepts
commands there.
diff --git a/readme.txt b/readme.txt
index a73d7c431..8e5463051 100644
--- a/readme.txt
+++ b/readme.txt
@@ -120,6 +120,7 @@
- RT: Merged RT4.
- NIL: Merged NIL2.
- NIL: Added STM32F7 demo.
+- HAL: Fixed wrong info in readme of LWIP related demos (bug #755).
- HAL: Fixed misconfiguration in STM32L4 Discovery board files
(bug #754)(backported to 16.1.5).
- HAL: Fixed errors in documentation related to OTG peripheral switches