index
:
rtic
actor
async-2022
async_await
async_experiment
bors/staging
bors/trying
dependabot/cargo/esp32c3-0.20.0
dependabot/cargo/syn-2.0.44
dependabot/github_actions/actions/download-artifact-4
dependabot/github_actions/actions/upload-artifact-4
embedded-ci
fix_overshift
generator-tasks
generators
gh-pages
goodby_static_mut
immutable_resource_proxies
lockall
lockall_take2
lockopt
master
memory_lane_experiment
mock
next_claim
next_claim_failed
ordering
release-rtic-monotonics-v1.3
release/v0.1
release/v0.2
release/v0.3
release/v0.4
release/v0.5
release/v1
release/v2
remove-core-device-peripherals
rtic-monotonics-1.0.1
rticv2-wavedrom
systick
tq
vscode
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
export.rs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-01
Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic)
Emil Fresk
1
-324
/
+0
2023-03-01
More work on new spawn/executor
Emil Fresk
1
-23
/
+2
2023-03-01
New executor design
Emil Fresk
1
-67
/
+1
2023-03-01
Start CI, disable docs building
Emil Fresk
1
-1
/
+1
2023-03-01
Clippy fixes
Emil Fresk
1
-2
/
+2
2023-03-01
Fix locks, basepri writeback error
Emil Fresk
1
-1
/
+1
2023-03-01
export Cell removed, expmples updated
Per Lindgren
1
-4
/
+1
2023-03-01
Removed Priority, simplified lifetime handling
Emil Fresk
1
-78
/
+25
2023-03-01
More removal
Emil Fresk
1
-5
/
+0
2023-03-01
Even more cleanup
Emil Fresk
1
-70
/
+0
2023-03-01
Old xtask test pass
Emil Fresk
1
-4
/
+130
2022-07-27
Remove use of basepri register on thumbv8m.base
David Watson
1
-41
/
+104
2022-06-07
fix ci: use SYST::PTR
Jorge Aparicio
1
-2
/
+2
2022-05-24
Fix clash with defmt
Emil Fresk
1
-1
/
+3
2022-04-20
Added check for resource usage and to generate an compile error for thumbv6 e...
Emil Fresk
1
-0
/
+10
2022-04-20
Masks take 3
Emil Fresk
1
-0
/
+24
2022-03-02
Added support for SRP based scheduling for armv6m
Per Lindgren
1
-13
/
+135
2022-02-22
Clippy with pedantic suggestions
Henrik Tjäder
1
-3
/
+5
2021-12-14
Idle: Switch to NOP instead of WFI
Henrik Tjäder
1
-0
/
+1
2021-09-28
Fix export of SYST
Emil Fresk
1
-1
/
+1
2021-09-14
Cleanup export and actually use rtic::export, made fn init inline
Emil Fresk
1
-3
/
+4
2021-08-16
Remove linked list impl - use heapless, linked list init now const fn
Emil Fresk
1
-0
/
+1
2021-07-09
const generics
Andrey Zgarbul
1
-5
/
+4
2021-02-18
Now with new monotonic trait and crate
Emil Fresk
1
-2
/
+2
2020-12-12
Monotonic codegen now passing compile stage
Emil Fresk
1
-1
/
+1
2020-12-10
More work
Emil Fresk
1
-0
/
+8
2020-12-08
TQ handlers being generated
Emil Fresk
1
-1
/
+1
2020-12-03
Save, init generation fixed
Emil Fresk
1
-1
/
+1
2020-10-15
Implement all clippy suggestions
Henrik Tjäder
1
-0
/
+21
2020-10-01
Remove exports related to heterogeneous multi-core support
Henrik Tjäder
1
-2
/
+0
2020-10-01
Added `bare_metal::CriticalSection` to `init::Context`
Emil Fresk
1
-0
/
+1
2020-09-01
Remove stale code, fix comment styling
Henrik Tjäder
1
-2
/
+2
2020-09-01
Brutally yank out multicore
Henrik Tjäder
1
-10
/
+1
2020-06-11
Rename RTFM to RTIC
Henrik Tjäder
1
-1
/
+1
2019-09-15
don't use deprecated API
Jorge Aparicio
1
-1
/
+1
2019-06-24
Monotonic trait is safe; add MultiCore trait
Jorge Aparicio
1
-0
/
+7
2019-06-13
rtfm-syntax refactor + heterogeneous multi-core support
Jorge Aparicio
1
-15
/
+41
2019-05-21
bump heapless dependency to v0.5.0; remove "nightly" feature
Jorge Aparicio
1
-2
/
+2
2019-05-21
removes the maybe_uninit feature gate
Jorge Aparicio
1
-30
/
+0
2019-05-01
implement RFCs 147 and 155, etc.
Jorge Aparicio
1
-83
/
+30
2019-04-16
more nightly fixes
Jorge Aparicio
1
-3
/
+3
2019-04-16
[NFC] fix nightly ci
Jorge Aparicio
1
-3
/
+3
2019-02-19
turn all potential UB into panics
Jorge Aparicio
1
-30
/
+8
2019-02-19
add "nightly" feature
Jorge Aparicio
1
-4
/
+61
2019-02-16
cargo fmt
Jorge Aparicio
1
-1
/
+3
2019-02-16
make debug builds reproducible
Jorge Aparicio
1
-2
/
+25
2018-12-16
properly handle #[cfg] (conditional compilation) on resources
Jorge Aparicio
1
-1
/
+0
2018-12-16
use the single core variant of spsc::Queue
Jorge Aparicio
1
-3
/
+3
2018-11-04
impl Mutex on all shared resources
Jorge Aparicio
1
-5
/
+84
2018-11-03
v0.4.0
Jorge Aparicio
1
-0
/
+84