- 18 Mar, 2022 40 commits
-
-
zyno42 authored
-
zyno42 authored
-
zyno42 authored
-
zyno42 authored
-
zyno42 authored
-
zyno42 authored
-
zyno42 authored
-
zyno42 authored
-
zyno42 authored
-
zyno42 authored
The generated context selectors now have the `Snafu` suffix.
-
zyno42 authored
The old interface was deprecated in version 3.0.0.
-
zyno42 authored
-
zyno42 authored
-
zyno42 authored
-
zyno42 authored
The methods used before were deprecated in the new version of the `config` crate.
-
zyno42 authored
The `get_str` method on `Config` struct was renamed to `get_string`. Aside, the minimum Rust compiler version supported is now 1.49.0.
-
zyno42 authored
From `snafu-upgrade-assistant`: In SNAFU 0.7, generated context selectors now have the Snafu suffix to help de-mystify the generated code. From SNAFU's Changelog: - Generated context selectors now have the suffix Snafu. This is a breaking change. - Minimum supported version of Rust is now 1.34.
-
zyno42 authored
-
zyno42 authored
-
zyno42 authored
-
zyno42 authored
-
zyno42 authored
Remove the `volatile` crate in favor of the `std::ptr::{read,write}_volatile` functions. Also add `Cargo.lock` for `libtapasco_tests`.
-
Carsten authored
Feature: Reintroduce `tapasco-debug` with new interface in Rust
-
zyno42 authored
-
zyno42 authored
-
zyno42 authored
-
zyno42 authored
-
zyno42 authored
Replace unnecessary `StatefulList`s with `ListStates`. Make the number of registers and the size of local memory endless.
-
zyno42 authored
-
zyno42 authored
-
zyno42 authored
TryInto is now in the prelude of the 2021 edition.
-
zyno42 authored
-
zyno42 authored
-
zyno42 authored
-
zyno42 authored
-
zyno42 authored
-
zyno42 authored
that are necessary for `tapasco-debug` but break up the usually wanted encapsulation of `libtapasco`, so they are guarded behind conditional compilation if the non-default feature is activated.
-
zyno42 authored
Write the 1 to start the PE directly to the appropriate address in the mapped memory. Using `libtapasco`'s API function to start a PE is not possible because ownership of the `PE` struct has already been taken and cannot be stolen back in the starting function.
-
zyno42 authored
-
zyno42 authored
-