• Joined on 2023-07-05
atse commented on pull request M-Labs/thermostat#117 2024-08-08 13:21:40 +08:00
steinhart_hart: Beta Parameter uom dimensions

ThermodynamicTemperatures couldn't be added together, and the same applies to its reciprocal, which is why I did that initially.

Upon further…

atse closed pull request M-Labs/thermostat#95 2024-08-07 18:09:26 +08:00
Use arm-none-eabi-objcopy instead of llvm-objcopy
atse commented on pull request M-Labs/thermostat#95 2024-08-07 18:09:26 +08:00
Use arm-none-eabi-objcopy instead of llvm-objcopy

This seems to be irrelevant now with LLVM v17 in NixOS 24.05, closing.

atse pushed to gui_dev-ctrl_panel at linuswck/thermostat 2024-08-07 18:03:22 +08:00
a6c852369f ctrl_panel: Reformat SpinBox text always if valid
3ed181403f ctrl_panel: Move postfilter into its own group
205f5c0ae9 ctrl_panel: Use new locking mechanism from Kirdy
3c4bc4b50c ctrl_panel: Fix editing fields with unit "°C"
3a0bb66212 ctrl_panel: More appropriate steps and fixes
Compare 16 commits »
atse pushed to readme-bin-path at atse/thermostat 2024-08-07 18:02:27 +08:00
8c9bd2ce29 README: arm-none-eabi-objcopy -> llvm-objcopy
f0538a571c README: Add full path to compiled binary
136c7a0b52 Calculate current_abs_max_tec_i from all channels
5000cae1b1 Grammar fixes
78ec77509f flake: Install LLVM in devShell too
Compare 6 commits »
atse commented on pull request M-Labs/thermostat#115 2024-08-07 17:50:03 +08:00
README: Fix command to make firmware BIN

Yup, don't know how I missed this, changing. Also arm-none-eabi-objcopy isn't installed at all, probably an outdated doc.

atse created pull request M-Labs/thermostat#119 2024-08-06 17:58:04 +08:00
Calculate current_abs_max_tec_i from all channels
atse pushed to generalise-fan-channel at atse/thermostat 2024-08-06 17:56:44 +08:00
5637c0df62 Calculate current_abs_max_tec_i from all channels
atse created branch generalise-fan-channel in atse/thermostat 2024-08-06 17:56:43 +08:00
atse created pull request M-Labs/thermostat#118 2024-08-06 17:30:55 +08:00
Grammar fixes
atse pushed to grammar-fixes at atse/thermostat 2024-08-06 17:30:06 +08:00
68290a22ac Grammar fixes
atse created branch grammar-fixes in atse/thermostat 2024-08-06 17:30:06 +08:00
atse created pull request M-Labs/thermostat#117 2024-08-06 17:26:45 +08:00
steinhart_hart: Beta Parameter uom dimensions
atse pushed to b-parameter-uom at atse/thermostat 2024-08-06 17:26:19 +08:00
c1b183ddd5 steinhart_hart: Beta Parameter uom dimensions
1ae6a6fdd4 flake: More concise devShell
7333d2cea5 flake: Don't use deprecated flake output schemas
44e9130010 Use oxalica's rust-overlay
5b0c6f7018 Save i_set into ChannelConfig
Compare 25 commits »
atse pushed to dev at atse/thermostat 2024-08-06 16:25:00 +08:00
7e6013b07b MAX_TEC_I -> MAX_I
cee633845e channels: Start to make reports make sense
ef362643a7 get_i -> get_i_set
9de872f469 abs_max_tec_i -> max_abs_i_measured
370c7d8ad4 Grammar
Compare 23 commits »
atse created pull request M-Labs/thermostat#116 2024-08-06 16:05:39 +08:00
flake: Install LLVM in devShell too
atse created pull request M-Labs/thermostat#115 2024-08-06 16:05:25 +08:00
README: Add full path to compiled binary
atse created branch readme-bin-path in atse/thermostat 2024-08-06 15:56:24 +08:00
atse pushed to readme-bin-path at atse/thermostat 2024-08-06 15:56:24 +08:00
34ccf03370 README: Add full path to compiled binary
atse pushed to devshell-llvm at atse/thermostat 2024-08-06 15:53:53 +08:00
14617408a6 flake: Install LLVM in devShell too