37 Commits

Author SHA1 Message Date
Wilfried Chauveau
920d2cc72f
doc: Document the project creation process (#99)
* doc: Document the project creation process

* fix: typo in readme.md introduced in the previous commit

Co-authored-by: 9names <60134748+9names@users.noreply.github.com>

---------

Co-authored-by: 9names <60134748+9names@users.noreply.github.com>
2025-05-16 18:43:05 +10:00
Dylan Bulfin
053210c8e0
Fix probe-rs README links (#96) 2025-05-09 07:05:09 +10:00
Moritz Tim W.
7d0eecdfb4
Rename license files to standardised names (#89)
* rename license options to be recognizable by tools

* Use hyphen instead of dot

* Update references
2025-05-04 16:22:48 +10:00
Moritz Tim W.
ae51110b6f
fix reference to wrong repo 2024-11-13 20:07:00 +01:00
Elijah Mock
d08ed746c1
Update version in sample code to match actual 2024-08-03 15:33:20 -05:00
Jan Niehusmann
0ac25173e4 Update install instructions for probe-rs 2024-05-24 12:48:03 +00:00
Jan Niehusmann
92f6a55ebc
Add a section about feature flags to README.md (#68)
Closes #52
2023-10-18 21:03:01 +11:00
Gray Olson
a2d9df3ab6
Change default runner to probe-rs and deprecate probe-run (#67)
`probe-run` was recently announced as deprecated in favor of `probe-rs`. This changes the default
runner to `probe-rs run` and removes reference to the old `probe-run`.
2023-10-18 08:51:57 +11:00
9names
de42e40358
Update probe-rs tools to 0.19 (#64)
* Update probe-rs tools to 0.19

* Restore rp2040_boot2 line

* Update runner to use probe-rs run 0.19 syntax

* Update vscode launch command for probe-rs debugger

* Add note about removing older installation of cargo-embed

If you had previously installed cargo-embed separately, it will conflict with the new way probe-rs installs multiple binaries at once.

* Update README.md

Co-authored-by: 9names <60134748+9names@users.noreply.github.com>

---------

Co-authored-by: Jan Niehusmann <jan@gondor.com>
2023-07-27 07:45:43 +10:00
s7rul
724b969373
Apply suggestions from code review
Making it clear why the boot-loader needs to be added manually.

Co-authored-by: Jan Niehusmann <jan@gondor.com>
2023-06-17 09:36:21 +02:00
s7rul
176f281121 Added section for note about rp2040_boot2
When not using rp-pico but rp2040_boot2
the bootloader needs added. Added a section
about this in the readme.
2023-06-12 22:36:37 +02:00
Jan Niehusmann
fc56be7aa3
Remove temporary workarounds for probe-run/defmt issues (#59)
With probe-run 0.3.9, there's no longer a need to revert to
older versions of probe-run and defmt to work around bugs.
2023-05-05 23:09:05 +01:00
zack novosad
f796edfb5f Update cargo embed install snippet to inclue "--locked" 2023-05-02 12:15:42 -05:00
Jan Niehusmann
c1d0012b1b
Use --locked flag when installing probe-run (#55) 2023-04-13 11:08:07 +01:00
Jan Niehusmann
b0ba1d1459 Use fixed version dependency on defmt 0.3.2
Also suggest probe-run 0.3.6 in README.md
2023-04-12 15:53:28 +00:00
9names
cabbe167a0
Update runner docs (#49)
* Update cargo-embed instructions

* Add probe-rs-cli run instructions

* Add commented probe-rs-cli runner
2023-03-15 22:11:58 +11:00
Hiroaki Yutani
3289596059
Update the links to cargo-embed 2023-02-05 17:25:16 +09:00
Tim Docker
77daa11190
Update documentation to reference picoprobe-cmsis-v1.0.1 firmware. (#38)
* Update documentation to reference picoprobe-cmsis-v1.0.1 firmware.

* improve probe firmware setup instructions
2023-01-12 19:33:53 +11:00
9names
7eecdba004 Add rustdap usage instructions 2022-11-06 20:35:33 +11:00
9names
d204789394
Update docs to use probe-rs-debugger 0.13.0 (#32) 2022-07-12 22:20:25 +10:00
9names
2cd828949a
Update docs to use cargo-embed 0.13.0 (#31) 2022-07-12 21:49:09 +10:00
9names
2cadd4df41
Add a basic VSCode configuration for probe-rs-debugger (#29)
* Add a basic VSCode configuration for probe-rs-debugger

* VSCode: have launch build first and use debug binary

* Got defmt working in vs-code-debugger

* Add VSCode debugger setup to README
2022-06-29 11:58:46 +10:00
9names
be0c18130e Update README with cargo embed instructions 2022-06-26 14:12:39 +10:00
9names
b6b037f609
Remove comments that implied J-Link works
The original comment "JLink probes sort of work" gave the impression that you could probably use a J-Link.  
Support for this was never good, but it's currently completely broken.
I've replaced these parts with stronger language to discourage people from trying.
2022-02-14 23:13:46 +11:00
9names
06180871b5
Improve layout + formatting of readme + runner info (#19)
* Improve layout and formatting of readme

* Update comments around elf2uf2

* Update for DEFMT_LOG in config.toml

* Minor formatting fixes

* Use italics for 'environment variable'
2022-01-19 19:33:08 +11:00
KernelErr
3e193672b8 typo: fix misspelled elf2uf2-rs
In `README.md`, elf2uf2-rs has been misspelled as elf2usb2-rs in installation commands. In `.cargo/config.toml`, a quotation mark need to be added.
For users who use VS Code with Rust Analyzer, setting target architecture could help them to avoid warning like no tests module.
2021-12-21 14:01:54 +11:00
Jonathan Pallant
b2f4df6965 Mention elf2usb2-rs in the README 2021-12-11 16:09:44 +11:00
Jonathan Pallant
a0fd4ff52e Update README with new Contact/CoC blocks
Taken from the rp-hal repo, for consistency.
2021-12-11 15:51:19 +11:00
Jan Niehusmann
34903fc263
Upgrade to defmt-0.3.0 & refer to upstream version of probe-run (#8)
* Upgrade to defmt-0.3.0

* Change references to probe-run-rp back to probe-run
2021-11-28 23:38:27 +11:00
9names
cbf1691e1e
Update installation instructions for probe-run-rp
Since thejpster rebased our changes on upstream probe-run, probe-run-rp is now in the rp2040-support branch.
Updating the installation instructions to reflect that change.
2021-10-10 18:17:17 +11:00
9names
40ed7c48b8
Minor cleanup of readme.md 2021-08-15 14:01:04 +10:00
9names
486792b68f Add a list of CMSIS-DAP hardware to docs 2021-08-09 00:13:00 +10:00
9names
b2c4dd585b Add updated README 2021-08-01 23:31:47 +10:00
Dario Nieuwenhuis
64e2eb5607
FIx typo in readme 2021-02-26 23:23:19 +01:00
Dario Nieuwenhuis
9dc0745950 Properly reset peripherals, update README. 2021-01-26 04:46:48 +01:00
Dario Nieuwenhuis
9d692788c4 formatting fail 2021-01-23 05:03:22 +01:00
Dario Nieuwenhuis
48dce4894f 🎉 2021-01-23 05:02:09 +01:00