1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-14 09:03:50 +01:00

9 Commits

Author SHA1 Message Date
Marian Buschsieweke
720c086131
Merge pull request #21867 from chrysn-pull-requests/use-riotsys-only-pr60
rust: Update riot-sys selectively to fix C2Rust incompatibility
2025-11-11 08:55:50 +00:00
chrysn
45aba94123 rust: Update riot-sys selectively to fix C2Rust incompatibility
This updates the package just so far that the changes from [60] (fixing
compatibility with C2Rust 0.21) are in, but not [61] (which caused yet
to be understood trouble on native32 builds).

[60]: https://github.com/RIOT-OS/rust-riot-sys/pull/60
[61]: https://github.com/RIOT-OS/rust-riot-sys/pull/61
2025-11-11 09:38:34 +01:00
crasbe
5c469ec886 examples: update Makefile.ci with stm32c0116-dk & stm32c0316-dk 2025-10-20 14:57:03 +02:00
Teufelchen1
23a5ff6b4d treewide: Update Rust dependencies 2025-07-14 11:18:14 +02:00
krzysztof-cabaj
4e56a90b40 examples: manual addition of SPDX licenses in Rust code 2025-07-10 22:06:44 +02:00
Mikolai Gütschow
223031e0d6
treewide: update riot-wrappers and riot-sys
diff generated with `find -name Cargo.toml -exec cargo update --manifest-path "{}" --package riot-wrappers --package riot-sys ";"` according to https://github.com/RIOT-OS/RIOT/blob/master/doc/guides/managing-a-release/README.md?plain=1#L31

upcoming release version bump similar to https://github.com/RIOT-OS/RIOT/pull/21133
2025-04-08 14:29:46 +02:00
chrysn
0e6f92eba1 rust: Remove explicit panic=abort in Cargo.toml 2025-02-22 00:10:02 +01:00
chrysn
c3ebae38f7 examples/rust: Simplify Makefiles
The APPLICATION_RUST_MODULE declaration is moved to a more prominent
position, given that it is now not part of a cesspool of boilerplate any
more.
2025-02-21 23:52:11 +01:00
Mikolai Gütschow
9a45c30222
examples: shorten subfolders' names 2025-02-21 09:55:24 +01:00