• @[email protected]
    link
    fedilink
    English
    102 months ago

    That doesn’t really surprise me, as most of those are the same requirements from any embedded development use case using c++ that I’ve worked on

    4 and 5 are the only ones stricter than I’m used to

    • @[email protected]
      link
      fedilink
      52 months ago

      I’ve only worked on a few embedded systems where C++ was even an option, but they allowed 2, 4, 5, and 7. Though, for the most part most classes were simple interfaces to some sort of SPI/I2C/CAN/EtherCAT device, most of which were singletons.