Release_Notes.html 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="generator" content="pandoc" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
  7. <title>Release Notes for BSP Components Common Drivers</title>
  8. <style type="text/css">
  9. code{white-space: pre-wrap;}
  10. span.smallcaps{font-variant: small-caps;}
  11. span.underline{text-decoration: underline;}
  12. div.column{display: inline-block; vertical-align: top; width: 50%;}
  13. </style>
  14. <link rel="stylesheet" href="../../../../_htmresc/mini-st.css" />
  15. <!--[if lt IE 9]>
  16. <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
  17. <![endif]-->
  18. </head>
  19. <body>
  20. <div class="row">
  21. <div class="col-sm-12 col-lg-4">
  22. <div class="card fluid">
  23. <div class="sectione dark">
  24. <center>
  25. <h1 id="release-notes-for-bsp-components-common-drivers"><small>Release Notes for</small> <mark>BSP Components Common Drivers</mark></h1>
  26. <p>Copyright © 2017 STMicroelectronics<br />
  27. </p>
  28. <a href="https://www.st.com" class="logo"><img src="../../../../_htmresc/st_logo.png" alt="ST logo" /></a>
  29. </center>
  30. </div>
  31. </div>
  32. <h1 id="license">License</h1>
  33. <p>Licensed by ST under BSD 3-Clause license (the "License"). You may not use this package except in compliance with the License. You may obtain a copy of the License at:</p>
  34. <p><a href="https://opensource.org/licenses/BSD-3-Clause">https://opensource.org/licenses/BSD-3-Clause</a></p>
  35. <h1 id="purpose">Purpose</h1>
  36. <p>This directory contains the BSP components common drivers.</p>
  37. </div>
  38. <div class="col-sm-12 col-lg-8">
  39. <h1 id="update-history">Update History</h1>
  40. <div class="collapse">
  41. <input type="checkbox" id="collapse-section22" checked aria-hidden="true"> <label for="collapse-section22" aria-hidden="true">V5.1.2 / 03-April-2019</label>
  42. <div>
  43. <h2 id="main-changes">Main Changes</h2>
  44. <ul>
  45. <li>Update release notes format</li>
  46. </ul>
  47. </div>
  48. </div>
  49. <div class="collapse">
  50. <input type="checkbox" id="collapse-section21" aria-hidden="true"> <label for="collapse-section21" aria-hidden="true">V5.1.1 / 31-August-2018</label>
  51. <div>
  52. <h2 id="main-changes-1">Main Changes</h2>
  53. <ul>
  54. <li>Reformat the BSD 3-Clause license declaration in the files header (replace license terms by a web reference to OSI website where those terms lie)</li>
  55. <li>Correct sensor names in headers files hsensor.h and psensor.h</li>
  56. </ul>
  57. </div>
  58. </div>
  59. <div class="collapse">
  60. <input type="checkbox" id="collapse-section20" aria-hidden="true"> <label for="collapse-section20" aria-hidden="true">V5.1.0 / 21-November-2017</label>
  61. <div>
  62. <h2 id="main-changes-2">Main Changes</h2>
  63. <ul>
  64. <li>Add dpredriver.h: support of DP redriver class</li>
  65. <li>Add pwrmon.h: support of power monitor class</li>
  66. <li>Add usbtypecswitch.h: support of USB type C switch class</li>
  67. </ul>
  68. </div>
  69. </div>
  70. <div class="collapse">
  71. <input type="checkbox" id="collapse-section19" aria-hidden="true"> <label for="collapse-section19" aria-hidden="true">V5.0.0 / 01-March-2017</label>
  72. <div>
  73. <h2 id="main-changes-3">Main Changes</h2>
  74. <ul>
  75. <li>Add hsensor.h: support of humidity class</li>
  76. <li>Add psensor.h: support of pressure class</li>
  77. <li>Update tsensor.h: Temperature can be negative</li>
  78. <li>Update accelero.h: LowPower API can enable or disable the low power mode</li>
  79. <li>Update magneto.h: LowPower API can enable or disable the low power mode</li>
  80. </ul>
  81. <p><strong><span class="underline"><span style="font-size: 10pt; font-family: Verdana; color: black;">Notes:</span></span></strong></p>
  82. <p>This version breaks the compatibility with previous versions.</p>
  83. </div>
  84. </div>
  85. <div class="collapse">
  86. <input type="checkbox" id="collapse-section18" aria-hidden="true"> <label for="collapse-section18" aria-hidden="true">V4.0.1 / 21-July-2015</label>
  87. <div>
  88. <h2 id="main-changes-4">Main Changes</h2>
  89. <ul>
  90. <li>tsensor.h: Fix compilation issue on TSENSOR_InitTypeDef</li>
  91. </ul>
  92. </div>
  93. </div>
  94. <div class="collapse">
  95. <input type="checkbox" id="collapse-section17" aria-hidden="true"> <label for="collapse-section17" aria-hidden="true">V4.0.0 / 22-June-2015</label>
  96. <div>
  97. <h2 id="main-changes-5">Main Changes</h2>
  98. <ul>
  99. <li>accelero.h: add *DeInit field in ACCELERO_DrvTypeDef structure</li>
  100. <li>audio.h: add *DeInit field in AUDIO_DrvTypeDef structure</li>
  101. <li>idd.h:
  102. <ul>
  103. <li>add Shunt0StabDelay, Shunt1StabDelay, Shunt2StabDelay, Shunt3StabDelay, Shunt4StabDelay and ShuntNbOnBoard fields in IDD_ConfigTypeDef structure</li>
  104. <li>rename ShuntNumber field to ShuntNbUsed in IDD_ConfigTypeDef structure</li>
  105. </ul></li>
  106. <li>magneto.h: add *DeInit field in MAGNETO_DrvTypeDef structure</li>
  107. </ul>
  108. <p><strong><span class="underline"><span style="font-size: 10pt; font-family: Verdana; color: black;">Important Note:</span></span></strong></p>
  109. <p>This release V4.0.0 is not backward compatible with V3.0.0.</p>
  110. </div>
  111. </div>
  112. <div class="collapse">
  113. <input type="checkbox" id="collapse-section16" aria-hidden="true"> <label for="collapse-section16" aria-hidden="true">V3.0.0 / 28-April-2015</label>
  114. <div>
  115. <h2 id="main-changes-6">Main Changes</h2>
  116. <ul>
  117. <li>accelero.h: add <em>LowPower</em> field in ACCELERO_DrvTypeDef structure</li>
  118. <li>magneto.h: add <em>LowPower</em> field in MAGNETO_DrvTypeDef structure</li>
  119. <li>gyro.h: add <em>DeInit</em> and <em>LowPower</em> fields in GYRO_DrvTypeDef structure</li>
  120. <li>camera.h: add CAMERA_COLOR_EFFECT_NONE define</li>
  121. <li>idd.h:
  122. <ul>
  123. <li>add MeasureNb, DeltaDelayUnit and DeltaDelayValue fields in IDD_ConfigTypeDef structure</li>
  124. <li>rename PreDelay field to PreDelayUnit in IDD_ConfigTypeDef structure</li>
  125. </ul></li>
  126. </ul>
  127. <p><strong><span class="underline"><span style="font-size: 10pt; font-family: Verdana; color: black;">Important Note:</span></span></strong></p>
  128. <p>This release V3.0.0 is not backward compatible with V2.2.0.</p>
  129. </div>
  130. </div>
  131. <div class="collapse">
  132. <input type="checkbox" id="collapse-section155" aria-hidden="true"> <label for="collapse-section155" aria-hidden="true">V2.2.0 / 09-February-2015</label>
  133. <div>
  134. <h2 id="main-changes-7">Main Changes</h2>
  135. <ul>
  136. <li>Magnetometer driver function prototypes added (magneto.h file)</li>
  137. <li>Update “idd.h” file to provide DeInit() and WakeUp() services in IDD current measurement driver</li>
  138. </ul>
  139. </div>
  140. </div>
  141. <div class="collapse">
  142. <input type="checkbox" id="collapse-section15" aria-hidden="true"> <label for="collapse-section15" aria-hidden="true">V2.1.0 / 06-February-2015</label>
  143. <div>
  144. <h2 id="main-changes-8">Main Changes</h2>
  145. <ul>
  146. <li>IDD current measurement driver function prototypes added (idd.h file)</li>
  147. <li>io.h: add new typedef enum IO_PinState with IO_PIN_RESET and IO_PIN_SET values</li>
  148. </ul>
  149. </div>
  150. </div>
  151. <div class="collapse">
  152. <input type="checkbox" id="collapse-section12" aria-hidden="true"> <label for="collapse-section12" aria-hidden="true">V2.0.0 / 15-December-2014</label>
  153. <div>
  154. <h2 id="main-changes-9">Main Changes</h2>
  155. <ul>
  156. <li>Update “io.h” file to support MFX (Multi Function eXpander) device available on some STM32 boards
  157. <ul>
  158. <li>add new entries for IO_ModeTypedef enumeration structure</li>
  159. <li>update the IO_DrvTypeDef structure
  160. <ul>
  161. <li>Update all return values and function parameters to uint32_t</li>
  162. <li>Add a return value for Config field</li>
  163. </ul></li>
  164. </ul></li>
  165. </ul>
  166. <p><strong><span class="underline"><span style="font-size: 10pt; font-family: Verdana; color: black;">Important Note:</span></span></strong></p>
  167. <p>This version V2.0.0 is not backward compatible with V1.2.1.</p>
  168. </div>
  169. </div>
  170. <div class="collapse">
  171. <input type="checkbox" id="collapse-section9" aria-hidden="true"> <label for="collapse-section9" aria-hidden="true">V1.2.1 / 02-December-2014</label>
  172. <div>
  173. <h2 id="main-changes-10">Main Changes</h2>
  174. <ul>
  175. <li>gyro.h: change “__GIRO_H” by “__GYRO_H” to fix compilation issue under Mac OS</li>
  176. </ul>
  177. </div>
  178. </div>
  179. <div class="collapse">
  180. <input type="checkbox" id="collapse-section8" aria-hidden="true"> <label for="collapse-section8" aria-hidden="true">V1.2.0 / 18-June-2014</label>
  181. <div>
  182. <h2 id="main-changes-11">Main Changes</h2>
  183. <ul>
  184. <li>EPD (E Paper Display) driver function prototype added (epd.h file)</li>
  185. </ul>
  186. </div>
  187. </div>
  188. <div class="collapse">
  189. <input type="checkbox" id="collapse-section7" aria-hidden="true"> <label for="collapse-section7" aria-hidden="true">V1.1.0 / 21-March-2014</label>
  190. <div>
  191. <h2 id="main-changes-12">Main Changes</h2>
  192. <ul>
  193. <li>Temperature Sensor driver function prototype added</li>
  194. </ul>
  195. </div>
  196. </div>
  197. <div class="collapse">
  198. <input type="checkbox" id="collapse-section7" aria-hidden="true"> <label for="collapse-section7" aria-hidden="true">V1.0.0 / 18-February-2014</label>
  199. <div>
  200. <h2 id="main-changes-13">Main Changes</h2>
  201. <ul>
  202. <li>First official release with Accelerometer, Audio, Camera, Gyroscope, IO, LCD and Touch Screen drivers function prototypes</li>
  203. </ul>
  204. </div>
  205. </div>
  206. </div>
  207. </div>
  208. <footer class="sticky">
  209. For complete documentation on <mark>STM32 Microcontrollers</mark> , visit: <a href="http://www.st.com/STM32">http://www.st.com/STM32</a>
  210. </footer>
  211. </body>
  212. </html>