Skip to content

Commit 70d2e12

Browse files
committed
Release v1.10.4
1 parent dc9e1a8 commit 70d2e12

File tree

2,574 files changed

+37463
-31971
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,574 files changed

+37463
-31971
lines changed

.deliveryignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This File contains the files and folder list to automatically delete inside the <baseline>/Firmware folder when publishing the stm32cube
2+
# Note that .git, .gitignore and .gitmodules are already deleted by the FWdelivery.py
3+
4+
#For instance
5+
#Remove a folder and a file :
6+
#Drivers/CMSIS/Device/ST/STM32L4xx/Release_Notes.html
7+
#Drivers/CMSIS/Device/ST/STM32L4xx
8+
Drivers/BSP/STM32L152_EVAL

.gitattributes

Lines changed: 0 additions & 24 deletions
This file was deleted.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Copyright 2017 STMicroelectronics.
2+
All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without modification,
5+
are permitted provided that the following conditions are met:
6+
7+
1. Redistributions of source code must retain the above copyright notice, this
8+
list of conditions and the following disclaimer.
9+
10+
2. Redistributions in binary form must reproduce the above copyright notice,
11+
this list of conditions and the following disclaimer in the documentation and/or
12+
other materials provided with the distribution.
13+
14+
3. Neither the name of the copyright holder nor the names of its contributors
15+
may be used to endorse or promote products derived from this software without
16+
specific prior written permission.
17+
18+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
19+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
22+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
24+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
25+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# BSP 32L100CDISCOVERY Component
2+
3+
![latest tag](https://img.shields.io/github/v/tag/STMicroelectronics/32l100cdiscovery.svg?color=brightgreen)
4+
5+
## Overview
6+
7+
**STM32Cube** is an STMicroelectronics original initiative to ease developers' life by reducing efforts, time and cost.
8+
9+
**STM32Cube** covers the overall STM32 products portfolio. It includes a comprehensive embedded software platform delivered for each STM32 series.
10+
* The CMSIS modules (core and device) corresponding to the ARM(tm) core implemented in this STM32 product.
11+
* The STM32 HAL-LL drivers, an abstraction layer offering a set of APIs ensuring maximized portability across the STM32 portfolio.
12+
* The BSP drivers of each evaluation, demonstration or nucleo board provided for this STM32 series.
13+
* A consistent set of middleware libraries such as RTOS, USB, FatFS, graphics, touch sensing library...
14+
* A full set of software projects (basic examples, applications, and demonstrations) for each board provided for this STM32 series.
15+
16+
Two models of publication are proposed for the STM32Cube embedded software:
17+
* The monolithic **MCU Package**: all STM32Cube software modules of one STM32 series are present (Drivers, Middleware, Projects, Utilities) in the repository (usual name **STM32Cubexx**, xx corresponding to the STM32 series).
18+
* The **MCU component**: each STM32Cube software module being part of the STM32Cube MCU Package, is delivered as an individual repository, allowing the user to select and get only the required software functions.
19+
20+
## Description
21+
22+
This **32l100cdiscovery** MCU component repository is one element of the **STM32CubeL1** MCU embedded software package, providing the **32L100CDISCOVERY** BSP BOARD component part.
23+
24+
## Release note
25+
26+
Details about the content of this release are available in the release note [here](https://htmlpreview.github.io/?https://github.com/STMicroelectronics/32l100cdiscovery/blob/main/Release_Notes.html).
27+
28+
## Compatibility information
29+
30+
Below is the list of the BSP *component* drivers to be used with this BSP *board* driver. It is **crucial** that you use a consistent set of CMSIS - HAL - BSP versions, as mentioned in [this](https://htmlpreview.github.io/?https://github.com/STMicroelectronics/STM32CubeL1/blob/master/Release_Notes.html) release note.
31+
32+
* [stm32-bsp-common](https://github.com/STMicroelectronics/stm32-bsp-common)
33+
34+
## Troubleshooting
35+
36+
Please refer to the [CONTRIBUTING.md](CONTRIBUTING.md) guide.

Drivers/BSP/STM32L100C-Discovery/Release_Notes.html

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,37 +11,40 @@
1111
span.underline{text-decoration: underline;}
1212
div.column{display: inline-block; vertical-align: top; width: 50%;}
1313
</style>
14-
<link rel="stylesheet" href="_htmresc/mini-st.css" />
14+
<link rel="stylesheet" href="_htmresc/mini-st_2020.css" />
1515
<!--[if lt IE 9]>
1616
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
1717
<![endif]-->
18+
<link rel="icon" type="image/x-icon" href="_htmresc/favicon.png" />
1819
</head>
1920
<body>
2021
<div class="row">
2122
<div class="col-sm-12 col-lg-4">
22-
<div class="card fluid">
23-
<div class="sectione dark">
2423
<center>
2524
<h1 id="release-notes-for-stm32l100c-discovery-board-drivers"><small>Release Notes for</small> <mark>STM32L100C-Discovery Board Drivers</mark></h1>
2625
<p>Copyright © 2017 STMicroelectronics<br />
2726
</p>
28-
<a href="https://www.st.com" class="logo"><img src="_htmresc/st_logo.png" alt="ST logo" /></a>
27+
<a href="https://www.st.com" class="logo"><img src="_htmresc/st_logo_2020.png" alt="ST logo" /></a>
2928
</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>
3529
<h1 id="purpose">Purpose</h1>
3630
<p>This directory contains the board drivers to demonstrate the capabilities of the STM32L100C-Discovery Kit.</p>
3731
</div>
3832
<div class="col-sm-12 col-lg-8">
3933
<h1 id="update-history">Update History</h1>
4034
<div class="collapse">
41-
<input type="checkbox" id="collapse-section6" checked aria-hidden="true"> <label for="collapse-section6" aria-hidden="true">V1.0.5 / 05-April-2019</label>
35+
<input type="checkbox" id="collapse-section7" checked aria-hidden="true"> <label for="collapse-section7" aria-hidden="true">V1.0.6 / 07-April-2023</label>
4236
<div>
4337
<h2 id="main-changes">Main Changes</h2>
4438
<ul>
39+
<li>All source files: update disclaimer to add reference to the new license agreement.</li>
40+
</ul>
41+
</div>
42+
</div>
43+
<div class="collapse">
44+
<input type="checkbox" id="collapse-section6" aria-hidden="true"> <label for="collapse-section6" aria-hidden="true">V1.0.5 / 05-April-2019</label>
45+
<div>
46+
<h2 id="main-changes-1">Main Changes</h2>
47+
<ul>
4548
<li>Update format of Release_Notes.html file.</li>
4649
<li>Update CHM User Manual for BSP/STM32L100C-Discovery.</li>
4750
</ul>
@@ -50,7 +53,7 @@ <h2 id="main-changes">Main Changes</h2>
5053
<div class="collapse">
5154
<input type="checkbox" id="collapse-section5" aria-hidden="true"> <label for="collapse-section5" aria-hidden="true">V1.0.4 / 25-August-2017</label>
5255
<div>
53-
<h2 id="main-changes-1">Main Changes</h2>
56+
<h2 id="main-changes-2">Main Changes</h2>
5457
<ul>
5558
<li>Removed DATE and VERSION fields from header files.</li>
5659
<li>Updated CHM User Manual for BSP/STM32L100C-Discovery.</li>
@@ -60,7 +63,7 @@ <h2 id="main-changes-1">Main Changes</h2>
6063
<div class="collapse">
6164
<input type="checkbox" id="collapse-section4" aria-hidden="true"> <label for="collapse-section4" aria-hidden="true">V1.0.3 / 21-April-2017</label>
6265
<div>
63-
<h2 id="main-changes-2">Main Changes</h2>
66+
<h2 id="main-changes-3">Main Changes</h2>
6467
<ul>
6568
<li>Updated CHM User Manual for BSP/STM32L100C-Discovery.</li>
6669
</ul>
@@ -69,7 +72,7 @@ <h2 id="main-changes-2">Main Changes</h2>
6972
<div class="collapse">
7073
<input type="checkbox" id="collapse-section3" aria-hidden="true"> <label for="collapse-section3" aria-hidden="true">V1.0.2 / 09-October-2015</label>
7174
<div>
72-
<h2 id="main-changes-3">Main Changes</h2>
75+
<h2 id="main-changes-4">Main Changes</h2>
7376
<ul>
7477
<li>Update BSP STM32L100C-Discovery drivers based on latest HAL updates.</li>
7578
</ul>
@@ -82,7 +85,7 @@ <h2 id="other-compatibilities">Other compatibilities</h2>
8285
<div class="collapse">
8386
<input type="checkbox" id="collapse-section2" aria-hidden="true"> <label for="collapse-section2" aria-hidden="true">V1.0.1 / 31-March-2015</label>
8487
<div>
85-
<h2 id="main-changes-4">Main Changes</h2>
88+
<h2 id="main-changes-5">Main Changes</h2>
8689
<ul>
8790
<li>Alignment to latest changes done on HAL driver.</li>
8891
</ul>
@@ -91,7 +94,7 @@ <h2 id="main-changes-4">Main Changes</h2>
9194
<div class="collapse">
9295
<input type="checkbox" id="collapse-section1" aria-hidden="true"> <label for="collapse-section1" aria-hidden="true">V1.0.0 / 05-September-2014</label>
9396
<div>
94-
<h2 id="main-changes-5">Main Changes</h2>
97+
<h2 id="main-changes-6">Main Changes</h2>
9598
<ul>
9699
<li>First Official Release of STM32L100C-Discovery based on STM32Cube specification</li>
97100
</ul>
Loading

0 commit comments

Comments
 (0)