aboutsummaryrefslogtreecommitdiff
path: root/examples/std/src/bin
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-04-15 10:38:28 +0000
committerGitHub <[email protected]>2023-04-15 10:38:28 +0000
commit1fdce6e52a51de89f48f002d5c92139f58029575 (patch)
tree41be3f18cdfe3ed9d4a62725dd9472a13a096288 /examples/std/src/bin
parentbe0f93ff378c14595eac9d5a259ef6448c3ac3f7 (diff)
parentf395ec44e8442a3133b080df96da54da18127b97 (diff)
parent6a6c673c5fd1baa1d3ca3eebb55ba430a86b1438 (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]>