Skip to content

Commit 56fd4fe

Browse files
committed
Prepare mbed-tools release 7.30.1
1 parent e996350 commit 56fd4fe

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ beta releases are not included in this history. For a full list of all releases,
1212

1313
[//]: # (begin_release_notes)
1414

15+
7.30.1 (2021-07-30)
16+
===================
17+
18+
Bugfixes
19+
--------
20+
21+
- Fix handling of baremetal "requires" configuration. (#20210729080119)
22+
23+
1524
7.30.0 (2021-07-23)
1625
===================
1726

docs/api/build/config.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ <h1 class="title">Module <code>mbed_tools.build.config</code></h1>
4848

4949

5050
def generate_config(target_name: str, toolchain: str, program: MbedProgram) -&gt; Tuple[Config, pathlib.Path]:
51-
&#34;&#34;&#34;Generate an Mbed config file at the program root by parsing the mbed config system.
51+
&#34;&#34;&#34;Generate an Mbed config file after parsing the Mbed config system.
5252

5353
Args:
5454
target_name: Name of the target to configure for.
5555
toolchain: Name of the toolchain to use.
5656
program: The MbedProgram to configure.
5757

5858
Returns:
59-
Config object (UserDict)
59+
Config object (UserDict).
6060
Path to the generated config file.
6161
&#34;&#34;&#34;
6262
targets_data = _load_raw_targets_data(program)
@@ -100,7 +100,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
100100
<span>def <span class="ident">generate_config</span></span>(<span>target_name: str, toolchain: str, program: <a title="mbed_tools.project.mbed_program.MbedProgram" href="../project/mbed_program.html#mbed_tools.project.mbed_program.MbedProgram">MbedProgram</a>) ‑> Tuple[mbed_tools.build._internal.config.config.Config, pathlib.Path]</span>
101101
</code></dt>
102102
<dd>
103-
<div class="desc"><p>Generate an Mbed config file at the program root by parsing the mbed config system.</p>
103+
<div class="desc"><p>Generate an Mbed config file after parsing the Mbed config system.</p>
104104
<h2 id="args">Args</h2>
105105
<dl>
106106
<dt><strong><code>target_name</code></strong></dt>
@@ -111,22 +111,22 @@ <h2 id="args">Args</h2>
111111
<dd>The MbedProgram to configure.</dd>
112112
</dl>
113113
<h2 id="returns">Returns</h2>
114-
<p>Config object (UserDict)
114+
<p>Config object (UserDict).
115115
Path to the generated config file.</p></div>
116116
<details class="source">
117117
<summary>
118118
<span>Expand source code</span>
119119
</summary>
120120
<pre><code class="python">def generate_config(target_name: str, toolchain: str, program: MbedProgram) -&gt; Tuple[Config, pathlib.Path]:
121-
&#34;&#34;&#34;Generate an Mbed config file at the program root by parsing the mbed config system.
121+
&#34;&#34;&#34;Generate an Mbed config file after parsing the Mbed config system.
122122

123123
Args:
124124
target_name: Name of the target to configure for.
125125
toolchain: Name of the toolchain to use.
126126
program: The MbedProgram to configure.
127127

128128
Returns:
129-
Config object (UserDict)
129+
Config object (UserDict).
130130
Path to the generated config file.
131131
&#34;&#34;&#34;
132132
targets_data = _load_raw_targets_data(program)

news/20210729080119.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)