Giter Club home page Giter Club logo

Comments (11)

lambourg avatar lambourg commented on July 21, 2024

For the record, the following proposals are being investigated, but we're very open to other suggestions:

  • Ada_Driver_Library
  • Bare_Metal_Ada
  • Ada_Bare_Metal_Drivers

from ada_drivers_library.

Matthias-R avatar Matthias-R commented on July 21, 2024

What about including 'ARM', 'Cortex' or 'Cortex M' in the name? Something like Ada_Cortex-M_Library? Or do you want to keep the possibility to extend the library to totally different architecures?

from ada_drivers_library.

lambourg avatar lambourg commented on July 21, 2024

Indeed, ideally the HAL layer and the components layer could be used on different architectures, and we may add support for other architectures later on

from ada_drivers_library.

Matthias-R avatar Matthias-R commented on July 21, 2024

Well, I have currently a design issue here: when automated resolution is OK, I create union types at the register level, while when the svd2ada file is in use, the union type is at the peripheral level.

I guess I'll have to fix that first before being able to merge anything and provide this kind of functionality.

This comment seems to belong to another issue...

Indeed, ideally the HAL layer and the components layer could be used on different architectures, and we may add support for other architectures later on

OK. Then perhaps 'Microcontroller' instead of Cortex M? After all, it's a library for microcontrollers and their peripherals, isn't it?

from ada_drivers_library.

lambourg avatar lambourg commented on July 21, 2024

Oups, a cache issue I guess from my browser :(

Even microcontroller is a bit restricting here, as the components could perfectly be used with a Cortex-A for example. We'd like to not bring limitations here if we can have a more generic goal (even if this generic goal is never achieved). It's basically about Ada and how to write drivers in Ada. Embedded however might be an appropriate keyword.

from ada_drivers_library.

Matthias-R avatar Matthias-R commented on July 21, 2024

'Embedded' is fine!

from ada_drivers_library.

Fabien-Chouteau avatar Fabien-Chouteau commented on July 21, 2024

On the micro-controller side it's likely that ARM Cortex-M/R will be the major architectures, but we may see some Leon3/4 or even AVR someday.

For the "bigger" platforms, as Jerome said, there's the possibility of bare-metal support on Cortex-A and it's also possible to consider Linux/Windows with the Raspberry-Pi and other single board computers. The Intel Edison platform is very interesting, it's a x86 running Linux and GNAT GPL works like a charm on it. I can easily see some HAL interfaces (I2C, SPI, UART) implemented on those platforms and then it should be easy to use the components drivers.

from ada_drivers_library.

pat-rogers avatar pat-rogers commented on July 21, 2024

I was writing something about the repository the other day and noticed that I kept referring to it is an Ada driver library, so I think I have convinced myself in favor of Fabien's suggestion. :-)

from ada_drivers_library.

lambourg avatar lambourg commented on July 21, 2024

I also do keep referring to the library in those terms. Driver already means embedded anyway, so no need for duplication here. It's a library in Ada, about drivers. So I'm now really convinced that this name is just appropriate.

from ada_drivers_library.

pat-rogers avatar pat-rogers commented on July 21, 2024

Sounds like we've reached a consensus on "Ada_Drivers_Library", so lacking any further inputs I'll get the name changed.

from ada_drivers_library.

pat-rogers avatar pat-rogers commented on July 21, 2024

Done.

from ada_drivers_library.

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.