artiq/artiq/firmware/libproto_artiq
David Nadlinger 4d636ea593 Upgrade to LLD 14
Previous linker versions had inserted some zero padding bytes
between the ELF headers and the first section, but LLD 14 does
not anymore.

Hard-coding the offset of the first section in ksupport.elf
manually isn't ideal; we should probably parse the ELF program
headers instead when first setting up the kernel CPU.
2023-08-07 10:10:38 +00:00
..
Cargo.toml firmware: runtime changes for exception 2022-01-26 07:16:54 +08:00
analyzer_proto.rs firmware: use dedicated error types for every protocol and thread. 2018-05-15 13:27:23 +00:00
drtioaux_proto.rs analyzer: use transactions for data transmission 2023-05-19 11:39:14 +08:00
kernel_proto.rs Upgrade to LLD 14 2023-08-07 10:10:38 +00:00
lib.rs firmware: runtime changes for exception 2022-01-26 07:16:54 +08:00
mgmt_proto.rs proto_artiq: update alloc type path 2021-09-10 13:20:31 +08:00
moninj_proto.rs firmware: support 64-bit moninj probes 2022-03-17 19:56:07 +08:00
rpc_proto.rs Fix panic when receiving empty strings in rpc calls 2023-07-18 04:00:32 +00:00
session_proto.rs Move RTIO errors formatting to the session_proto 2023-04-17 09:23:30 +08:00