Ecosyste.ms: OpenCollective

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

github.com/probe-rs/target-gen


https://github.com/probe-rs/target-gen

Add message about moved repo

4ce686794013cef46dcee4eda9c6aa87c141148a authored about 3 years ago
Merge pull request #33 from MabezDev/updates-for-probe-rs-master

Updates for probe-rs master

6c252442bd2969a2dae258586ec097d2f7b414e5 authored over 3 years ago
updates for probe-rs master

* Update generation code to use the new master format.
* Fix up update to use the new `load_addr...

67f10017df017b54e318194a8589e09db04096fa authored over 3 years ago
Add libudev to CI

c34c4a018e7c664a3a4c226f79b1e51b129d4f34 authored over 3 years ago
Make target-gen compatible with updated probe-rs

28e5708e64a2fd72e6ae67e88be54801c2635a1a authored over 3 years ago
Update README.md to `elf` subcommand (#29)

00af15f51190022895c3bb219a785f666a60499b authored almost 4 years ago
Update CI's libusb package version (#30)

a20e5fd39eea8c88f8e525c6b020a777f043be3e authored almost 4 years ago
Make 'PrgData' section optional.

A flash loader can work without global data, so the section
should be optional.

137541ad7bbf739c8cd7e7f004d8c9796071076d authored about 4 years ago
Rename Flash to NVM

bf8c1f8a8fb1e3901ff01cb313ebf0a063e611c2 authored about 4 years ago
Fix zip warnings

8f2875fb8d4f740220946323cdef9362c4ae7afe authored about 4 years ago
The download procedure async/multithreaded

aec2000abdfe262b127c933e970ebe48c030086a authored over 4 years ago
Sort FlashRegions and always use the first one in the address space

c5ffea8f9d432556730556566126c08097eb1714 authored over 4 years ago
Merge contiguous flash regions

026bb4b2ab004f14774695e3254f98a942470d31 authored over 4 years ago
Run rustfmt

b6840e955023a8fe5ade8458a13acc86154f8256 authored over 4 years ago
Ensure algorithm names always lower case (#23)

Always keep the names lower case as they are based on filenames
which where the casing might not...

bc6018782219ed55fe2bbe66654d121fea165403 authored over 4 years ago
Do not base64 encode twise

75e9356cdfd42d004742810aa6d1139cecb7ba76 authored over 4 years ago
Merge contiguous RAM regions and select largest

3137854e044b1ed47ae2ebeea6b6ffd44219a431 authored over 4 years ago
Run `cargo fmt`

c30a9185c6b2413bb71155fec291293193d4369f authored over 4 years ago
Support for asymmetric processors with same core types

e4dacb185c7748f7fa68e587648b8578a6a330f3 authored over 4 years ago
Download all packs available on the arm page

0e66d35261eb3d2fd182b6c9214d98d3ea62bd43 authored over 4 years ago
Only try to download the non-deprecated packs

2605080cf11042b6f4d565c05748525b01811fa4 authored over 4 years ago
Fix tests which would not run because the term logger backend would not be available.

9182efd5ac542ff24a049e06fe6d21ff3640f303 authored over 4 years ago
Use ::compat for failure -> anyhow translation

46aecdf2115b84d81681706d297325cc151f58a4 authored over 4 years ago
Fix doccomment

70a393e3a0e0301a4bb1ef2ae92566c58654371c authored over 4 years ago
Fix the CLI hint

c6f0f084282a2efd168e9cb03476343b186f06e9 authored over 4 years ago
Add some docs

4f471d59c9d93fd15f51bc8976ef63f8680d03fe authored over 4 years ago
Always enable logging

587175baf3c06d0f1e9e03e897193e1267ede89a authored over 4 years ago
Use the official VIDX repo

f938dfe11fddd3c19e0d7b5f6f70f4fd637b7b17 authored over 4 years ago
Add support for self-written flash loaders (#16)

* Add support for self-written flash loaders

* Update README.md

* Add update feature, to u...

14f2483353b007d0bb567c6fa619f6cb92e23d83 authored over 4 years ago
Bump goblin version to avoid building twice.

This had been pulling in both 0.1 and 0.2, but it looks like there are
no breaking changes in 0....

8996b6de06834653cc17b91dd680d42660c9e21a authored over 4 years ago
Add basic README, improve error handling and output (#15)

* Add basic README, improve error handling and output

* Apply suggestions from code review

...

8322a90253a0446d7c99d83b58eb74ebf13a934d authored almost 5 years ago
Update dependencies in Cargo.lock

26140a39bfd63e5846de40ed90f8699e42d1ff0f authored almost 5 years ago
Improve help messages

ab33c9757135d70ef0e547547fa46e888661a41f authored almost 5 years ago
formatting

9ee76a37a7f39e968ca924d90965acde67e08510 authored almost 5 years ago
eprintln + exit instead of panic

0ab34577bc8bcf643d886aa4a5239d18e2478297 authored almost 5 years ago
Check wether input and output dir exists

If the output directory does not exist target-gen will spend some time
generating the yml files ...

70f503e3c85ef085bb3fd836571e13134c539012 authored almost 5 years ago
adding support for generating yml files for cortex M7 chips

23f8ccc7c13cbd774144927da01a6033ef53aead authored almost 5 years ago
Adapt to the new probe-rs API; Also update Cargo.lock (#12)

* Adapt to the new probe-rs API; Also update Cargo.lock

6db7a80cc78841e13384e756a5be998ee49bcfcc authored almost 5 years ago
Initial fix for #10, ensure flash has no write access

8a76057d2f492577cca9312e0088a6e5f4ff3b51 authored almost 5 years ago
Show an error message if an supported core is found

35a30e7dc07f6da08e7a864db4bc49c986fad3f7 authored about 5 years ago
Delete STM32F4 Series.yaml.bkp

1c734204388ac9ab8d5daf6f1e1841c9b2c986c6 authored about 5 years ago
Use probe-rs version from git

cac0cc02feca3f92f21164a9c925e973d78c7543 authored about 5 years ago
Rename range to flash_range

a57ae118e8645fed03176bd897717e926d975289 authored about 5 years ago
Use a HashMap for all the algorithms; Use a range for the flash properties

dc92fc51a3a622b53d4b9cccac93d912553c8402 authored about 5 years ago
Add support for multiple flash algorithms and different sector sizes

a4d09299069f3c14ca5203aa0916d10a2f6acf1d authored about 5 years ago
Make the flash blob in the yaml base64

94e23d18724443c80b14d7a6011beb7e010f0159 authored about 5 years ago
Add support for flashless or ramless devices

For exemple NXP LPC18x0 and LPC43x0 do not have any internal flash,
they instead support various...

7647f09c905daac0dd747d63f94df9f185964722 authored about 5 years ago
Merge pull request #5 from aurelj/reproducible

Sort devices so that a given input pack always give the same output yaml

eea661829b4a64c75c928149d2deb1b12a4507f8 authored about 5 years ago
Sort devices so that a given input pack always give the same output yaml

This makes it much easier to compare yaml output from two slightly
modified packs or to compare ...

bba56cff17b1721af75ed0e3ecbf69aebe718a75 authored about 5 years ago
Update dependencies (#4)

* Use structopt for argument parsing

* Update dependencies

* Fix version in Cargo.toml

6aedbfcb5abdf8ab1c57ed859061a8980c38bfaf authored about 5 years ago
Add GitHub workflows for CI

19a2e6a548a1e3f2d7d2fdb6eb29bb2493f01271 authored about 5 years ago
Fix clippy issues introduced by last PR

Good thing we will have CI now ;)

a796324529896c47666bfcfd522eab1ab4cdf810 authored about 5 years ago
Use git dependencies instead of path dependencies

Otherwise it will randomly break in CI and for people trying to use it.

ac362186f1d5ad337ca1e56219628d85474ef9e9 authored about 5 years ago
Run cargo fmt

3067e3b5ca3e018f0a16491d517f784235dd09bd authored about 5 years ago
Show filename when opening failed

Old panic message:

'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { c...

865ffa3f41bcb6b4f0eb97eec6ef9c6ca45c9c48 authored about 5 years ago
Combine all variants and algorithms of a family into one config file

0715d03432d1254d7549f20c02679ae3c0800377 authored about 5 years ago
A pack can now be directly added as an argument and than will be unzipped and parsed

f39208918fe338dbda9ccef57423e08f7f0ce0e3 authored about 5 years ago
Fix double buffer allocation

61360c11c8e83511417320e9d2a0b2c8bdd8cb08 authored about 5 years ago
improve extraction algorithm, such that it iteratively tries to choose a max stack size such that at least one page fits the flash

e3012594f254e376e17fc62309289e1d5c9cc737 authored about 5 years ago
Fix RAM address bug

567743b45c4d40397dbf39d6078f022a4c47792d authored about 5 years ago
Generation of full config files works

27346276e0be59db2ba04d40edaf84a1b792247e authored about 5 years ago
Fix extracting of the flash blob

74f8d3d795297be3c7dc73b6e889c9c35d289d7e authored about 5 years ago
Fix warning

1b593c745997d35cf0492c8a2d2c10e1ec36c56c authored about 5 years ago
Flash algo extraction should work

8197a2084a0cd6572779a802adba9bfd396d706a authored about 5 years ago
The flash algo can now be written into a file and loaded. Somehow RAM contents do not match the expected contents after loading the algorithm

fcfaed93ca47db54c733efb5cdb96b5f0ffc8ae0 authored about 5 years ago
ELF parser *should* work; memory region parser remaining

4a27dbac01d7952489492b6a334ce4fc7d6cbcc1 authored about 5 years ago
Parsing FlashDevice info works; only rw_start missing now

04c8ff7e3a0b9db6981792b0eb752f4e1860e84e authored over 5 years ago
DOES NOT COMPILE; Initial work

a49c402ef23d683fd306784c27f536631bacc73a authored over 5 years ago
first commit

4c6fd399142471df6aea1e2d3df0320c6f522d25 authored over 5 years ago