GithubHelp home page GithubHelp logo

Comments (5)

MabezDev avatar MabezDev commented on July 28, 2024 2

Perhaps a somewhat odd but simple strategy, what about setting the flash size to the addressable per chip and then letting the flashing step detect the failures?

E.g for the esp32 the max external flash supported is 16MB, we'd set that in the linker script. If someone tried to flash a 12MB program on a physical module with only 4MB the flashing step will fail.

from esp-hal.

bjoernQ avatar bjoernQ commented on July 28, 2024 2

Maybe flash size was not the best example. What about things like guaranteed allocated stack-size (which are not manageable in a sane way with cargo features)

from esp-hal.

MabezDev avatar MabezDev commented on July 28, 2024 1

I think this is a duplicate of #1111, so lets continue the discussion there.

from esp-hal.

bjoernQ avatar bjoernQ commented on July 28, 2024

I tried https://crates.io/crates/toml-cfg and it seems to work great for this use-case. It works in the library code and in build.rs

I guess we could just use it as is, however there are a few things I don't like that much (for our use-case)

  • the sections in the cfg.toml need to match the pkg-name of the library, so users would need to have sections like esp-hal-common and esp32c3-hal etc. - would be better to have something like esp-hal or maybe don't needing a namespace at all
  • would be better to have some other name than cfg.toml for the configuration file (e.g. esp-hal.cfg or esp-hal-cfg.toml)

Maybe we could just pick-up the idea of toml-cfg and have our own macro (in esp-hal-procmacros)

from esp-hal.

MabezDev avatar MabezDev commented on July 28, 2024

Another option might be to use cargo's built-in [env] section. This might get a bit long if we have a lot of tunables though.

from esp-hal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.