Noah Hüsser
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    # probe-rs Roadmap ## probe-rs library Order of the following list does not matter yet. - Features - support for targets with multiple Cores - Sequences support (convert XML+C dialect initialization scripts to [Rhai](https://github.com/jonathandturner/rhai)) - Target-definitions patches - Architectures - Extend Riscv - MSP430 - [AVR](https://www.avr-rust.com/) - tracking issue https://github.com/probe-rs/probe-rs/issues/391 - support avr arduinos using debug-wire - use arduino to debug arduino https://sites.google.com/site/wayneholder/debugwire - use ftdi chip on arduino as debug wire driver - alternative implemenation of functions from avr-dude - there are existing rust implemenations which could maybe be used/ fused - MIPS - support for backtraces (might already work/ together with defmt) - gdb support HW watchpoints - Stability - remote logging integration (done in https://github.com/probe-rs/probe-rs/pull/420) - Fix JLink speed issues - batching https://github.com/probe-rs/probe-rs/issues/297 - Test-Hive - Systematic unittests - tests which run on actual hardware using probe-rs as a library to control the hardware - improve GDB useability - https://microsoft.github.io/debug-adapter-protocol/ - https://github.com/headcrab-rs/headcrab - Code documentation - Improve errors (add more Context/ Traces https://github.com/probe-rs/probe-rs/issues/257) - Code cleanup - Architecture (code wise) documentation - UX - PR examples to HALs of how to use embed/ embed2, currenlty mainly OpenOCD is given as an example - Tell the user when the linker script might be broken (wrong ram sections) - Tell the user that probes might be inacessible due to permissions when no probes are listed or the probe can't be opened - Tell the user when the core might be locked - Tell the user when there might be an issue with wait for interrupt (WFI) - Tell the user when they might have compiled for the wrong arch - Tell the user when they might have the wrong HAL - make it easier for probe-rs maintainers to publish/ shorter publish workflow - Tell the user when they should be using --nmagic - OS specific FAQs - Connect under reset for cargo-embed - Docs - different docs for professionals end enthusiasts (different needs) - book with two chapters - FTDI support - document all abbreviations/ reduce abbreviations to a minimum - different debugging protocols/ pro/ cons/ what should be preferred - Prerequisites in general - Github Sponsoring info - reach out to universities which frequently need remote access for students for boards and could use the probe-rs library - student projects/ contributing to probe-rs - migration guide from OpenOCD - many people will come from OpenOCD - how to do x in cargo-embed - what can OpenOCD not do (use probe-rs as a library) - more examples of possible things to build with probe-rs as a library - maybe someone even wants to maintain Pyo3 python bindings ## hs-probe - how to buy - find someone who can manfucature it/ do the shipping - https://twitter.com/korken89/status/1321443204810551302 - promote on probe-rs side - promote for cpp use cases - port [hs-probe-firmware](https://github.com/probe-rs/hs-probe-firmware) to widely available hardware (with limited/ slower functionality) - blackpill - bluepill - Why? - many probes/ implementations don't support SWO and thus no ITM - hs-probe hardware not yet widely available - whole stack in rust much better for debugging and understanding ## Vscode ([repository](https://github.com/probe-rs/vscode)) - https://microsoft.github.io/debug-adapter-protocol/ - ... Many things ## cargo-embed v2 - Server/ Client architecture - Server: - emulate usability of `npm run dev` - Clients: - Graphing (https://github.com/probe-rs/cargo-embed/pull/32) - ITM traces https://github.com/probe-rs/itm-tracer - GDB - LLDB [using gdb-remote protocol] - https://lldb.llvm.org/use/remote.html (are there usefull extensions?) - https://www.youtube.com/watch?v=281sEoJYm8E - SVD viewer https://twitter.com/yatekii/status/1295854391635869696 - flashing - flash all kinds of files (elf, obj, ...) - verify flashed files - download flash - API - separate crate with RPC API to build clients which connect to - client can get config of server - not every client should invent a new config format for chip config - Better config - not too many differenct config locations/ overrides - edit config through browser like *fish shell* [can do](https://fishshell.com/docs/current/cmds/fish_config.html) - usable from other languages - first they use rust for flashing and then they patch something in probe-rs and then they use it for small embedded projects on chips and then for bigger ones - like zig: "Zig is better at using C libraries than C is at using C libraries" - rust is better at programming embedded cpp code than cpp - zig - possible PR: replace OpenOCD with cargo embed and call from `build.zig` https://github.com/tralamazza/embedded_zig#running-on-a-bluepill - cpp - add cmake based example with bluepill chip and rtt and modern cpp - call cargo from cmake https://github.com/AndrewGaspar/corrosion (link rust embedded libs into rust) - cpp side/ cmake scripts: https://www.youtube.com/watch?v=c9Xt6Me3mJ4 - c - use as [cargo runner](https://doc.rust-lang.org/cargo/reference/config.html#target) - Make it possible to exec RTT handlers: - exec: - command: my-graphing-tool.py stdin: rtt-up-1 - command: my-graphing-tool.py stdin: rtt-up-2 - Catch all view for all selected channels

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully