forked from M-Labs/artiq
firmware: prune stabilized and unused features.
This commit is contained in:
parent
4480a1c2ff
commit
4bb7132848
|
@ -1,7 +1,5 @@
|
||||||
#![feature(lang_items, needs_panic_runtime, asm, libc, stmt_expr_attributes)]
|
#![feature(lang_items, asm, libc)]
|
||||||
|
|
||||||
#![no_std]
|
#![no_std]
|
||||||
#![needs_panic_runtime]
|
|
||||||
|
|
||||||
extern crate alloc_none;
|
extern crate alloc_none;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#![no_std]
|
#![no_std]
|
||||||
#![feature(libc, const_fn, stmt_expr_attributes, repr_simd, asm, lang_items)]
|
#![feature(libc, const_fn, repr_simd, asm, lang_items)]
|
||||||
|
|
||||||
extern crate alloc_artiq;
|
extern crate alloc_artiq;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
|
|
Loading…
Reference in New Issue