<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/examples/stm32l1/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>examples/stm32l1: remove memory.x, use the crate-provided one</title>
<updated>2022-01-14T19:59:57+00:00</updated>
<author>
<name>Greg V</name>
<email>greg@unrelenting.technology</email>
</author>
<published>2022-01-14T19:55:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=9fb2b5fa86e0a1b79a3c24a4b415e1c0dbed52cf'/>
<id>9fb2b5fa86e0a1b79a3c24a4b415e1c0dbed52cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Support for STM32L1</title>
<updated>2021-09-21T12:50:23+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf.lilleengen@gmail.com</email>
</author>
<published>2021-09-21T11:42:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=c79485c286d96ca7b1d0bdeb7360488b838a841e'/>
<id>c79485c286d96ca7b1d0bdeb7360488b838a841e</id>
<content type='text'>
* Add RCC
* Fix more issues with dash in chip names
* Update stm32-data version
* Add blinky and spi example
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add RCC
* Fix more issues with dash in chip names
* Update stm32-data version
* Add blinky and spi example
</pre>
</div>
</content>
</entry>
</feed>
