Compare commits

..

25 commits

Author SHA1 Message Date
Vinzenz Schroeter 03c328719e version 0.14.1
All checks were successful
Rust / build-gnu-apt (pull_request) Successful in 4m14s
Rust / build-size-gnu-unstable (pull_request) Successful in 1m12s
2025-05-04 13:13:12 +02:00
Vinzenz Schroeter 910e23cdc9 remove musl builds 2025-05-04 13:13:12 +02:00
Vinzenz Schroeter fec521a5f1 build variations in CI to keep track of what works 2025-05-04 13:13:12 +02:00
Vinzenz Schroeter e4606ebd0d a bunch of options for the Makefile 2025-05-04 13:13:12 +02:00
Vinzenz Schroeter 03f9fd1e51 update to released servicepoint version 2025-05-04 12:24:18 +02:00
Vinzenz Schroeter 8ea511a33a features, cargo fmt 2025-05-04 11:40:22 +02:00
Vinzenz Schroeter ef7690b6b2 add functions to convert containers directly into packet 2025-05-04 11:40:22 +02:00
Vinzenz Schroeter e5ef2afb2c heap_remove, sp_brightness_grid_into_packet 2025-05-04 11:40:22 +02:00
Vinzenz Schroeter b4176f7682 add command code constants, send header 2025-05-04 11:40:22 +02:00
Vinzenz Schroeter bcb9cdab6b translate announce and brightness tester examples 2025-05-04 11:40:22 +02:00
Vinzenz Schroeter 3d79d38c21 sp_brightness_grid_load ignore out of range 2025-05-04 11:40:22 +02:00
Vinzenz Schroeter c0f5b4d0da add sp_bitmap_into_bitvec, sp_bitmap_from_bitvec 2025-05-04 11:40:22 +02:00
Vinzenz Schroeter 8a3e84b6fa unify heap allocation handling 2025-05-04 11:40:21 +02:00
Vinzenz Schroeter a41ca0feeb rename/merge functions to match rust side more 2025-05-04 11:40:21 +02:00
Vinzenz Schroeter f6e35f1259 add fn to pass ip:port as values 2025-05-04 11:40:21 +02:00
Vinzenz Schroeter 9f5a232030 fix rebase 2025-05-04 11:40:21 +02:00
Vinzenz Schroeter 48fb9bde36 move generic safety information into README 2025-05-04 11:40:21 +02:00
Vinzenz Schroeter 0dbe952535 wip fix documentation 2025-05-04 11:40:21 +02:00
Vinzenz Schroeter ae6d527d81 use brightness type from base crate 2025-05-04 11:40:21 +02:00
Vinzenz Schroeter 0a58bd7303 add /*notnull*/ comments in header, use NotNull for parameters 2025-05-04 11:40:21 +02:00
Vinzenz Schroeter 866fc86b9f wip remove newtypes, re-export constants from base lib 2025-05-04 11:40:20 +02:00
Vinzenz Schroeter 5120e220ec functions for manipulating packets 2025-04-12 16:25:20 +02:00
Vinzenz Schroeter d1ecd21114 wip remove newtypes 2025-04-12 16:25:20 +02:00
Vinzenz Schroeter 2ab80d395e cargo fmt 2025-04-12 16:25:20 +02:00
Vinzenz Schroeter 69bed7c665 wip 80k example 2025-04-12 16:25:20 +02:00

View file

@ -46,13 +46,14 @@
(pkgs.symlinkJoin { (pkgs.symlinkJoin {
name = "rust-toolchain"; name = "rust-toolchain";
paths = with pkgs; [ paths = with pkgs; [
rustc #rustc
cargo #cargo
rustPlatform.rustcSrc #rustPlatform.rustcSrc
rustfmt #rustfmt
clippy #clippy
cargo-expand cargo-expand
cargo-tarpaulin cargo-tarpaulin
rustup
]; ];
}) })
gcc gcc