diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-04-15 10:38:28 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-15 10:38:28 +0000 |
| commit | 1fdce6e52a51de89f48f002d5c92139f58029575 (patch) | |
| tree | 41be3f18cdfe3ed9d4a62725dd9472a13a096288 /docs/modules/ROOT/examples/basic/src | |
| parent | be0f93ff378c14595eac9d5a259ef6448c3ac3f7 (diff) | |
| parent | f395ec44e8442a3133b080df96da54da18127b97 (diff) | |
| parent | 6a6c673c5fd1baa1d3ca3eebb55ba430a86b1438 (diff) | |
Merge #1360 #1361
1360: stm32/rcc: add i2s pll on some f4 micros r=Dirbaio a=xoviat
Adds the i2s pll on some f4 micros.
1361: Executor: Replace unnecessary atomics in runqueue r=Dirbaio a=GrantM11235
Only the head pointer needs to be atomic. The `RunQueueItem` pointers are only loaded and stored, and never concurrently
Co-authored-by: xoviat <[email protected]>
Co-authored-by: Grant Miller <[email protected]>
