mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +01:00
bump rtfm-syntax
This commit is contained in:
parent
8e49af1cc0
commit
7b598c0749
31 changed files with 175 additions and 85 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#![deny(unsafe_code)]
|
||||
#![deny(warnings)]
|
||||
#![feature(proc_macro)]
|
||||
#![feature(proc_macro_gen)]
|
||||
#![no_main]
|
||||
#![no_std]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
#![deny(unsafe_code)]
|
||||
#![deny(warnings)]
|
||||
#![feature(proc_macro)]
|
||||
#![feature(proc_macro_gen)]
|
||||
#![no_main]
|
||||
#![no_std]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
#![deny(unsafe_code)]
|
||||
#![deny(warnings)]
|
||||
#![feature(proc_macro)]
|
||||
#![feature(proc_macro_gen)]
|
||||
#![no_main]
|
||||
#![no_std]
|
||||
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
#![deny(unsafe_code)]
|
||||
#![deny(warnings)]
|
||||
#![feature(proc_macro)]
|
||||
#![feature(proc_macro_gen)]
|
||||
#![no_main]
|
||||
#![no_std]
|
||||
|
||||
|
|
|
|||
|
|
@ -64,6 +64,7 @@
|
|||
#![deny(unsafe_code)]
|
||||
#![deny(warnings)]
|
||||
#![feature(proc_macro)]
|
||||
#![feature(proc_macro_gen)]
|
||||
#![no_main]
|
||||
#![no_std]
|
||||
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@
|
|||
#![deny(unsafe_code)]
|
||||
#![deny(warnings)]
|
||||
#![feature(proc_macro)]
|
||||
#![feature(proc_macro_gen)]
|
||||
#![no_main]
|
||||
#![no_std]
|
||||
|
||||
|
|
@ -78,7 +79,7 @@ extern crate stm32f103xx;
|
|||
|
||||
use cortex_m::peripheral::{DWT, ITM};
|
||||
use rt::ExceptionFrame;
|
||||
use rtfm::{app, Resource};
|
||||
use rtfm::app;
|
||||
|
||||
app! {
|
||||
device: stm32f103xx,
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@
|
|||
#![deny(unsafe_code)]
|
||||
#![deny(warnings)]
|
||||
#![feature(proc_macro)]
|
||||
#![feature(proc_macro_gen)]
|
||||
#![no_main]
|
||||
#![no_std]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
#![deny(warnings)]
|
||||
#![feature(proc_macro)]
|
||||
#![feature(proc_macro_gen)]
|
||||
#![no_main]
|
||||
#![no_std]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
#![deny(unsafe_code)]
|
||||
#![deny(warnings)]
|
||||
#![feature(proc_macro)]
|
||||
#![feature(proc_macro_gen)]
|
||||
#![no_main]
|
||||
#![no_std]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
#![deny(warnings)]
|
||||
#![feature(proc_macro)]
|
||||
#![feature(proc_macro_gen)]
|
||||
#![no_main]
|
||||
#![no_std]
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
#![deny(unsafe_code)]
|
||||
#![deny(warnings)]
|
||||
#![feature(proc_macro)]
|
||||
#![feature(proc_macro_gen)]
|
||||
#![no_main]
|
||||
#![no_std]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
#![deny(unsafe_code)]
|
||||
#![deny(warnings)]
|
||||
#![feature(proc_macro)]
|
||||
#![feature(proc_macro_gen)]
|
||||
#![no_main]
|
||||
#![no_std]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue