-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add RP2350 package to i2c-passthru example (#19)
* Add RP2350 package to i2c-passthru example * Update embassy To get updated rom_data functions * Fix reset function * Add rp2350 package to ci * Get unique ID from ROM * Use get_chipid() from otp module * Add thumbv8m to ci.sh
- Loading branch information
Showing
9 changed files
with
2,306 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[target.'cfg(all(target_arch = "arm", target_os = "none"))'] | ||
# If you have an SWD debugfer, you can uncomment this line: | ||
# runner = "probe-rs run --chip RP235x --speed 12000 --protocol swd" | ||
|
||
# If you don't, you can put the pico into the USB loader, and use this | ||
# line instead: | ||
runner = "picotool load -x -t elf" | ||
|
||
[build] | ||
target = "thumbv8m.main-none-eabihf" | ||
|
||
[env] | ||
DEFMT_LOG = "debug" | ||
|
||
[unstable] | ||
build-std = ["core"] | ||
build-std-features = ["panic_immediate_abort"] |
Oops, something went wrong.