Commit graph

38 commits

Author SHA1 Message Date
Vinzenz Schroeter 0968605d0b cleanups, add semicolon everywhere 2025-06-26 17:29:03 +02:00
Vinzenz Schroeter e8f11c08ea add parameter modifiers 2025-06-23 23:28:30 +02:00
Vinzenz Schroeter 92ce27af68 simplify property exports 2025-06-23 19:43:23 +02:00
Vinzenz Schroeter b4730ffdf3 container macro code dedup 2025-06-22 12:52:53 +02:00
Vinzenz Schroeter 8116375fd0 more type name based naming 2025-06-22 12:28:37 +02:00
Vinzenz Schroeter 500cbbc872 add prefix centrally 2025-06-21 23:51:10 +02:00
Vinzenz Schroeter b79a2534fc the rest of the functions wrapped with macro
Some checks failed
Rust / build-gnu-apt (pull_request) Failing after 1m6s
Rust / build-size-gnu-unstable (pull_request) Failing after 2m49s
2025-06-18 23:14:51 +02:00
Vinzenz Schroeter 75e2df41fe export value fields via macro
Some checks failed
Rust / build-gnu-apt (pull_request) Failing after 1m31s
Rust / build-size-gnu-unstable (pull_request) Failing after 42s
2025-06-17 23:56:11 +02:00
Vinzenz Schroeter 514c0304b8 clone and free with :: syntax 2025-06-17 22:11:10 +02:00
Vinzenz Schroeter 02f629c68b generate some functions with macros, cbindgen 0.29 2025-06-16 21:45: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 4ab5305377 add example helper, translate more examples
update to wip servicepoint lib
2025-05-10 15:01:49 +02:00
Vinzenz Schroeter 36f3d84dc8 a bunch of docs 2025-05-07 22:31:26 +02:00
Vinzenz Schroeter 626a887480 move heap functions to own mod 2025-05-07 08:53:49 +02:00
Vinzenz Schroeter cf6e6385ec move containers to own mod 2025-05-07 08:43:38 +02:00
Vinzenz Schroeter 85ccf4123c expose tagged union instead of TypedCommand to C
Some checks failed
Rust / build-gnu-apt (pull_request) Failing after 1m18s
Rust / build-size-gnu-unstable (pull_request) Failing after 1m11s
2025-05-06 22:58:38 +02:00
Vinzenz Schroeter 32d39f8006 misc mod and doc changes 2025-05-06 21:27:01 +02:00
Vinzenz Schroeter 84adf166a9 add heap_move_ok and heap_move_some helpers 2025-05-05 18:25:59 +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 fd6f9198f3 unify heap allocation handling 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 40fed5ba04 add /*notnull*/ comments in header, use NotNull for parameters 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 57d9e90b0f wip update to next servicepoint version 2025-04-12 16:25:20 +02:00
Vinzenz Schroeter c069c1966b split crate into own repository
All checks were successful
Rust / build (push) Successful in 1m48s
2025-02-15 12:39:31 +01:00
Vinzenz Schroeter 01d1f1dad0 one workspace for everything 2024-05-12 14:01:49 +02:00
Vinzenz Schroeter 62ca9037b6 remove dependency on num 2024-05-12 13:11:42 +02:00
Vinzenz Schroeter df8c1249c4 renames, add documentation headers 2024-05-12 01:33:32 +02:00
Vinzenz Schroeter 362426c758 reformat with max width 2024-05-11 23:28:08 +02:00
Vinzenz Schroeter 638249c2b9 add BitmapLegacy 2024-05-10 21:27:34 +02:00
Vinzenz Schroeter c7456f0a67 From<Vec<u8>> for Packet 2024-05-10 20:08:56 +02:00
Vinzenz Schroeter 9eaa7462bc Into, TryFrom 2024-05-10 19:55:18 +02:00
Vinzenz Schroeter 6b5fdca654 split out more files 2024-05-10 00:53:12 +02:00