aboutsummaryrefslogtreecommitdiff
path: root/ui/single/local-err.rs
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2020-10-15 16:05:45 +0000
committerGravatar GitHub <noreply@github.com> 2020-10-15 16:05:45 +0000
commitf9303cef1cf5b2d57d26e7667289fbdccf959ea8 (patch)
treeec8fff4991a6547466df0d1d61ad7602eb58c38e /ui/single/local-err.rs
parent1cda9eaeccbfd9b008bfa40b54b127a2bfa5324e (diff)
parent7a57f1686063fec31d9a04678bd997ab57c91b7b (diff)
downloadrtic-f9303cef1cf5b2d57d26e7667289fbdccf959ea8.tar.gz
rtic-f9303cef1cf5b2d57d26e7667289fbdccf959ea8.tar.zst
rtic-f9303cef1cf5b2d57d26e7667289fbdccf959ea8.zip
Merge #395
395: Made relation between priority and number explicit r=korken89 a=diondokter When quickly reading through the priorities chapter, I couldn't find in which order the priorities were, so I assumed it was the same as in the hardware. In the cortex-m hardware, interrupts with the **lower** priority number will preempt the other interrupts. RTIC does the reverse, so I think it's good to be more explicit about it. Co-authored-by: Dion Dokter <diondokter@gmail.com>
Diffstat (limited to 'ui/single/local-err.rs')
0 files changed, 0 insertions, 0 deletions
d/read-tsconfig-jsx'>jarred/read-tsconfig-jsx Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/integration/snippets/package-json-utf8.js (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-01[bun.js] Expose `ErrorEvent`Gravatar Jarred Sumner 2-37/+52
2022-04-01[bun.js] Use `Headers` from WebKit instead of customGravatar Jarred Sumner 44-843/+5918
2022-03-31Update WebKitGravatar Jarred Sumner 1-0/+0
2022-03-31Delete unusedGravatar Jarred Sumner 1-5/+0
2022-03-31Allow a little leeway when HMRGravatar Jarred Sumner 1-1/+2
2022-03-31Fix more infinite loopsGravatar Jarred Sumner 1-2/+2
2022-03-31Bugfixes to how we build WebCore codeGravatar Jarred Sumner 29-170/+384
2022-03-31[bun dev] Re-create the shared buffer for each websocketGravatar Jarred Sumner 1-6/+5
2022-03-31[bun dev] Improve HMR reliability when filesystem is slow or reading large filesGravatar Jarred Sumner 2-19/+68
2022-03-31Fix possible infinite loopsGravatar Jarred Sumner 1-3/+3
2022-03-30Update bindings.cppGravatar Jarred Sumner 1-0/+24
2022-03-30[bun.js] Support `file://` URLs in node fsGravatar Jarred Sumner 9-6/+102
2022-03-30Bump target next version to 12.1.3Gravatar Jarred Sumner 1-1/+1
2022-03-30Add test for Bun.hash that runs it with a Uint8ArrayGravatar Jarred Sumner 1-8/+16