-
-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hey Noah,
Nice work and great tool.
As discussed earlier, I am working on the SAM RH707 support: using this repo, I manage to generate the target/definition.yaml
, but still have a couple of questions:
a.) My target architecture (i.e. thumbv7em-none-eabihf
) provided during the template generation as -d target-arch=thumbv7em-none-eabihf
seems to properly make its way within .cargo/config.toml
:
while in the template.yaml
(and thus in the resulting target/definition.yaml
), I see the type line is mentioning armv6m
:
Is this OK/expected ? :)
I can see it referred as architecture
during the cargo run
too:
b.) So, although the .yml file generation is done, I can understand I am missing the whole implementation of the flash algorithm here: could you please elaborate on the process/guidelines to follow ?
Also what is the difference with your other (CMSIS) repo ?
Where should the implementation work be initiated first ?
The resulting file will (still) be a .yml file : is this the real single valuable input required in order to have probe-rs
tool supporting properly a new chipset ?
All the magic being somehow compiled/translated in the long string of instruction
within the .yml file ?
Many thanks for your feedback, time and support ! :)
Hope I can soon stop bugging you and quickly be autonomous and finally productive 🙈
Cheers,
Ben