Emil Fresk
|
2bd70baeb9
|
rtic-time: Make Send happy
|
2023-03-01 00:33:37 +01:00 |
|
Emil Fresk
|
bef6c359a0
|
Fix CI for rtic-channel
|
2023-03-01 00:33:37 +01:00 |
|
Emil Fresk
|
94b00df2c7
|
rtic-channel: Add testing, fix bugs
|
2023-03-01 00:33:37 +01:00 |
|
Henrik Tjäder
|
48ac310036
|
CI: Check/build the docs
Still no publish or further steps
|
2023-03-01 00:33:37 +01:00 |
|
Henrik Tjäder
|
6021aa2df8
|
CI: Check and tests for all crates
|
2023-03-01 00:33:36 +01:00 |
|
Henrik Tjäder
|
4cf8bbbf19
|
Book: Fix gitignore to exclude mdbook output
|
2023-03-01 00:33:36 +01:00 |
|
Emil Fresk
|
b2c5382430
|
rtic-channel: Fix clippy lint
|
2023-03-01 00:33:36 +01:00 |
|
Emil Fresk
|
3050fc0591
|
Use Pin in the linked lists
|
2023-03-01 00:33:36 +01:00 |
|
Henrik Tjäder
|
5908d5bdbc
|
CI: Cleanup old syntax CI
|
2023-03-01 00:33:35 +01:00 |
|
Henrik Tjäder
|
8cb05049be
|
CI: Alphabetical sort of clippy jobs
|
2023-03-01 00:33:35 +01:00 |
|
Henrik Tjäder
|
07c11b071d
|
CI: Cargo fmt for channel, mono., time
|
2023-03-01 00:33:35 +01:00 |
|
Henrik Tjäder
|
ff12a02d02
|
CI: Add rtic-channel to Changelog, remove defunct changelog
|
2023-03-01 00:33:35 +01:00 |
|
Henrik Tjäder
|
9c6e2c1c99
|
Add changelog templates
|
2023-03-01 00:33:35 +01:00 |
|
Emil Fresk
|
922f1ad0eb
|
Added examples for async crates + fixed codegen for non-Copy arguments
|
2023-03-01 00:33:34 +01:00 |
|
Emil Fresk
|
d23de62823
|
Remove parsing on capacity
|
2023-03-01 00:33:34 +01:00 |
|
Henrik Tjäder
|
1baa4a4228
|
CI: Don't let warnings get away
|
2023-03-01 00:33:34 +01:00 |
|
Henrik Tjäder
|
3f60522d63
|
waker registration somehow lost, back again
|
2023-03-01 00:33:34 +01:00 |
|
Henrik Tjäder
|
f62d0d17b2
|
CI: Clippy for time, monotonics, channel
|
2023-03-01 00:33:33 +01:00 |
|
Henrik Tjäder
|
9d3c3a89aa
|
CI: Changelog: s/timer/time/
|
2023-03-01 00:33:33 +01:00 |
|
Henrik Tjäder
|
67b16594bf
|
CI: Changelog fix syntax
|
2023-03-01 00:33:33 +01:00 |
|
Henrik Tjäder
|
2af2cbf637
|
Experiment with changelog enforcer per path
|
2023-03-01 00:33:33 +01:00 |
|
Henrik Tjäder
|
1974f1f00a
|
Make clippy and fmt happy
|
2023-03-01 00:33:32 +01:00 |
|
Emil Fresk
|
51d4eccc72
|
Fixes in MPSC linked list and dropper handling
|
2023-03-01 00:33:32 +01:00 |
|
Emil Fresk
|
2e96229c91
|
Remove unnecessary MaybeUninit
|
2023-03-01 00:33:32 +01:00 |
|
Emil Fresk
|
bdf577c308
|
Systick runs at 1 kHz
|
2023-03-01 00:33:32 +01:00 |
|
Emil Fresk
|
143cd136ee
|
Optimize linked list popping so delete is not run everytime
|
2023-03-01 00:33:32 +01:00 |
|
Emil Fresk
|
71b5f9438e
|
Fixed systick monotonic
|
2023-03-01 00:33:31 +01:00 |
|
Emil Fresk
|
0f6ae7c1dd
|
Add gitignore for book
|
2023-03-01 00:33:31 +01:00 |
|
Emil Fresk
|
a3f48a524b
|
Does CI work again?
|
2023-03-01 00:33:31 +01:00 |
|
Emil Fresk
|
306aa47170
|
Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic)
|
2023-03-01 00:33:31 +01:00 |
|
Emil Fresk
|
b8b881f446
|
Fix so deny(missing_docs) work
|
2023-03-01 00:33:30 +01:00 |
|
Emil Fresk
|
4601782466
|
monotonic experiments
|
2023-03-01 00:33:30 +01:00 |
|
Per Lindgren
|
5688a5d332
|
executor update for less unsafe and more clear
|
2023-03-01 00:33:30 +01:00 |
|
Emil Fresk
|
d6d58b0eb8
|
Async tasks can now take arguments at spawn again
|
2023-03-01 00:33:30 +01:00 |
|
Emil Fresk
|
cd790a9428
|
More work on new spawn/executor
|
2023-03-01 00:33:29 +01:00 |
|
Emil Fresk
|
1eabb94f04
|
New executor design
|
2023-03-01 00:33:29 +01:00 |
|
Emil Fresk
|
95e4949680
|
Start CI, disable docs building
|
2023-03-01 00:33:29 +01:00 |
|
Emil Fresk
|
c40c89bb4e
|
Clippy fixes
|
2023-03-01 00:33:29 +01:00 |
|
Emil Fresk
|
6d252785e8
|
Support 0 prio tasks
|
2023-03-01 00:33:28 +01:00 |
|
Emil Fresk
|
35c97b61c1
|
All examples pass with cargo xtask --target all
|
2023-03-01 00:33:28 +01:00 |
|
Emil Fresk
|
ceaf3613d3
|
Update semihosting
|
2023-03-01 00:33:28 +01:00 |
|
Emil Fresk
|
9a67f00a30
|
Fix typos
|
2023-03-01 00:33:28 +01:00 |
|
Emil Fresk
|
cbe5926880
|
Fix failing UI test
|
2023-03-01 00:33:27 +01:00 |
|
Emil Fresk
|
584ac7e1b3
|
Update UI tests, 1 failing that needs fixing
|
2023-03-01 00:33:27 +01:00 |
|
Per Lindgren
|
9a4f97ca5e
|
more examples
|
2023-03-01 00:33:24 +01:00 |
|
Emil Fresk
|
5606ba3cf3
|
Fix locks, basepri writeback error
|
2023-03-01 00:31:09 +01:00 |
|
Per Lindgren
|
569a761122
|
examples/multiloc fixed
|
2023-03-01 00:31:08 +01:00 |
|
Emil Fresk
|
76595b7aed
|
All codegen is now explicit
|
2023-03-01 00:31:08 +01:00 |
|
Per Lindgren
|
b054e871d4
|
examples/lock fixed
|
2023-03-01 00:31:08 +01:00 |
|
Per Lindgren
|
bd20d0d89e
|
examples/locals fixed
|
2023-03-01 00:31:08 +01:00 |
|