index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-executor
Commit message (
Expand
)
Author
Age
Files
Lines
*
Complete cargo.tomls more.
Dario Nieuwenhuis
2024-01-12
1
-0
/
+1
*
bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.
Dario Nieuwenhuis
2024-01-11
2
-1
/
+5
*
time: split queue driver too, don't reexport drivers.
Dario Nieuwenhuis
2024-01-11
3
-25
/
+23
*
Add test case
Scott Mabin
2023-12-31
1
-0
/
+14
*
[embassy-executor] improved documentation
Barnaby Walters
2023-12-22
4
-10
/
+81
*
ci: use beta, add secondary nightly ci.
Dario Nieuwenhuis
2023-12-21
1
-2
/
+2
*
executor: rename macro crate to embassy-executor-macros, bump it.
Dario Nieuwenhuis
2023-12-07
8
-11
/
+11
*
embassy-executor 0.4
Jesse Braham
2023-12-06
2
-2
/
+5
*
update release version in examples and other crates
Scott Mabin
2023-12-04
1
-1
/
+1
*
executor: remove arch-xtensa.
Dario Nieuwenhuis
2023-12-03
4
-93
/
+5
*
executor: make task arena size configurable.
Dario Nieuwenhuis
2023-11-24
5
-26
/
+275
*
executor: add support for main/task macros in stable (allocates tasks in an a...
Dario Nieuwenhuis
2023-11-24
7
-9
/
+93
*
executor: add some tests.
Dario Nieuwenhuis
2023-11-24
2
-0
/
+140
*
executor: Remove non-functional rtos-trace-interrupt.
Dario Nieuwenhuis
2023-11-24
2
-25
/
+1
*
executor: add faster ARM-specific impl.
Dario Nieuwenhuis
2023-11-15
2
-1
/
+105
*
executor: release v0.3.3
Dario Nieuwenhuis
2023-11-15
2
-2
/
+2
*
executor: remove atomic-polyfill.
Dario Nieuwenhuis
2023-11-15
10
-67
/
+280
*
executor: add missing `main` macro reexport on xtensa.
Dario Nieuwenhuis
2023-11-14
1
-0
/
+3
*
Prepare embassy-executor 0.3.2
Dániel Buga
2023-11-06
2
-2
/
+3
*
Yeet core::sync::atomic, remove futures-util dep
Dániel Buga
2023-11-06
3
-2
/
+5
*
Upgrade static-cell to v2.0
Dario Nieuwenhuis
2023-11-02
2
-2
/
+0
*
Update Rust nightly.
Dario Nieuwenhuis
2023-11-01
1
-0
/
+1
*
Release embassy-executor v0.3.1
Dario Nieuwenhuis
2023-11-01
2
-1
/
+5
*
Fix #2100 - function address comparison
Aleksandr Krotov
2023-10-25
1
-1
/
+1
*
time: add `links` key, release v0.1.5.
Dario Nieuwenhuis
2023-10-16
1
-1
/
+1
*
time: Update documentation to use new after_x convenience methods
Adam Greig
2023-10-15
1
-1
/
+1
*
Release embassy-time 0.1.4
Dániel Buga
2023-10-12
1
-1
/
+1
*
update UninitCell::write call in arch::wasm too
Hailey Somerville
2023-09-14
1
-2
/
+3
*
write to TaskStorage::future via inline(never) fn to encourage RVO
Hailey Somerville
2023-09-14
2
-3
/
+4
*
Sync all fmt.rs files.
Dario Nieuwenhuis
2023-08-30
1
-6
/
+39
*
Release embassy-time v0.1.3
Jesse Braham
2023-08-28
1
-1
/
+1
*
Merge pull request #1826 from bugadani/warn
Dario Nieuwenhuis
2023-08-26
1
-3
/
+2
|
\
|
*
Avoid dead code warning
Dániel Buga
2023-08-26
1
-3
/
+2
*
|
Prepare executor and macros for release (#1825)
Dániel Buga
2023-08-25
2
-2
/
+3
|
/
*
Bump executor crate version to 0.3.0
Dániel Buga
2023-08-23
2
-2
/
+2
*
Make AvailableTask public, deduplicate
Dániel Buga
2023-08-21
3
-51
/
+67
*
Update docs
Dániel Buga
2023-08-14
2
-24
/
+29
*
Don't check context if only thread-mode is enabled
Dániel Buga
2023-08-14
1
-1
/
+2
*
Hide Pender
Dániel Buga
2023-08-14
1
-2
/
+2
*
Fix fn name
Dániel Buga
2023-08-14
3
-5
/
+5
*
Remove interrupt executor, remove PenderContext
Dániel Buga
2023-08-14
8
-164
/
+19
*
Make PenderContext actually pointer-size
Dániel Buga
2023-08-14
1
-1
/
+1
*
Remove the non-specific thread-mode executor
Dániel Buga
2023-08-14
7
-268
/
+361
*
Make PenderContext opaque
Dániel Buga
2023-08-14
6
-8
/
+29
*
Remove the Pender enum
Dániel Buga
2023-08-14
8
-101
/
+98
*
Remove pender-callback
Dániel Buga
2023-08-14
2
-24
/
+2
*
Remove thread-context feature
Dániel Buga
2023-08-14
8
-34
/
+5
*
Tweak identifiers and comments
Dániel Buga
2023-08-12
6
-47
/
+50
*
Lift thread-context feature restrictions
Dániel Buga
2023-08-12
2
-12
/
+17
*
Remove unnecessary !Send markers
Dániel Buga
2023-08-12
4
-21
/
+5
[next]