Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/probe-rs/flash-algorithm

A crate to write CMSIS-DAP flash algorithms for flashing embedded targets
https://github.com/probe-rs/flash-algorithm

Merge pull request #6 from probe-rs/task/extend-api

Extend the API macro to accept all arguments

8af3d68310d1c7d81db467135e62411332b55214 authored 11 months ago by Noah Hüsser <[email protected]>
Extend the API macro to accept all arguments

1eb3932179b818825dda912b5a6b54a357ec9474 authored about 1 year ago by Noah Hüsser <[email protected]>
Bump version

dcf3f7195cdfe7b8dd90ed6bf5d72e7e655cfbf0 authored over 1 year ago by Noah Hüsser <[email protected]>
Merge pull request #4 from huming2207/master

Implement verify function

d0e632eb47531a839e8b1bab0390ed9ccad3406c authored over 1 year ago by Noah Hüsser <[email protected]>
Merge pull request #5 from glaeqen/master

Fully qualify `MaybeUninit` type

c734d173ef36f9dba51dc542e9a7f8236cbe334e authored almost 2 years ago by Noah Hüsser <[email protected]>
Fully qualify `MaybeUninit` type

3618a0ff904b72d99574ce142ba827d341139598 authored almost 2 years ago by Gabriel Górski <[email protected]>
Fix whitespace

b3fbdf7d36c613b7b163d2c3e1d6e28bffcbb1a8 authored almost 2 years ago by Gabriel Górski <[email protected]>
Implement verify function

680ba43bd49afdb37cd19279d30c1f06d13e1f19 authored almost 2 years ago by Jackson Ming Hu <[email protected]>
Merge pull request #2 from tgross35/feature-flag

Put the panic handler behind a feature flag

0d68027422914da8193effb5b1507598d97afb7d authored almost 2 years ago by Noah Hüsser <[email protected]>
Put the panic handler behind a feature flag

588c8ca195565f63d39eb30387e8546475b150c7 authored almost 2 years ago by Trevor Gross <[email protected]>
Merge pull request #3 from vccnfitingh/optional-functions-as-features

Make EraseChip optional

0b24c514add921c65d5a6b8498346ece5bcb5e65 authored almost 2 years ago by Noah Hüsser <[email protected]>
Make EraseChip optional

According to [1], only Init, UnInit, EraseSector, and ProgramPage
are mandatory.

[1]: https://o...

0bbc407bcc1f4e1e77ad89a1c1c4e187f6619f94 authored almost 2 years ago by Nils Fitinghoff <[email protected]>
Convert buffer to slice so user doesn't need `unsafe`

Convert buffer to slice so user doesn't need `unsafe`

3b4fc12e79313fb8a6559c6c51387abcd8a0f018 authored almost 2 years ago by Noah Hüsser <[email protected]>
Convert buffer to slice so user doesn't need `unsafe`

ca1959593aeef6fbe2fb744f0b75d17b7e62bf6b authored almost 2 years ago by Trevor Gross <[email protected]>
Add the empty value of a byte to the algorithm! macro

5488faf5efcd467379cfb0ae3c7d0f5b673095a6 authored almost 2 years ago by Noah Hüsser <[email protected]>
Add the flash device description structures

3338159a343605bea85fc4dae013967fbcabfcb0 authored almost 2 years ago by Noah Hüsser <[email protected]>
Initial commit

6c9b0896e8794eb7ffa08138af6eda1e8cffc981 authored almost 2 years ago by Noah Hüsser <[email protected]>