This website requires JavaScript.
Explore
Help
Sign In
mirror
/
rtic
Watch
1
Star
0
Fork
You've already forked rtic
0
mirror of
https://github.com/rtic-rs/rtic.git
synced
2024-11-23 20:22:51 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
527bfb6eec
rtic
/
ui
/
single
/
extern-interrupt-not-enough.rs
8 lines
105 B
Rust
Raw
Normal View
History
Unescape
Escape
rtfm-syntax refactor + heterogeneous multi-core support
2019-06-13 23:56:59 +02:00
#![
no_main
]
Rename RTFM to RTIC
2020-06-11 19:18:29 +02:00
#[
rtic::app(device = lm3s6965)
]
rtfm-syntax refactor + heterogeneous multi-core support
2019-06-13 23:56:59 +02:00
const
APP
:
(
)
=
{
#[
task
]
fn
a
(
_
:
a
::
Context
)
{
}
}
;
Reference in a new issue
Copy permalink