@@ -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-section13 " aria-hidden ="true "> < label for ="collapse-section13 " aria-hidden ="true "> V1.4.2 / 28-August -2020</ label >
49
+ < input type ="checkbox " id ="collapse-section14 " aria-hidden ="true "> < label for ="collapse-section14 " aria-hidden ="true "> V1.4.3 / 22-October -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 >
54
+ < li > General updates to fix known defect. </ li >
55
55
</ ul >
56
56
< h2 id ="contents "> Contents</ h2 >
57
57
< ul >
58
+ < li > < strong > HAL/LL I2C</ strong > driver
59
+ < ul >
60
+ < li > Update to fix hardfault issue with HAL_I2C_Mem_Write_DMA() API:
61
+ < ul >
62
+ < li > Abort the right ongoing DMA transfer when memory write access request operation failed: fix typo “hdmarx” replaced by “hdmatx”</ li >
63
+ </ ul > </ li >
64
+ </ ul > </ li >
65
+ </ ul >
66
+ </ div >
67
+ </ div >
68
+ < div class ="collapse ">
69
+ < input type ="checkbox " id ="collapse-section13 " aria-hidden ="true "> < label for ="collapse-section13 " aria-hidden ="true "> V1.4.2 / 28-August-2020</ label >
70
+ < div >
71
+ < h2 id ="main-changes-1 "> Main Changes</ h2 >
72
+ < h3 id ="maintenance-release-1 "> Maintenance release</ h3 >
73
+ < ul >
74
+ < li > Patch release to fix issue in I2C HAL driver</ li >
75
+ </ ul >
76
+ < h2 id ="contents-1 "> Contents</ h2 >
77
+ < ul >
58
78
< li > < strong > HAL I2C</ strong > driver
59
79
< ul >
60
80
< li > Update I2C_MasterReceiveRXNE() static API to avoid set the STOP bit again after the bit clearing by Hardware during the masking operation.
@@ -68,13 +88,13 @@ <h2 id="contents">Contents</h2>
68
88
< div class ="collapse ">
69
89
< input type ="checkbox " id ="collapse-section12 " aria-hidden ="true "> < label for ="collapse-section12 " aria-hidden ="true "> V1.4.1 / 24-June-2020</ label >
70
90
< div >
71
- < h2 id ="main-changes-1 "> Main Changes</ h2 >
72
- < h3 id ="maintenance-release-1 "> Maintenance release</ h3 >
91
+ < h2 id ="main-changes-2 "> Main Changes</ h2 >
92
+ < h3 id ="maintenance-release-2 "> Maintenance release</ h3 >
73
93
< ul >
74
94
< li > Add new HAL EXTI driver</ li >
75
95
< li > General updates to fix known defects and enhancements implementation</ li >
76
96
</ ul >
77
- < h2 id ="contents-1 "> Contents</ h2 >
97
+ < h2 id ="contents-2 "> Contents</ h2 >
78
98
< ul >
79
99
< li > < strong > HAL</ strong > driver
80
100
< ul >
@@ -267,14 +287,14 @@ <h2 id="contents-1">Contents</h2>
267
287
< div class ="collapse ">
268
288
< input type ="checkbox " id ="collapse-section11 " aria-hidden ="true "> < label for ="collapse-section11 " aria-hidden ="true "> V1.4.0 / 05-April-2019</ label >
269
289
< div >
270
- < h2 id ="main-changes-2 "> Main Changes</ h2 >
271
- < h3 id ="maintenance-release-2 "> Maintenance release</ h3 >
290
+ < h2 id ="main-changes-3 "> Main Changes</ h2 >
291
+ < h3 id ="maintenance-release-3 "> Maintenance release</ h3 >
272
292
< ul >
273
293
< li > Add support of < strong > HAL callback registration</ strong > feature</ li >
274
294
< li > Add several enhancements implementation</ li >
275
295
< li > Fix known defects to be aligned with others STM32 series</ li >
276
296
</ ul >
277
- < h2 id ="contents-2 "> Contents</ h2 >
297
+ < h2 id ="contents-3 "> Contents</ h2 >
278
298
< ul >
279
299
< li > < strong > HAL/LL</ strong > generic
280
300
< ul >
@@ -550,9 +570,9 @@ <h2 id="contents-2">Contents</h2>
550
570
< div class ="collapse ">
551
571
< input type ="checkbox " id ="collapse-section9 " aria-hidden ="true "> < label for ="collapse-section9 " aria-hidden ="true "> V1.3.1 / 25-August-2017</ label >
552
572
< div >
553
- < h2 id ="main-changes-3 "> Main Changes</ h2 >
573
+ < h2 id ="main-changes-4 "> Main Changes</ h2 >
554
574
< h3 id ="patch-release "> Patch release</ h3 >
555
- < h2 id ="contents-3 "> Contents</ h2 >
575
+ < h2 id ="contents-4 "> Contents</ h2 >
556
576
< ul >
557
577
< li > < strong > HAL/LL</ strong > generic
558
578
< ul >
@@ -565,9 +585,9 @@ <h2 id="contents-3">Contents</h2>
565
585
< div class ="collapse ">
566
586
< input type ="checkbox " id ="collapse-section8 " aria-hidden ="true "> < label for ="collapse-section8 " aria-hidden ="true "> V1.3.0 / 21-April-2017</ label >
567
587
< div >
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 >
588
+ < h2 id ="main-changes-5 "> Main Changes</ h2 >
589
+ < h3 id ="maintenance-release-4 "> Maintenance release</ h3 >
590
+ < h2 id ="contents-5 "> Contents</ h2 >
571
591
< ul >
572
592
< li > < strong > HAL/LL</ strong > generic
573
593
< ul >
@@ -638,8 +658,8 @@ <h2 id="contents-4">Contents</h2>
638
658
< div class ="collapse ">
639
659
< input type ="checkbox " id ="collapse-section7 " aria-hidden ="true "> < label for ="collapse-section7 " aria-hidden ="true "> V1.2.0 / 01-July-2016</ label >
640
660
< div >
641
- < h2 id ="main-changes-5 "> Main Changes</ h2 >
642
- < h3 id ="maintenance-release-4 "> Maintenance release</ h3 >
661
+ < h2 id ="main-changes-6 "> Main Changes</ h2 >
662
+ < h3 id ="maintenance-release-5 "> Maintenance release</ h3 >
643
663
< ul >
644
664
< li > First official release supporting the < strong > Low Level</ strong > drivers for the < strong > STM32L1xx</ strong > family:
645
665
< ul >
@@ -648,7 +668,7 @@ <h3 id="maintenance-release-4">Maintenance release</h3>
648
668
< 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 >
649
669
</ ul > </ li >
650
670
</ ul >
651
- < h2 id ="contents-5 "> Contents</ h2 >
671
+ < h2 id ="contents-6 "> Contents</ h2 >
652
672
< ul >
653
673
< li > < strong > Generic updates</ strong >
654
674
< ul >
@@ -743,9 +763,9 @@ <h2 id="contents-5">Contents</h2>
743
763
< div class ="collapse ">
744
764
< input type ="checkbox " id ="collapse-section6 " aria-hidden ="true "> < label for ="collapse-section6 " aria-hidden ="true "> V1.1.3 / 04-March-2016</ label >
745
765
< div >
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 >
766
+ < h2 id ="main-changes-7 "> Main Changes</ h2 >
767
+ < h3 id ="maintenance-release-6 "> Maintenance release</ h3 >
768
+ < h2 id ="contents-7 "> Contents</ h2 >
749
769
< ul >
750
770
< li > < strong > Generic update</ strong >
751
771
< ul >
@@ -794,9 +814,9 @@ <h2 id="contents-6">Contents</h2>
794
814
< div class ="collapse ">
795
815
< input type ="checkbox " id ="collapse-section5 " aria-hidden ="true "> < label for ="collapse-section5 " aria-hidden ="true "> V1.1.2 / 09-October-2015</ label >
796
816
< div >
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 >
817
+ < h2 id ="main-changes-8 "> Main Changes</ h2 >
818
+ < h3 id ="maintenance-release-7 "> Maintenance release</ h3 >
819
+ < h2 id ="contents-8 "> Contents</ h2 >
800
820
< ul >
801
821
< li > < strong > ADC</ strong >
802
822
< ul >
@@ -880,13 +900,13 @@ <h2 id="contents-7">Contents</h2>
880
900
< div class ="collapse ">
881
901
< input type ="checkbox " id ="collapse-section3 " aria-hidden ="true "> < label for ="collapse-section3 " aria-hidden ="true "> V1.1.1 / 31-March-2015</ label >
882
902
< div >
883
- < h2 id ="main-changes-8 "> Main Changes</ h2 >
884
- < h3 id ="maintenance-release-7 "> Maintenance release</ h3 >
903
+ < h2 id ="main-changes-9 "> Main Changes</ h2 >
904
+ < h3 id ="maintenance-release-8 "> Maintenance release</ h3 >
885
905
< ul >
886
906
< li > Include path changes for compilation under Unix environment</ li >
887
907
< li > Update drivers to be C++ compliant</ li >
888
908
</ ul >
889
- < h2 id ="contents-8 "> Contents</ h2 >
909
+ < h2 id ="contents-9 "> Contents</ h2 >
890
910
< ul >
891
911
< li > < strong > CORTEX</ strong >
892
912
< ul >
@@ -952,12 +972,12 @@ <h2 id="contents-8">Contents</h2>
952
972
< div class ="collapse ">
953
973
< input type ="checkbox " id ="collapse-section2 " aria-hidden ="true "> < label for ="collapse-section2 " aria-hidden ="true "> V1.1.0 / 06-February-2015</ label >
954
974
< div >
955
- < h2 id ="main-changes-9 "> Main Changes</ h2 >
956
- < h3 id ="maintenance-release-8 "> Maintenance release</ h3 >
975
+ < h2 id ="main-changes-10 "> Main Changes</ h2 >
976
+ < h3 id ="maintenance-release-9 "> Maintenance release</ h3 >
957
977
< ul >
958
978
< li > Add support of new < strong > STM32L1 eXtended devices</ strong > - < strong > STM32l151xDX, STM32l152xDX & STM32l62xDX</ strong > </ li >
959
979
</ ul >
960
- < h2 id ="contents-9 "> Contents</ h2 >
980
+ < h2 id ="contents-10 "> Contents</ h2 >
961
981
< ul >
962
982
< li > < strong > HAL</ strong > generic
963
983
< ul >
@@ -979,7 +999,7 @@ <h2 id="contents-9">Contents</h2>
979
999
< div class ="collapse ">
980
1000
< input type ="checkbox " id ="collapse-section1 " aria-hidden ="true "> < label for ="collapse-section1 " aria-hidden ="true "> V1.0.0 / 05-September-2014</ label >
981
1001
< div >
982
- < h2 id ="main-changes-10 "> Main Changes</ h2 >
1002
+ < h2 id ="main-changes-11 "> Main Changes</ h2 >
983
1003
< h3 id ="first-official-release "> First official release</ h3 >
984
1004
</ div >
985
1005
</ div >
0 commit comments