hackrf-hal 0.1.0

Hardware abstraction layer for HackRF
Documentation
Build #40679 2017-02-02 00:13:36

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.16.0-nightly (df8debf6d 2017-01-25)# docs.rs version
cratesfyi 0.3.1 (35080d4 2017-01-24)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading hackrf-hal v0.1.0
Downloading lpc43xx v0.0.0
Compiling volatile-register v0.1.2
Running `rustc --crate-name volatile_register .cargo/registry/src/github.com-1ecc6299db9ec823/volatile-register-0.1.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=92f00f85b2478495 -C extra-filename=-92f00f85b2478495 --out-dir /home/cratesfyi/hackrf-hal-0.1.0/debug/deps -L dependency=/home/cratesfyi/hackrf-hal-0.1.0/debug/deps --cap-lints allow`
Compiling lpc43xx v0.0.0
Running `rustc --crate-name lpc43xx .cargo/registry/src/github.com-1ecc6299db9ec823/lpc43xx-0.0.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=2c7b3da12b4b8389 -C extra-filename=-2c7b3da12b4b8389 --out-dir /home/cratesfyi/hackrf-hal-0.1.0/debug/deps -L dependency=/home/cratesfyi/hackrf-hal-0.1.0/debug/deps --extern volatile_register=/home/cratesfyi/hackrf-hal-0.1.0/debug/deps/libvolatile_register-92f00f85b2478495.rlib --cap-lints allow`
Documenting hackrf-hal v0.1.0
Running `rustdoc --crate-name hackrf_hal .cargo/registry/src/github.com-1ecc6299db9ec823/hackrf-hal-0.1.0/src/lib.rs -o /home/cratesfyi/hackrf-hal-0.1.0/doc -L dependency=/home/cratesfyi/hackrf-hal-0.1.0/debug/deps --extern lpc43xx=/home/cratesfyi/hackrf-hal-0.1.0/debug/deps/liblpc43xx-2c7b3da12b4b8389.rlib`
error: no method named `write_word` found for type `lpc43xx::peripheral::gpio_port::Set` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/hackrf-hal-0.1.0/src/gpio.rs:12:30
|
12 | 		gpio_port().set[self.port].write_word(1 << self.pin);
| 		                           ^^^^^^^^^^

error: no method named `write_word` found for type `lpc43xx::peripheral::gpio_port::Clr` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/hackrf-hal-0.1.0/src/gpio.rs:16:30
|
16 | 		gpio_port().clr[self.port].write_word(1 << self.pin);
| 		                           ^^^^^^^^^^

error: no method named `write_word` found for type `lpc43xx::peripheral::gpio_port::Not` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/hackrf-hal-0.1.0/src/gpio.rs:20:30
|
20 | 		gpio_port().not[self.port].write_word(1 << self.pin);
| 		                           ^^^^^^^^^^

error: no method named `write_word` found for type `lpc43xx::peripheral::gpio_port::W` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/hackrf-hal-0.1.0/src/gpio.rs:24:44
|
24 | 		gpio_port().w[self.port * 32 + self.pin].write_word(value);
| 		                                         ^^^^^^^^^^

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'ChainedError {
error: Could not document `hackrf-hal`.,
cause: process didn't exit successfully: `rustdoc --crate-name hackrf_hal .cargo/registry/src/github.com-1ecc6299db9ec823/hackrf-hal-0.1.0/src/lib.rs -o /home/cratesfyi/hackrf-hal-0.1.0/doc -L dependency=/home/cratesfyi/hackrf-hal-0.1.0/debug/deps --extern lpc43xx=/home/cratesfyi/hackrf-hal-0.1.0/debug/deps/liblpc43xx-2c7b3da12b4b8389.rlib` (exit code: 101)
}', src/bin/cratesfyi.rs:137
note: Run with `RUST_BACKTRACE=1` for a backtrace.