Embedded programming in Rust with the Microbit v2

Поделиться
HTML-код
  • Опубликовано: 12 дек 2024

Комментарии • 19

  • @timerertim
    @timerertim 2 года назад +15

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

  • @patrickchampagne5883
    @patrickchampagne5883 2 года назад +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

  • @peter9477
    @peter9477 2 года назад +4

    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.

  • @joaopedrooliveira7931
    @joaopedrooliveira7931 Год назад +1

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

  • @alan83251
    @alan83251 2 года назад +1

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

  • @Dygear
    @Dygear 2 года назад +1

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

  • @A1-142
    @A1-142 2 года назад +1

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

  • @ganeon
    @ganeon Год назад +1

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

  • @jamese.spivak4170
    @jamese.spivak4170 2 года назад +1

    Very cool… dramatic ending! xD

  • @andriys5772
    @andriys5772 3 месяца назад

    Thank you!

  • @sgguitarfan7
    @sgguitarfan7 2 года назад +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  2 года назад +3

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

  • @ShivayuvanJ
    @ShivayuvanJ 7 месяцев назад

    where can i find the repo clone

  • @johnwilliams7999
    @johnwilliams7999 Год назад

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

    • @chrisbiscardi
      @chrisbiscardi  Год назад +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.

  • @tjalferes
    @tjalferes Год назад

    cool