aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 01ccfa03a..ce52352fc 100644
--- a/readme.txt
+++ b/readme.txt
@@ -74,6 +74,9 @@
*****************************************************************************
*** 3.0.0 ***
+- NEW: Added an initialization function to the lwIP bindings, now it is
+ sufficient to call lwipInit(NULL); in order to start the subsystem.
+ Demo updated.
- HAL: Fixed TIM2 wrongly classified as 32bits in STM32F1xx devices
(bug #610).