| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -2/+2 |
| | | |||||
| * | more docs fixes | Robin Mueller | 2025-09-23 | 1 | -2/+0 |
| | | |||||
| * | chore: add more `Debug` impls to `embassy-sync`, particularly on `OnceLock` | Curly | 2025-08-19 | 1 | -0/+1 |
| | | | | | All tests green | ||||
| * | Refactor RwLock implementation by removing unused map methods and cleaning ↵ | Alix ANNERAUD | 2025-04-12 | 1 | -237/+1 |
| | | | | | up code for improved readability | ||||
| * | Enhance RwLock documentation and add map methods for read and write guards ↵ | Alix ANNERAUD | 2025-03-17 | 1 | -6/+57 |
| | | | | | to improve data access flexibility | ||||
| * | Refactor RwLock implementation to support try_read and try_write methods, ↵ | Alix ANNERAUD | 2025-03-17 | 1 | -17/+253 |
| | | | | | enhancing lock acquisition flexibility | ||||
| * | Remove blocking read-write lock module and its references and refactor ↵ | Alix ANNERAUD | 2025-03-16 | 1 | -105/+52 |
| | | | | | rwlock for a simpler approach | ||||
| * | Implement read-write lock methods in CriticalSectionRawRwLock and update tests | Alix ANNERAUD | 2025-02-28 | 1 | -1/+1 |
| | | |||||
| * | Fix module references in blocking read-write lock implementation | Alix ANNERAUD | 2025-02-28 | 1 | -10/+10 |
| | | |||||
| * | Refactor blocking read-write lock module structure and improve assertions in ↵ | Alix ANNERAUD | 2025-02-28 | 1 | -123/+253 |
| | | | | | ThreadModeRawRwLock | ||||
| * | (no commit message) | Alix ANNERAUD | 2025-02-28 | 1 | -142/+145 |
| | | |||||
| * | Add RwLock to embassy-sync | Alix ANNERAUD | 2025-02-28 | 1 | -0/+256 |
| Fixes #1394 --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/embassy-rs/embassy/issues/1394?shareId=XXXX-XXXX-XXXX-XXXX). | |||||
