• Joined on 2019-03-28
sb10q commented on pull request M-Labs/web2019#145 2024-08-02 15:49:02 +08:00
Add Kirdy to the shop

This goes above 10MHz no?

sb10q commented on issue M-Labs/thermostat#111 2024-08-02 15:10:49 +08:00
TCP sockets aren't reset on ethernet cable reconnect

Please look at Stabilizer first.

Resetting all sockets on Ethernet link drop isn't necessarily the right thing to do and Kirdy might need fixing as well.

sb10q commented on issue M-Labs/thermostat#111 2024-08-02 14:21:49 +08:00
TCP sockets aren't reset on ethernet cable reconnect

How is this handled in other projects like stabilizer?

sb10q commented on pull request M-Labs/nac3#478 2024-08-02 14:17:43 +08:00
add nalgebra::linalg methods

Look here for a full workaround: https://git.m-labs.hk/M-Labs/kirdy/src/branch/master/BSD.md

Committing binaries to the repository is not acceptable.

sb10q pushed to release-8 at M-Labs/artiq-extrapkg 2024-08-02 10:37:59 +08:00
1d3802bb5f flake: update dependencies
f7691e0a67 msys2: remove flake8-artiq
Compare 2 commits »
sb10q pushed to master at M-Labs/artiq-extrapkg 2024-08-02 10:32:12 +08:00
32d116dbf6 flake: update dependencies
50abd84278 msys2: modernize python install script
Compare 2 commits »
sb10q pushed to master at M-Labs/artiq-zynq 2024-08-01 18:20:34 +08:00
fe6f259d48 kernel: add linalg functions
sb10q merged pull request M-Labs/artiq-zynq#309 2024-08-01 18:20:33 +08:00
kernel: add linalg functions
sb10q commented on pull request M-Labs/nac3#478 2024-08-01 18:16:57 +08:00
add nalgebra::linalg methods

I don't think you need to use rustup for that.

If this is fixing rustc whining about "you need to use nightly toolchain for bla bla bla", just shut it up with RUSTC_BOOTSTRAP=1.

sb10q commented on pull request M-Labs/nac3#478 2024-08-01 18:12:52 +08:00
add nalgebra::linalg methods

Not resolved?

sb10q commented on pull request M-Labs/nac3#478 2024-08-01 18:12:10 +08:00
add nalgebra::linalg methods

To keep the numpy imports together.

sb10q commented on pull request M-Labs/nac3#478 2024-08-01 18:11:51 +08:00
add nalgebra::linalg methods

Move one line below.

sb10q commented on pull request M-Labs/nac3#478 2024-08-01 18:11:19 +08:00
add nalgebra::linalg methods

Just like the demo runner is already building the glue C code.

sb10q commented on pull request M-Labs/nac3#478 2024-08-01 18:11:00 +08:00
add nalgebra::linalg methods

This is part of the demo and the demo only. Shouldn't the demo runner build that part, instead of building it when nac3standalone is built?

sb10q commented on pull request M-Labs/nac3#478 2024-08-01 18:09:40 +08:00
add nalgebra::linalg methods

I think having only @ is fine.

sb10q commented on pull request M-Labs/nac3#478 2024-08-01 18:08:59 +08:00
add nalgebra::linalg methods

Probably better addressed in another PR though.

sb10q commented on pull request M-Labs/nac3#478 2024-08-01 18:08:30 +08:00
add nalgebra::linalg methods

Bit weird to have those complicated matrix ops before simple functions like round() in the list.

sb10q commented on pull request M-Labs/nac3#478 2024-08-01 18:06:24 +08:00
add nalgebra::linalg methods

remove

sb10q commented on pull request M-Labs/artiq-zynq#309 2024-08-01 18:00:18 +08:00
kernel: add linalg functions

Still needs removal.

sb10q commented on pull request M-Labs/artiq-zynq#309 2024-08-01 17:59:56 +08:00
kernel: add linalg functions

This change does not belong in this PR (and maybe should not be made at all).