<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/examples/stm32f0/build.rs, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/'/>
<entry>
<title>Replace rustflags with build.rs extra-link-args.</title>
<updated>2021-11-07T22:52:11+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2021-11-07T22:52:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=2221e1fa935fef1fbc8a39a478824f0b163e6399'/>
<id>2221e1fa935fef1fbc8a39a478824f0b163e6399</id>
<content type='text'>
Rustflags apply to ALL the crates in the graph, while we only need
them for the toplevel crate which is the only one getting linked.

Rustflags are not equal for all crates, this caused cargo to re-build the
same dependency crate multiple times uselessly. After this change, deps
are reused more, making builds faster.

Note that this only applies when sharing the target/ dir for multiple crates
in the repo which is not the default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rustflags apply to ALL the crates in the graph, while we only need
them for the toplevel crate which is the only one getting linked.

Rustflags are not equal for all crates, this caused cargo to re-build the
same dependency crate multiple times uselessly. After this change, deps
are reused more, making builds faster.

Note that this only applies when sharing the target/ dir for multiple crates
in the repo which is not the default.
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32: Add F0 example</title>
<updated>2021-07-15T16:50:39+00:00</updated>
<author>
<name>Thales Fragoso</name>
<email>thales.fragosoz@gmail.com</email>
</author>
<published>2021-07-15T16:50:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=697f93ad423fb70aa134c8810237622642a301d6'/>
<id>697f93ad423fb70aa134c8810237622642a301d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
