This website requires JavaScript.
Explore
Help
Sign In
ramtej
/
artiq
Watch
1
Star
0
Fork
0
You've already forked artiq
forked from
M-Labs/artiq
Code
Pull Requests
Activity
76fc63bbf7
artiq
/
artiq
/
firmware
/
libboard_artiq
/
build.rs
6 lines
65 B
Rust
Raw
Normal View
History
Unescape
Escape
firmware: oops, misoc #[cfg]s were missing from libboard_artiq.
2017-12-28 15:34:17 +08:00
extern
crate
build_misoc
;
firmware: split out libboard_artiq from libboard.
2017-12-28 15:06:45 +08:00
fn
main
(
)
{
firmware: oops, misoc #[cfg]s were missing from libboard_artiq.
2017-12-28 15:34:17 +08:00
build_misoc
::
cfg
(
)
;
firmware: split out libboard_artiq from libboard.
2017-12-28 15:06:45 +08:00
}
Copy Permalink