• Joined on 2019-03-28
sb10q commented on issue M-Labs/nac3#461 2024-07-17 17:22:07 +08:00
Allow passing, returning, storing function pointers

Well that's only required if fn is a KernelInvariant. For a host-only value I think it can be done with the current nac3 features.

sb10q pushed to master at M-Labs/defenestrate 2024-07-17 17:16:43 +08:00
7c747b510c Update base and artiq and fix graphics on new NUCs
sb10q merged pull request M-Labs/defenestrate#5 2024-07-17 17:16:42 +08:00
Update base and artiq and fix graphics on new NUCs
sb10q pushed to master at M-Labs/artiq-extrapkg 2024-07-15 19:07:26 +08:00
7ffe3dcf22 Update flake and msys2 packages
sb10q merged pull request M-Labs/artiq-extrapkg#18 2024-07-15 19:07:26 +08:00
Update flake and msys2 packages
sb10q pushed to master at M-Labs/nac3 2024-07-12 19:28:04 +08:00
c80378063a add np_argmin/argmax to interpret_demo environment
sb10q closed issue M-Labs/nac3#396 2024-07-12 19:07:04 +08:00
do not use roundeven
sb10q closed issue M-Labs/nac3#194 2024-07-12 19:01:38 +08:00
support "raise Exception" short form
sb10q deleted branch issue-194 from M-Labs/nac3 2024-07-12 18:58:38 +08:00
sb10q pushed to master at M-Labs/nac3 2024-07-12 18:58:37 +08:00
513d30152b core: support raise exception short form
sb10q merged pull request M-Labs/nac3#455 2024-07-12 18:58:35 +08:00
core: support raise exception short form
sb10q deleted branch add_math_fns from M-Labs/nac3 2024-07-12 18:57:58 +08:00
sb10q pushed to master at M-Labs/nac3 2024-07-12 18:57:57 +08:00
45e9360c4d standalone: Add np_argmax and np_argmin tests
2e01b77fc8 core: refactor np_max/np_min functions
cea7cade51 core: add np_argmax/np_argmin functions
Compare 3 commits »
sb10q merged pull request M-Labs/nac3#456 2024-07-12 18:57:55 +08:00
core: add np_argmax/np_argmin functions
sb10q pushed to release-7 at M-Labs/artiq-extrapkg 2024-07-10 16:44:49 +08:00
5638bd2bb3 flake: update dependencies
sb10q pushed to release-8 at M-Labs/artiq-extrapkg 2024-07-10 16:44:09 +08:00
32e512e10d flake: update dependencies
sb10q pushed to master at M-Labs/artiq-extrapkg 2024-07-10 16:43:32 +08:00
8f8550e243 Revert "msys2: update"
sb10q commented on pull request M-Labs/nac3#455 2024-07-10 16:31:09 +08:00
core: support raise exception short form

Sounds fishy to me. The other one would be a variable inside a call, so there shouldn't be that much difference.

sb10q pushed to master at M-Labs/nix-servo 2024-07-10 16:11:18 +08:00
f5729d3bdb pyfastservo: update initialize script
e3b1525125 pyfastservo: fix adc init script and cleanup
b92d401f2b pyfastservo: fix dac init script and cleanup
eed43e3fe3 pyfastservo: transfer common functions to common
Compare 4 commits »
sb10q merged pull request M-Labs/nix-servo#63 2024-07-10 16:11:17 +08:00
pyfastservo: fix adc, dac init script and cleanup