Giter Club home page Giter Club logo

Comments (3)

spth avatar spth commented on May 31, 2024 1

Intel hex parsers are small, and I don't know of a commonly used library.

I was considering just copying the one from stm8flash (https://github.com/vdudouyt/stm8flash) into OpenRabbit.

After all we know that that one handles Intel hex files from SDCC well.

from openrabbit.

tomlogic avatar tomlogic commented on May 31, 2024

One benefit would be the ability to skip over unused memory ranges. It might be possible to optimize the .bin loader to ignore blocks of all 0xFF, since that's what the flash erases to (I believe that's true for all of the products).

Best to integrate an existing Open Source .ihx parser instead of implementing from scratch.

from openrabbit.

spth avatar spth commented on May 31, 2024

For project files, this is now implemented, using the ihex.h and ihex.c from stm8flash.

from openrabbit.

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.