What is libhal?

Поделиться
HTML-код
  • Опубликовано: 14 окт 2024
  • To get started, go to libhal.github.io

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

  • @AK-vx4dy
    @AK-vx4dy 5 дней назад +1

    Exceptions... that escalated quickly 😅
    So C++ is so portable but you need special tool on binary level (one per architecture) to make exceptions tolerable?
    I must watch that presentation because this story about such clean abstraction separation of happy path seems to magical for me.

  • @bernardasjuzumas
    @bernardasjuzumas 6 дней назад

    Great idea :) I wonder how you deal with components that are incompatible with some boards? Will libhal still build and skip incompatible parts to retain the functionality that is working or will it break and ask you to adjust your code to platform specifics?

  • @duneode
    @duneode 6 дней назад

    Best of luck! Great presentation.

  • @Nuvola-tech
    @Nuvola-tech 6 дней назад

    i wish you good luck and maybe it will be something big in the future just keep up and don't give up on the idea

  • @mr.daniish
    @mr.daniish 8 дней назад

    Wow! this has so many real world use cases, respect to the maker!

  • @AK-vx4dy
    @AK-vx4dy 5 дней назад

    But I'm very into this tool (on binary level) which list what and where can throw, because from source code I saw many hard quizes on this topic. This should became de facto standard like sanitizers.

  • @syrix5914
    @syrix5914 8 дней назад

    Nice, I think we use something like this(It is called hal, maybe it is your lib) at our company. I am not that familiar with C++, but it is astonishing how divisive this language is.

  • @ariabk
    @ariabk 6 дней назад

    this is really cool. wow.