Commit graph

18 commits

Author SHA1 Message Date
Vinzenz Schroeter 7b33084a3e more configs work now
All checks were successful
Rust / build-gnu-apt (pull_request) Successful in 5m24s
Rust / build-size-gnu-unstable (pull_request) Successful in 1m18s
```
make LIBC=gnu LINK=dynamic
make LIBC=musl LINK=dynamic CC=musl-gcc
make LIBC=musl LINK=static CC=musl-gcc
```
2025-05-30 00:09:41 +02:00
Vinzenz Schroeter 4d9c9e2ac4 clean up .PHONY and all
All checks were successful
Rust / build-gnu-apt (pull_request) Successful in 5m20s
Rust / build-size-gnu-unstable (pull_request) Successful in 1m14s
2025-05-28 17:29:28 +02:00
Vinzenz Schroeter a4699b9bc8 rename size-optimized to size_optimized 2025-05-28 16:48:19 +02:00
Vinzenz Schroeter c7d40b828b per-config build output using VPATH
All checks were successful
Rust / build-gnu-apt (pull_request) Successful in 5m13s
Rust / build-size-gnu-unstable (pull_request) Successful in 1m13s
based on https://make.mad-scientist.net/papers/multi-architecture-builds/
2025-05-28 15:07:04 +02:00
Vinzenz Schroeter 2d937b9c3c simplify conditional logic with constructed macro names
based on https://make.mad-scientist.net/constructed-macro-names/
2025-05-28 11:49:44 +02:00
Vinzenz Schroeter 01b3169020 sp_cmd_brightness_global_get returns value 2025-05-24 13:50:01 +02:00
Vinzenz Schroeter 389ced492c change typedef style, add optional logging
Some checks failed
Rust / build-gnu-apt (pull_request) Failing after 1m24s
Rust / build-size-gnu-unstable (pull_request) Failing after 1m28s
2025-05-16 00:33:27 +02:00
Vinzenz Schroeter 0c6efcee56 add example for reading packages, fix functions return pointers to copy on stack 2025-05-15 23:48:03 +02:00
Vinzenz Schroeter b06241f8d3 update installation README, Makefile changes
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:51:54 +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 10ebccdf47 features, cargo fmt 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 63dfecdbf5 rename/merge functions to match rust side more 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter 5eed5ecde2 fix rebase 2025-05-04 13:17:06 +02:00
Vinzenz Schroeter 77a8a242bf simplify example
Some checks failed
Rust / build (push) Failing after 1m21s
2025-02-16 18:06:19 +01:00