Embedded programming in Rust with the Microbit v2

Поділитися
Вставка
  • Опубліковано 23 жов 2022
  • The Rust embedded discovery ebook is a great way to get started with embedded programming in Rust. Here's a taste of what that looks like, and what it means to program embedded systems.
    docs.rust-embedded.org/discov...
  • Наука та технологія

КОМЕНТАРІ • 17

  • @timerertim
    @timerertim Рік тому +14

    With this production quality, I was honestly surprised this does not have more views.

  • @patrickchampagne5883
    @patrickchampagne5883 Рік тому +4

    Leaving a comment to help the channel. This is the best embedded video I’ve seen so far in terms of several concepts regarding the difference between coding for something like the CLI

  • @A1-142
    @A1-142 Рік тому +1

    Your videos are fantastic, keep up the great work man!

  • @alan83251
    @alan83251 Рік тому +1

    Great tutorial! I'm looking forward to seeing more embedded stuff in Rust.

  • @joaopedrooliveira7931
    @joaopedrooliveira7931 Рік тому +1

    woah, your content is amazing! keep up with the good work!

  • @peter9477
    @peter9477 Рік тому +3

    BTW, the readelf --arch-specific option (short opt is -A) may be a little more useful for this than file-headers. Among other things you can check which Arm version was targeted, and FP options.

  • @Dygear
    @Dygear Рік тому +1

    Great video, very helpful. Pretty sure I have a Micro:bit kicking around here somewhere and I should try this one that!

  • @jamese.spivak4170
    @jamese.spivak4170 Рік тому +1

    Very cool… dramatic ending! xD

  • @ganeon
    @ganeon Рік тому +1

    Came here looking for how to configute gdb... The linked docs dont say much about the setup..

  • @sgguitarfan7
    @sgguitarfan7 Рік тому +1

    This was very nice, I would hope that I have to do the same steps to run rust on a ESP32 - C3

    • @chrisbiscardi
      @chrisbiscardi  Рік тому +3

      I'm planning on getting some esp32 hardware at some point, so eventually there will be some esp32 videos

  • @tjalferes
    @tjalferes 11 місяців тому

    cool

  • @johnwilliams7999
    @johnwilliams7999 11 місяців тому

    cool i have a micro:bit but havent tried rust on it yet

    • @chrisbiscardi
      @chrisbiscardi  11 місяців тому +1

      The microbit is a nice way to get started, especially if you already have one. The pico w has also become the platform that I used most after the microbit.

  • @ShivayuvanJ
    @ShivayuvanJ 2 місяці тому

    where can i find the repo clone