aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/tests/compile-fail/interrupt-args.rs
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2020-04-28 19:23:08 +0000
committerGravatar GitHub <noreply@github.com> 2020-04-28 19:23:08 +0000
commitb58f280f8b5e7e8b4a1ebde18f65f2e5bbc58b4f (patch)
tree1a2fcf8240d1a43776dcdf0a8b27ee661d284848 /cortex-m-rt/tests/compile-fail/interrupt-args.rs
parent0672a1c2bdb11ba90d54794ce2389f98cb7a3060 (diff)
parent08a1db6952db50fa4263b5fc0f2f138b691de640 (diff)
downloadcortex-m-b58f280f8b5e7e8b4a1ebde18f65f2e5bbc58b4f.tar.gz
cortex-m-b58f280f8b5e7e8b4a1ebde18f65f2e5bbc58b4f.tar.zst
cortex-m-b58f280f8b5e7e8b4a1ebde18f65f2e5bbc58b4f.zip
Merge #265
265: link.x: .bss should be NOLOAD r=japaric a=cbiffle Previously, this linker script was producing an ELF PHDR marked LOAD for the .bss section, which suggested to tools like OpenOCD that something needed to be copied into RAM during flashing. This section happened to have filesz=0 in practice, so only extra bookkeeping work was done and not extra transfers. We noticed this when tracking down an odd behavior in one of our ELF post-processing tools. With this change, the linker script no longer emits a LOAD PHDR. Co-authored-by: Cliff L. Biffle <cliff@oxidecomputer.com>
Diffstat (limited to 'cortex-m-rt/tests/compile-fail/interrupt-args.rs')
0 files changed, 0 insertions, 0 deletions
value='jarred/land'>jarred/land Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/src/ref_count.zig (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-10zig fmtGravatar Jarred Sumner 1-4/+4
2023-08-10Fixes #4062 (#4106)Gravatar Jarred Sumner 8-26/+87
* Fixes #4062 * Update encoding.zig * Use faster C++ impl * Update wtf-bindings.cpp * undo * Fixup --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-08-10bun test: format description of test.each (#4092)Gravatar Jacques 3-13/+311
* bun test: format description * add tests for tests * only --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2023-08-10add util.formatWithOptions (#4090)Gravatar dave caruso 3-9/+30
* Add formatWithOptions * tests and tweaks * adjust --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2023-08-10Fix titleGravatar Colin McDonnell 1-1/+1