stm32f0xx-hal 0.7.0

Peripheral access API for STM32F0 series microcontrollers
Build #130293 2018-12-06T22:08:18.787821+00:00
# rustc version
rustc 1.32.0-nightly (3e90a12a8 2018-11-29)
# docs.rs version
cratesfyi 0.6.0 (e287639 2018-12-01)

# build log
Updating crates.io index
Downloading crates ...
Downloaded stm32f0xx-hal v0.7.0
Fresh semver-parser v0.7.0
Fresh unicode-xid v0.1.0
Fresh rand_core v0.3.0
Fresh vcell v0.1.0
Fresh aligned v0.2.0
Compiling stm32f0 v0.4.0
Fresh nb v0.1.1
Fresh void v1.0.2
Fresh r0 v0.2.2
Running `rustc --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/stm32f0-0.4.0/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=3afef2b9693da69d -C extra-filename=-3afef2b9693da69d --out-dir /home/cratesfyi/cratesfyi/debug/build/stm32f0-3afef2b9693da69d -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh cast v0.2.2
Fresh semver v0.9.0
Fresh rand_core v0.2.2
Fresh volatile-register v0.2.0
Fresh embedded-hal v0.2.2
Fresh rustc_version v0.2.3
Fresh proc-macro2 v0.4.24
Fresh rand v0.5.5
Compiling bare-metal v0.2.4
Fresh quote v0.6.10
Running `rustc --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bare-metal-0.2.4/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="const-fn"' -C metadata=d6b43c752dbeffec -C extra-filename=-d6b43c752dbeffec --out-dir /home/cratesfyi/cratesfyi/debug/build/bare-metal-d6b43c752dbeffec -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rustc_version=/home/cratesfyi/cratesfyi/debug/deps/librustc_version-27d372ccd1f04f39.rlib --cap-lints allow`
Fresh syn v0.15.22
Fresh cortex-m-rt-macros v0.1.3
Fresh cortex-m-rt v0.6.5
Running `/home/cratesfyi/cratesfyi/debug/build/stm32f0-3afef2b9693da69d/build-script-build`
Running `/home/cratesfyi/cratesfyi/debug/build/bare-metal-d6b43c752dbeffec/build-script-build`
Running `rustc --crate-name bare_metal /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bare-metal-0.2.4/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="const-fn"' -C metadata=8192f67482bb6582 -C extra-filename=-8192f67482bb6582 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Checking cortex-m v0.5.8
Running `rustc --crate-name cortex_m /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.5.8/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=516cd4b14e8c7559 -C extra-filename=-516cd4b14e8c7559 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern aligned=/home/cratesfyi/cratesfyi/debug/deps/libaligned-49d908cf384b42f1.rmeta --extern bare_metal=/home/cratesfyi/cratesfyi/debug/deps/libbare_metal-8192f67482bb6582.rmeta --extern volatile_register=/home/cratesfyi/cratesfyi/debug/deps/libvolatile_register-64cd9dae556a7cb0.rmeta --cap-lints allow`
Running `rustc --crate-name stm32f0 /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/stm32f0-0.4.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="default"' -C metadata=3df46b63f01e0c91 -C extra-filename=-3df46b63f01e0c91 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bare_metal=/home/cratesfyi/cratesfyi/debug/deps/libbare_metal-8192f67482bb6582.rmeta --extern cortex_m=/home/cratesfyi/cratesfyi/debug/deps/libcortex_m-516cd4b14e8c7559.rmeta --extern vcell=/home/cratesfyi/cratesfyi/debug/deps/libvcell-85e1d98973a9a615.rmeta --cap-lints allow`
Documenting stm32f0xx-hal v0.7.0
Running `rustdoc --crate-name stm32f0xx_hal /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/stm32f0xx-hal-0.7.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20181129-1.32.0-nightly-3e90a12a8 --extern-html-root-url 'cast=https://docs.rs/cast/0.2.2' --extern-html-root-url 'panic_halt=https://docs.rs/panic-halt/0.2.0' --extern-html-root-url 'stm32f0=https://docs.rs/stm32f0/0.4.0' --extern-html-root-url 'cortex_m=https://docs.rs/cortex-m/0.5.8' --extern-html-root-url 'embedded_hal=https://docs.rs/embedded-hal/0.2.2' --extern-html-root-url 'ina260=https://docs.rs/ina260/0.2.6' --extern-html-root-url 'cortex_m_rt=https://docs.rs/cortex-m-rt/0.6.5' --extern-html-root-url 'nb=https://docs.rs/nb/0.1.1' --extern-html-root-url 'void=https://docs.rs/void/1.0.2' --extern-html-root-url 'bare_metal=https://docs.rs/bare-metal/0.2.4' --extern-html-root-url 'numtoa=https://docs.rs/numtoa/0.2.3' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bare_metal=/home/cratesfyi/cratesfyi/debug/deps/libbare_metal-8192f67482bb6582.rmeta --extern cast=/home/cratesfyi/cratesfyi/debug/deps/libcast-a4753b0dae529fa8.rmeta --extern cortex_m=/home/cratesfyi/cratesfyi/debug/deps/libcortex_m-516cd4b14e8c7559.rmeta --extern cortex_m_rt=/home/cratesfyi/cratesfyi/debug/deps/libcortex_m_rt-2a969d2dd412800d.rmeta --extern embedded_hal=/home/cratesfyi/cratesfyi/debug/deps/libembedded_hal-1e2a67330c5725dc.rmeta --extern nb=/home/cratesfyi/cratesfyi/debug/deps/libnb-a7b29604c94a06e3.rmeta --extern stm32f0=/home/cratesfyi/cratesfyi/debug/deps/libstm32f0-3df46b63f01e0c91.rmeta --extern void=/home/cratesfyi/cratesfyi/debug/deps/libvoid-0677799039d8b5b9.rmeta`
error[E0432]: unresolved import `stm32`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/stm32f0xx-hal-0.7.0/src/i2c.rs:1:5
|
1 | use stm32::{I2C1, RCC};
|     ^^^^^ maybe a missing `extern crate stm32;`?

error[E0432]: unresolved import `stm32`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/stm32f0xx-hal-0.7.0/src/rcc.rs:4:5
|
4 | use stm32::{FLASH, RCC};
|     ^^^^^ maybe a missing `extern crate stm32;`?

error[E0432]: unresolved import `stm32`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/stm32f0xx-hal-0.7.0/src/serial.rs:10:5
|
10 | use stm32::{RCC, USART1, USART2};
|     ^^^^^ maybe a missing `extern crate stm32;`?

error[E0432]: unresolved import `stm32`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/stm32f0xx-hal-0.7.0/src/spi.rs:8:5
|
8 | use stm32::{RCC, SPI1};
|     ^^^^^ maybe a missing `extern crate stm32;`?

error[E0432]: unresolved import `stm32`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/stm32f0xx-hal-0.7.0/src/gpio.rs:61:17
|
61  |               use stm32::$GPIOX;
|                   ^^^^^ maybe a missing `extern crate stm32;`?
...
449 | / gpio!(GPIOA, gpioa, iopaen, PA, [
450 | |     PA0: (pa0, 0, Input<Floating>),
451 | |     PA1: (pa1, 1, Input<Floating>),
452 | |     PA2: (pa2, 2, Input<Floating>),
...   |
465 | |     PA15: (pa15, 15, Input<Floating>),
466 | | ]);
| |___- in this macro invocation

error[E0432]: unresolved import `stm32`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/stm32f0xx-hal-0.7.0/src/gpio.rs:63:17
|
63  |               use stm32::RCC;
|                   ^^^^^ maybe a missing `extern crate stm32;`?
...
449 | / gpio!(GPIOA, gpioa, iopaen, PA, [
450 | |     PA0: (pa0, 0, Input<Floating>),
451 | |     PA1: (pa1, 1, Input<Floating>),
452 | |     PA2: (pa2, 2, Input<Floating>),
...   |
465 | |     PA15: (pa15, 15, Input<Floating>),
466 | | ]);
| |___- in this macro invocation

error[E0432]: unresolved import `stm32`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/stm32f0xx-hal-0.7.0/src/gpio.rs:61:17
|
61  |               use stm32::$GPIOX;
|                   ^^^^^ maybe a missing `extern crate stm32;`?
...
468 | / gpio!(GPIOB, gpiob, iopben, PB, [
469 | |     PB0: (pb0, 0, Input<Floating>),
470 | |     PB1: (pb1, 1, Input<Floating>),
471 | |     PB2: (pb2, 2, Input<Floating>),
...   |
484 | |     PB15: (pb15, 15, Input<Floating>),
485 | | ]);
| |___- in this macro invocation

error[E0432]: unresolved import `stm32`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/stm32f0xx-hal-0.7.0/src/gpio.rs:63:17
|
63  |               use stm32::RCC;
|                   ^^^^^ maybe a missing `extern crate stm32;`?
...
468 | / gpio!(GPIOB, gpiob, iopben, PB, [
469 | |     PB0: (pb0, 0, Input<Floating>),
470 | |     PB1: (pb1, 1, Input<Floating>),
471 | |     PB2: (pb2, 2, Input<Floating>),
...   |
484 | |     PB15: (pb15, 15, Input<Floating>),
485 | | ]);
| |___- in this macro invocation

error[E0432]: unresolved import `stm32`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/stm32f0xx-hal-0.7.0/src/gpio.rs:61:17
|
61  |               use stm32::$GPIOX;
|                   ^^^^^ maybe a missing `extern crate stm32;`?
...
487 | / gpio!(GPIOC, gpioc, iopcen, PC, [
488 | |     PC13: (pc13, 13, Input<Floating>),
489 | |     PC14: (pc14, 14, Input<Floating>),
490 | |     PC15: (pc15, 15, Input<Floating>),
491 | | ]);
| |___- in this macro invocation

error[E0432]: unresolved import `stm32`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/stm32f0xx-hal-0.7.0/src/gpio.rs:63:17
|
63  |               use stm32::RCC;
|                   ^^^^^ maybe a missing `extern crate stm32;`?
...
487 | / gpio!(GPIOC, gpioc, iopcen, PC, [
488 | |     PC13: (pc13, 13, Input<Floating>),
489 | |     PC14: (pc14, 14, Input<Floating>),
490 | |     PC15: (pc15, 15, Input<Floating>),
491 | | ]);
| |___- in this macro invocation

error[E0432]: unresolved import `stm32`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/stm32f0xx-hal-0.7.0/src/gpio.rs:61:17
|
61  |               use stm32::$GPIOX;
|                   ^^^^^ maybe a missing `extern crate stm32;`?
...
493 | / gpio!(GPIOF, gpiof, iopfen, PF, [
494 | |     PF0: (pf0, 0, Input<Floating>),
495 | |     PF1: (pf1, 1, Input<Floating>),
496 | |     PF11: (pf11, 11, Input<Floating>),
497 | | ]);
| |___- in this macro invocation

error[E0432]: unresolved import `stm32`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/stm32f0xx-hal-0.7.0/src/gpio.rs:63:17
|
63  |               use stm32::RCC;
|                   ^^^^^ maybe a missing `extern crate stm32;`?
...
493 | / gpio!(GPIOF, gpiof, iopfen, PF, [
494 | |     PF0: (pf0, 0, Input<Floating>),
495 | |     PF1: (pf1, 1, Input<Floating>),
496 | |     PF11: (pf11, 11, Input<Floating>),
497 | | ]);
| |___- in this macro invocation

error[E0592]: duplicate definitions with name `split`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/stm32f0xx-hal-0.7.0/src/serial.rs:95:5
|
95  | /     pub fn split(self) -> (Tx<USART1>, Rx<USART1>) {
96  | |         (
97  | |             Tx {
98  | |                 _usart: PhantomData,
...   |
103 | |         )
104 | |     }
| |_____^ duplicate definitions for `split`
...
189 | /     pub fn split(self) -> (Tx<USART2>, Rx<USART2>) {
190 | |         (
191 | |             Tx {
192 | |                 _usart: PhantomData,
...   |
197 | |         )
198 | |     }
| |_____- other definition for `split`

error[E0592]: duplicate definitions with name `release`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/stm32f0xx-hal-0.7.0/src/serial.rs:105:5
|
105 | /     pub fn release(self) -> (USART1, PINS) {
106 | |         (self.usart, self.pins)
107 | |     }
| |_____^ duplicate definitions for `release`
...
199 | /     pub fn release(self) -> (USART2, PINS) {
200 | |         (self.usart, self.pins)
201 | |     }
| |_____- other definition for `release`

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --crate-name stm32f0xx_hal /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/stm32f0xx-hal-0.7.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20181129-1.32.0-nightly-3e90a12a8 --extern-html-root-url \'cast=https://docs.rs/cast/0.2.2\' --extern-html-root-url \'panic_halt=https://docs.rs/panic-halt/0.2.0\' --extern-html-root-url \'stm32f0=https://docs.rs/stm32f0/0.4.0\' --extern-html-root-url \'cortex_m=https://docs.rs/cortex-m/0.5.8\' --extern-html-root-url \'embedded_hal=https://docs.rs/embedded-hal/0.2.2\' --extern-html-root-url \'ina260=https://docs.rs/ina260/0.2.6\' --extern-html-root-url \'cortex_m_rt=https://docs.rs/cortex-m-rt/0.6.5\' --extern-html-root-url \'nb=https://docs.rs/nb/0.1.1\' --extern-html-root-url \'void=https://docs.rs/void/1.0.2\' --extern-html-root-url \'bare_metal=https://docs.rs/bare-metal/0.2.4\' --extern-html-root-url \'numtoa=https://docs.rs/numtoa/0.2.3\' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bare_metal=/home/cratesfyi/cratesfyi/debug/deps/libbare_metal-8192f67482bb6582.rmeta --extern cast=/home/cratesfyi/cratesfyi/debug/deps/libcast-a4753b0dae529fa8.rmeta --extern cortex_m=/home/cratesfyi/cratesfyi/debug/deps/libcortex_m-516cd4b14e8c7559.rmeta --extern cortex_m_rt=/home/cratesfyi/cratesfyi/debug/deps/libcortex_m_rt-2a969d2dd412800d.rmeta --extern embedded_hal=/home/cratesfyi/cratesfyi/debug/deps/libembedded_hal-1e2a67330c5725dc.rmeta --extern nb=/home/cratesfyi/cratesfyi/debug/deps/libnb-a7b29604c94a06e3.rmeta --extern stm32f0=/home/cratesfyi/cratesfyi/debug/deps/libstm32f0-3df46b63f01e0c91.rmeta --extern void=/home/cratesfyi/cratesfyi/debug/deps/libvoid-0677799039d8b5b9.rmeta` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

Could not document `stm32f0xx-hal`.', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.