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
552687a729
rtic
/
ui
/
single
/
extern-interrupt-not-enough.rs
8 lines
96 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)
]
Modules using lower-case in examples
2020-05-19 20:00:13 +02:00
mod
app
{
rtfm-syntax refactor + heterogeneous multi-core support
2019-06-13 23:56:59 +02:00
#[
task
]
fn
a
(
_
:
a
::
Context
)
{
}
Update the test suite to use mod instead of const Changes MSRV to 1.42, failing tests updated to match 1.42.
2020-04-22 13:48:36 +02:00
}
Reference in a new issue
Copy permalink