backporting "Host report for async error upon kernel termination"
#156
Merged
sb10q
merged 4 commits from stevefan1999/artiq-zynq:master
into master
2 years ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'stevefan1999/artiq-zynq:master'
Deleting a branch is permanent. It CANNOT be undone. Continue?
backport of
4a6bea479a
@ -32,3 +32,2 @@
StartRequest,
KernelFinished,
KernelException(&'static eh_artiq::Exception<'static>, &'static [usize]),
KernelFinished {
Keep it on one line like the others. It's not special.
Not really a "backport", eventually this firmware will replace the one in ARTIQ.
Have you tested it thoroughly?
Is it okay to just use the test suites from artiq master branch and run it using the default-provided device db of Zynq? If yes, then I'd say lgtm.
Yes.
84becfe2c0
into master 2 years ago84becfe2c0
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.