artiq/artiq/firmware/runtime
David Nadlinger 3f0cf6e683 runtime: Stop kernel CPU before restarting comms CPU on panic
Before, the system would enter a boot loop when a panic occurred
while the kernel CPU was active (and panic_reset == 1), as
kernel::start() for the startup kernel would panic.
2020-07-01 17:29:05 +08:00
..
analyzer.rs firmware: use a dedicated error type in the scheduler. 2018-05-15 14:19:44 +00:00
build.rs add variant in identifier string 2018-07-15 17:21:17 +08:00
cache.rs firmware: eliminate non-io uses of std_artiq from runtime. 2018-05-14 19:11:57 +00:00
Cargo.toml update smoltcp 2020-01-21 13:58:23 +08:00
kern_hwreq.rs firmware: move i2c to libboard_misoc, enable IPv6 in bootloader, share network settings 2019-10-21 12:58:52 +08:00
kernel.rs firmware: rename libboard to libboard_misoc. 2018-05-14 18:09:44 +00:00
main.rs runtime: Stop kernel CPU before restarting comms CPU on panic 2020-07-01 17:29:05 +08:00
Makefile runtime: build with -Cpanic=unwind. 2018-01-26 23:01:24 +00:00
mgmt.rs firmware: move config requests to management protocol. 2018-05-16 14:32:49 +00:00
moninj.rs runtime: fix DRTIO aux channel race condition 2018-09-19 11:16:21 +08:00
profiler.rs firmware: migrate to Rust 1.28.0. 2018-08-12 19:17:45 +00:00
rtio_clocking.rs firmware: fix non-DRTIO build 2020-04-10 17:23:17 +08:00
rtio_dma.rs firmware: remove some unnecessary unwraps. 2018-05-15 15:05:19 +00:00
rtio_mgt.rs drtio: make sure receive buffer is drained after ping reply 2020-04-06 22:33:15 +08:00
runtime.ld runtime: remove stack alignment requirement 2020-05-29 15:37:23 +08:00
sched.rs runtime: fix DRTIO aux channel race condition 2018-09-19 11:16:21 +08:00
session.rs runtime: relax/fix TCP keepalive settings (#1125) 2019-12-23 19:58:10 +08:00
urc.rs firmware: eliminate non-io uses of std_artiq from runtime. 2018-05-14 19:11:57 +00:00
watchdog.rs firmware: use dedicated error types for every protocol and thread. 2018-05-15 13:27:23 +00:00