@@ -46,15 +46,35 @@ <h1 id="purpose">Purpose</h1>
46
46
< div class ="col-sm-12 col-lg-8 ">
47
47
< h1 id ="update-history "> Update History</ h1 >
48
48
< div class ="collapse ">
49
- < input type ="checkbox " id ="collapse-section12 " checked aria-hidden ="true "> < label for ="collapse-section12 " aria-hidden ="true "> V1.4.1 / 24-June -2020</ label >
49
+ < input type ="checkbox " id ="collapse-section13 " aria-hidden ="true "> < label for ="collapse-section13 " aria-hidden ="true "> V1.4.2 / 28-August -2020</ label >
50
50
< div >
51
51
< h2 id ="main-changes "> Main Changes</ h2 >
52
52
< h3 id ="maintenance-release "> Maintenance release</ h3 >
53
53
< ul >
54
+ < li > Patch release to fix issue in I2C HAL driver</ li >
55
+ </ ul >
56
+ < h2 id ="contents "> Contents</ h2 >
57
+ < ul >
58
+ < li > < strong > HAL I2C</ strong > driver
59
+ < ul >
60
+ < li > Update I2C_MasterReceiveRXNE() static API to avoid set the STOP bit again after the bit clearing by Hardware during the masking operation.
61
+ < ul >
62
+ < li > Add new API I2C_WaitOnSTOPRequestThroughIT() to wait for stop bit.</ li >
63
+ </ ul > </ li >
64
+ </ ul > </ li >
65
+ </ ul >
66
+ </ div >
67
+ </ div >
68
+ < div class ="collapse ">
69
+ < input type ="checkbox " id ="collapse-section12 " aria-hidden ="true "> < label for ="collapse-section12 " aria-hidden ="true "> V1.4.1 / 24-June-2020</ label >
70
+ < div >
71
+ < h2 id ="main-changes-1 "> Main Changes</ h2 >
72
+ < h3 id ="maintenance-release-1 "> Maintenance release</ h3 >
73
+ < ul >
54
74
< li > Add new HAL EXTI driver</ li >
55
75
< li > General updates to fix known defects and enhancements implementation</ li >
56
76
</ ul >
57
- < h2 id ="contents "> Contents</ h2 >
77
+ < h2 id ="contents-1 "> Contents</ h2 >
58
78
< ul >
59
79
< li > < strong > HAL</ strong > driver
60
80
< ul >
@@ -247,14 +267,14 @@ <h2 id="contents">Contents</h2>
247
267
< div class ="collapse ">
248
268
< input type ="checkbox " id ="collapse-section11 " aria-hidden ="true "> < label for ="collapse-section11 " aria-hidden ="true "> V1.4.0 / 05-April-2019</ label >
249
269
< div >
250
- < h2 id ="main-changes-1 "> Main Changes</ h2 >
251
- < h3 id ="maintenance-release-1 "> Maintenance release</ h3 >
270
+ < h2 id ="main-changes-2 "> Main Changes</ h2 >
271
+ < h3 id ="maintenance-release-2 "> Maintenance release</ h3 >
252
272
< ul >
253
273
< li > Add support of < strong > HAL callback registration</ strong > feature</ li >
254
274
< li > Add several enhancements implementation</ li >
255
275
< li > Fix known defects to be aligned with others STM32 series</ li >
256
276
</ ul >
257
- < h2 id ="contents-1 "> Contents</ h2 >
277
+ < h2 id ="contents-2 "> Contents</ h2 >
258
278
< ul >
259
279
< li > < strong > HAL/LL</ strong > generic
260
280
< ul >
@@ -530,9 +550,9 @@ <h2 id="contents-1">Contents</h2>
530
550
< div class ="collapse ">
531
551
< input type ="checkbox " id ="collapse-section9 " aria-hidden ="true "> < label for ="collapse-section9 " aria-hidden ="true "> V1.3.1 / 25-August-2017</ label >
532
552
< div >
533
- < h2 id ="main-changes-2 "> Main Changes</ h2 >
553
+ < h2 id ="main-changes-3 "> Main Changes</ h2 >
534
554
< h3 id ="patch-release "> Patch release</ h3 >
535
- < h2 id ="contents-2 "> Contents</ h2 >
555
+ < h2 id ="contents-3 "> Contents</ h2 >
536
556
< ul >
537
557
< li > < strong > HAL/LL</ strong > generic
538
558
< ul >
@@ -545,9 +565,9 @@ <h2 id="contents-2">Contents</h2>
545
565
< div class ="collapse ">
546
566
< input type ="checkbox " id ="collapse-section8 " aria-hidden ="true "> < label for ="collapse-section8 " aria-hidden ="true "> V1.3.0 / 21-April-2017</ label >
547
567
< div >
548
- < h2 id ="main-changes-3 "> Main Changes</ h2 >
549
- < h3 id ="maintenance-release-2 "> Maintenance release</ h3 >
550
- < h2 id ="contents-3 "> Contents</ h2 >
568
+ < h2 id ="main-changes-4 "> Main Changes</ h2 >
569
+ < h3 id ="maintenance-release-3 "> Maintenance release</ h3 >
570
+ < h2 id ="contents-4 "> Contents</ h2 >
551
571
< ul >
552
572
< li > < strong > HAL/LL</ strong > generic
553
573
< ul >
@@ -618,8 +638,8 @@ <h2 id="contents-3">Contents</h2>
618
638
< div class ="collapse ">
619
639
< input type ="checkbox " id ="collapse-section7 " aria-hidden ="true "> < label for ="collapse-section7 " aria-hidden ="true "> V1.2.0 / 01-July-2016</ label >
620
640
< div >
621
- < h2 id ="main-changes-4 "> Main Changes</ h2 >
622
- < h3 id ="maintenance-release-3 "> Maintenance release</ h3 >
641
+ < h2 id ="main-changes-5 "> Main Changes</ h2 >
642
+ < h3 id ="maintenance-release-4 "> Maintenance release</ h3 >
623
643
< ul >
624
644
< li > First official release supporting the < strong > Low Level</ strong > drivers for the < strong > STM32L1xx</ strong > family:
625
645
< ul >
@@ -628,7 +648,7 @@ <h3 id="maintenance-release-3">Maintenance release</h3>
628
648
< li > Low Layer drivers APIs are implemented as static inline function in new Inc/stm32l1xx_ll_ppp.h files for PPP peripherals, there is no configuration file and each stm32l1xx_ll_ppp.h file must be included in user code.</ li >
629
649
</ ul > </ li >
630
650
</ ul >
631
- < h2 id ="contents-4 "> Contents</ h2 >
651
+ < h2 id ="contents-5 "> Contents</ h2 >
632
652
< ul >
633
653
< li > < strong > Generic updates</ strong >
634
654
< ul >
@@ -723,9 +743,9 @@ <h2 id="contents-4">Contents</h2>
723
743
< div class ="collapse ">
724
744
< input type ="checkbox " id ="collapse-section6 " aria-hidden ="true "> < label for ="collapse-section6 " aria-hidden ="true "> V1.1.3 / 04-March-2016</ label >
725
745
< div >
726
- < h2 id ="main-changes-5 "> Main Changes</ h2 >
727
- < h3 id ="maintenance-release-4 "> Maintenance release</ h3 >
728
- < h2 id ="contents-5 "> Contents</ h2 >
746
+ < h2 id ="main-changes-6 "> Main Changes</ h2 >
747
+ < h3 id ="maintenance-release-5 "> Maintenance release</ h3 >
748
+ < h2 id ="contents-6 "> Contents</ h2 >
729
749
< ul >
730
750
< li > < strong > Generic update</ strong >
731
751
< ul >
@@ -774,9 +794,9 @@ <h2 id="contents-5">Contents</h2>
774
794
< div class ="collapse ">
775
795
< input type ="checkbox " id ="collapse-section5 " aria-hidden ="true "> < label for ="collapse-section5 " aria-hidden ="true "> V1.1.2 / 09-October-2015</ label >
776
796
< div >
777
- < h2 id ="main-changes-6 "> Main Changes</ h2 >
778
- < h3 id ="maintenance-release-5 "> Maintenance release</ h3 >
779
- < h2 id ="contents-6 "> Contents</ h2 >
797
+ < h2 id ="main-changes-7 "> Main Changes</ h2 >
798
+ < h3 id ="maintenance-release-6 "> Maintenance release</ h3 >
799
+ < h2 id ="contents-7 "> Contents</ h2 >
780
800
< ul >
781
801
< li > < strong > ADC</ strong >
782
802
< ul >
@@ -860,13 +880,13 @@ <h2 id="contents-6">Contents</h2>
860
880
< div class ="collapse ">
861
881
< input type ="checkbox " id ="collapse-section3 " aria-hidden ="true "> < label for ="collapse-section3 " aria-hidden ="true "> V1.1.1 / 31-March-2015</ label >
862
882
< div >
863
- < h2 id ="main-changes-7 "> Main Changes</ h2 >
864
- < h3 id ="maintenance-release-6 "> Maintenance release</ h3 >
883
+ < h2 id ="main-changes-8 "> Main Changes</ h2 >
884
+ < h3 id ="maintenance-release-7 "> Maintenance release</ h3 >
865
885
< ul >
866
886
< li > Include path changes for compilation under Unix environment</ li >
867
887
< li > Update drivers to be C++ compliant</ li >
868
888
</ ul >
869
- < h2 id ="contents-7 "> Contents</ h2 >
889
+ < h2 id ="contents-8 "> Contents</ h2 >
870
890
< ul >
871
891
< li > < strong > CORTEX</ strong >
872
892
< ul >
@@ -932,12 +952,12 @@ <h2 id="contents-7">Contents</h2>
932
952
< div class ="collapse ">
933
953
< input type ="checkbox " id ="collapse-section2 " aria-hidden ="true "> < label for ="collapse-section2 " aria-hidden ="true "> V1.1.0 / 06-February-2015</ label >
934
954
< div >
935
- < h2 id ="main-changes-8 "> Main Changes</ h2 >
936
- < h3 id ="maintenance-release-7 "> Maintenance release</ h3 >
955
+ < h2 id ="main-changes-9 "> Main Changes</ h2 >
956
+ < h3 id ="maintenance-release-8 "> Maintenance release</ h3 >
937
957
< ul >
938
958
< li > Add support of new < strong > STM32L1 eXtended devices</ strong > - < strong > STM32l151xDX, STM32l152xDX & STM32l62xDX</ strong > </ li >
939
959
</ ul >
940
- < h2 id ="contents-8 "> Contents</ h2 >
960
+ < h2 id ="contents-9 "> Contents</ h2 >
941
961
< ul >
942
962
< li > < strong > HAL</ strong > generic
943
963
< ul >
@@ -959,7 +979,7 @@ <h2 id="contents-8">Contents</h2>
959
979
< div class ="collapse ">
960
980
< input type ="checkbox " id ="collapse-section1 " aria-hidden ="true "> < label for ="collapse-section1 " aria-hidden ="true "> V1.0.0 / 05-September-2014</ label >
961
981
< div >
962
- < h2 id ="main-changes-9 "> Main Changes</ h2 >
982
+ < h2 id ="main-changes-10 "> Main Changes</ h2 >
963
983
< h3 id ="first-official-release "> First official release</ h3 >
964
984
</ div >
965
985
</ div >
0 commit comments