• Joined on 2023-07-05
atse pushed to master at atse/thermostat 2025-03-31 13:23:21 +08:00
a5c40f706a Revert "Use inline-asm feature in cortex-m"
atse commented on pull request M-Labs/thermostat#189 2025-03-31 12:47:40 +08:00
Don't enable cortex-m/inline-asm in checkPhase

So turns out this isn't actually a Nix problem, but a problem with cortex-m v0.7.7 not being build-able with --target x86_64-unknown-linux-gnu" with the inline-asm` feature enabled at all.…

atse reopened pull request M-Labs/thermostat#188 2025-03-31 12:44:06 +08:00
Revert "Use inline-asm feature in cortex-m"
atse commented on pull request M-Labs/thermostat#186 2025-03-31 10:58:53 +08:00
Control Panel: Parameter Tree limit fixes

Meanwhile the other limits here should be correct.

atse pushed to gui-paramtree-concise-name at atse/thermostat 2025-03-28 11:20:46 +08:00
57d366e4d7 Control Panel: Use codenames for parameters
atse pushed to gui-config-settings at atse/thermostat 2025-03-28 11:19:59 +08:00
4f5155b0a6 Control Panel: Config -> Settings
atse pushed to readme-improve-gui-section at atse/thermostat 2025-03-28 11:18:32 +08:00
df8feda0ce README: Improve GUI Usage section
atse pushed to gui-paramtree-limit-fixes at atse/thermostat 2025-03-28 11:16:14 +08:00
c2b2252c52 Control Panel: Parameter Tree limit fixes
atse commented on pull request M-Labs/thermostat#186 2025-03-28 11:14:11 +08:00
Control Panel: Parameter Tree limit fixes

IIRC with the current heat sinking it overheats at 3A, but please do some research and find out.

Ahh right, on Kirdy the relevant test was done in https://git.m-labs.hk/sinara-hw/kirdy/issues/…

atse pushed to master at atse/thermostat 2025-03-28 11:06:11 +08:00
c8af8cb61f PyThermostat GUI: Fix max_v to only have unit "V"
23ce99d6d8 Set max_v maximum: 4 V -> 4.3 V
d594c93166 Rename GUI to Control Panel
Compare 3 commits »
atse commented on pull request M-Labs/thermostat#145 2025-03-28 11:05:30 +08:00
flake: Dev convenience wrappers & environment

Simplified devShell dependencies in force-push to 71dcf25168. The dependencies required by the PyThermostat library can simply be removed now that PyThermostat itself is in the packages list.

atse pushed to flake-dev-conveniences at atse/thermostat 2025-03-28 11:03:12 +08:00
71dcf25168 flake: Add PyThermostat to devShell
9e6d88d778 flake: Add PyThermostat to PYTHONPATH in devshell
c8af8cb61f PyThermostat GUI: Fix max_v to only have unit "V"
23ce99d6d8 Set max_v maximum: 4 V -> 4.3 V
d594c93166 Rename GUI to Control Panel
Compare 5 commits »
atse commented on pull request M-Labs/thermostat#190 2025-03-28 10:59:18 +08:00
README: Improve GUI Usage section

Fixed in force-push to 248576ee3e.

atse pushed to readme-improve-gui-section at atse/thermostat 2025-03-28 10:58:17 +08:00
248576ee3e README: Improve GUI Usage section
c8af8cb61f PyThermostat GUI: Fix max_v to only have unit "V"
23ce99d6d8 Set max_v maximum: 4 V -> 4.3 V
d594c93166 Rename GUI to Control Panel
Compare 4 commits »
atse deleted branch gui-fix-max_v-scale from atse/thermostat 2025-03-28 10:10:59 +08:00
atse deleted branch max_v-43 from atse/thermostat 2025-03-28 10:10:09 +08:00
atse deleted branch gui-is-control-panel from atse/thermostat 2025-03-28 10:09:08 +08:00
atse created pull request M-Labs/thermostat#193 2025-03-26 15:28:31 +08:00
PyThermostat GUI: Fix max_v to only have unit "V"
atse commented on pull request M-Labs/thermostat#186 2025-03-26 15:26:11 +08:00
Control Panel: Parameter Tree limit fixes

I've changed the max_v maximum in #192 and removed it from this one.

atse created pull request M-Labs/thermostat#192 2025-03-26 15:25:18 +08:00
Set max_v maximum: 4 V -> 4.3 V