Compare commits

..

25 commits

Author SHA1 Message Date
Vinzenz Schroeter 2dd1250bf1 version 0.14.1
All checks were successful
Rust / build-gnu-apt (pull_request) Successful in 4m17s
Rust / build-size-gnu-unstable (pull_request) Successful in 1m11s
2025-05-04 13:17:06 +02:00
Vinzenz Schroeter 25eb73ae55 remove musl builds 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter d4716c4bc6 build variations in CI to keep track of what works 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter 406ec84577 a bunch of options for the Makefile 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter bdfe4439a1 update to released servicepoint version 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter 10ebccdf47 features, cargo fmt 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter baa450b2f7 add functions to convert containers directly into packet 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter 1e442012be heap_remove, sp_brightness_grid_into_packet 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter ce70ecd9e2 add command code constants, send header 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter f193c659b9 translate announce and brightness tester examples 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter 8dcced489a sp_brightness_grid_load ignore out of range 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter 0af8ea98dd add sp_bitmap_into_bitvec, sp_bitmap_from_bitvec 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter fd6f9198f3 unify heap allocation handling 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter 63dfecdbf5 rename/merge functions to match rust side more 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter bbe4000468 add fn to pass ip:port as values 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter 5eed5ecde2 fix rebase 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter fc80e1b83f move generic safety information into README 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter e0d82b2b87 wip fix documentation 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter 597614bc95 use brightness type from base crate 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter 40fed5ba04 add /*notnull*/ comments in header, use NotNull for parameters 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter bb90af3a57 wip remove newtypes, re-export constants from base lib 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter d215f7199e functions for manipulating packets 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter 1a58294f88 wip remove newtypes 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter 52f6f3f3fe cargo fmt 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter 0d4bf5ac10 wip 80k example 2025-05-04 13:17:06 +02:00

View file

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