Ada_Drivers_Library VS BBS-BBB-Ada

Compare Ada_Drivers_Library vs BBS-BBB-Ada and see what are their differences.

Ada_Drivers_Library

Ada source code and complete sample GNAT projects for selected bare-board platforms supported by GNAT. (by AdaCore)

BBS-BBB-Ada

A collection of Ada sources for working with Linux based embedded computers, such as the BeagleBone Black or Raspberry Pi (by BrentSeidel)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Ada_Drivers_Library BBS-BBB-Ada
13 2
232 7
1.7% -
7.1 5.3
2 months ago 3 months ago
Ada Ada
BSD 3-clause "New" or "Revised" License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Ada_Drivers_Library

Posts with mentions or reviews of Ada_Drivers_Library. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-06.

BBS-BBB-Ada

Posts with mentions or reviews of BBS-BBB-Ada. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-01.
  • Programming the Raspberry Pi GPIO pins using Common Lisp?
    5 projects | /r/lisp | 1 Feb 2023
    I had a similar problem trying to use them using Ada. The solution that I found used the /sys filesystem (though u/excogitatio below says that that's deprecated). The specific paths that I found for the pins are in https://github.com/BrentSeidel/BBS-BBB-Ada/blob/master/src/bbs-embed-rpi.ads and how I used them is in https://github.com/BrentSeidel/BBS-BBB-Ada/blob/master/src/linux/bbs-embed-gpio-linux.adb. If you're willing to wade through Ada code, you may find other interesting things in that project.
  • December 2021 What Are You Working On?
    14 projects | /r/ada | 30 Nov 2021
    I picked up a MCP4725 I2C DAC and an ADS1015 I2C ADC from AdaFruit and plan to write drivers for them for my personal driver library (as a side note, if anyone wants to move any of these to the Ada Driver Library, feel free). I am thinking of using these to add another module to my Raspberry Pi Mainframe Simulator so that I can have some knobs and a meter doing important looking things.

What are some alternatives?

When comparing Ada_Drivers_Library and BBS-BBB-Ada you can also consider the following projects:

qoi - The “Quite OK Image Format” for fast, lossless image compression

ob-ada-spark

alire - Command-line tool from the Alire project and supporting library

als-alire-index - An Alire index to build ada_language_server

cortex-gnat-rts - This project contains various GNAT Ada Run Time Systems (RTSs) targeted at Cortex boards: so far, the Arduino Due, the STM32F4-series evaluation boards from STMicroelectronics, and the BBC micro:bit (v1)

Pi-Mainframe - Simulated mainframe computer based on a Raspberry Pi

pico_examples - Ada examples for the Raspberry Pi Pico

usb_embedded - An Ada USB stack for embedded devices

rp2040_hal - Ada drivers for the Raspberry Pi RP2040 SoC

svd2ada - An Ada binding generator from SVD descriptions for bare board ARM devices.

cl-gpio - A library for the Linux GPIO kernel module as used on hobby kits such as the Raspberry Pi