-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: toxxin/flash-algorithm
base: master
head repository: probe-rs/flash-algorithm
compare: master
- 9 commits
- 3 files changed
- 4 contributors
Commits on Dec 22, 2024
-
add missing ReadFlash(optional) function
Signed-off-by: Anton Glukhov <anton.a.glukhov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e830a7a - Browse repository at this point
Copy the full SHA e830a7aView commit details
Commits on Dec 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 947a6b7 - Browse repository at this point
Copy the full SHA 947a6b7View commit details -
Merge pull request probe-rs#8 from toxxin/add-read-flash
add missing ReadFlash(optional) function
Configuration menu - View commit details
-
Copy full SHA for 877d21b - Browse repository at this point
Copy the full SHA 877d21bView commit details
Commits on May 7, 2025
-
memory: support ti section naming
TI names their sections with a `:`. For example, `.text:Fapi_issueAsyncCommand`. Add this as a recognized section prefix when placing symbols into the text section. Signed-off-by: Sean Cross <sean@xobs.io>
Configuration menu - View commit details
-
Copy full SHA for a915acb - Browse repository at this point
Copy the full SHA a915acbView commit details -
lib: support big endian devices
With big endian devices, the symbols are stored in big endian order. This is fine if the header is getting loaded onto the target, however the header is only for use with the host system, which is almost alays little endian. Ensure each field of the header is correctly swapped by adding `.to_le()` to each field. Additionally, ensure all fields are primitive integer types, as byte swapping is undefined for Rust types. Signed-off-by: Sean Cross <sean@xobs.io>
Configuration menu - View commit details
-
Copy full SHA for b0c8c1d - Browse repository at this point
Copy the full SHA b0c8c1dView commit details -
Merge pull request probe-rs#9 from xobs/big-endian-support
Add big endian support
Configuration menu - View commit details
-
Copy full SHA for be44533 - Browse repository at this point
Copy the full SHA be44533View commit details
Commits on May 18, 2025
-
Add a command to perform a blank check on a device. This is an alternate method for devices that have ECC, where a blank device doesn't necessarily have a predetermined or homogenous bit pattern. Signed-off-by: Sean Cross <sean@xobs.io>
Configuration menu - View commit details
-
Copy full SHA for eb629a3 - Browse repository at this point
Copy the full SHA eb629a3View commit details -
Merge pull request probe-rs#10 from xobs/add-blank-check
add blank_check command
Configuration menu - View commit details
-
Copy full SHA for d7943dd - Browse repository at this point
Copy the full SHA d7943ddView commit details
Commits on May 19, 2025
-
blank_check: add
pattern
argument based on cmsis-dapCMSIS-DAP has a `BlankCheck` function available that is very close to the `blank_check` function already. Add a `u8` argument that describes a `pattern` in order to bring them up to parity. Signed-off-by: Sean Cross <sean@xobs.io>
Configuration menu - View commit details
-
Copy full SHA for 3236188 - Browse repository at this point
Copy the full SHA 3236188View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master