JMM

Results 6 comments of JMM

> I believe the CLI interface `probe-rs run` does have support. From my tests, it seems to work as intended: First run uses `cortex-m-semihosting = "0.5.0"`, second run uses `cortex-m-semihosting...

> This can be implemented by updating the probe-rs dap server component only Still not sure where to look next then. [probe-rs/dap-rs](/probe-rs/dap-rs)? [probe-rs/probe-rs](/probe-rs/probe-rs)?

> Use the /api/public/join_kasm and leave off the user_id in the JSON body of the request. If you don't specify a user_id, it will auto generate an anonymous user. The...

@eikek > this is currently not possible I think This bothered me so I've started building a binary crate in Rust to enable sharry upload from CLI … will also...

Hey @eikek , I finished what I consider the first working version of what I call "ShrUpl" the sharry upload tool Although still a bit rough around the edges, mind...

that's what I mean by "a bit rough around the edges" :-D `shrupl` just expects the base URL without protocol, so in your case using arguments `my.sharry.site xy-alias-id ./file.pdf`. I'll...