Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkm/stm32f0x2_hal-ada
https://github.com/dkm/stm32f0x2_hal-ada
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dkm/stm32f0x2_hal-ada
- Owner: dkm
- License: other
- Created: 2022-07-03T22:04:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T21:06:04.000Z (about 1 month ago)
- Last Synced: 2024-11-12T22:19:26.543Z (about 1 month ago)
- Language: Ada
- Size: 132 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
[![builds.sr.ht status](https://builds.sr.ht/~dkm/stm32f0x2_hal-ada/commits/main/.build.yml.svg)](https://builds.sr.ht/~dkm/stm32f0x2_hal-ada/commits/main/.build.yml?)The main repository is on [SourceHut](https://builds.sr.ht/~dkm/stm32f0x2_hal-ada/).
This repository contains drivers for the STM32F0*2 familly microcontrolers.
It is based on the [Ada_Driver_Library](https://github.com/AdaCore/Ada_Drivers_Library).# Current support
The software has been developped for a specific case and thus hasn't been tested
for anything else. The peripherals used by the F0 familly being very close to
the ones in others familly (and in particular the F4), it's really easy to add
support for others.My current focus is:
* UART
* SPI
* TIMERS
* USB
* GPIO# License
All files coming from the original
[Ada_Driver_Library](https://github.com/AdaCore/Ada_Drivers_Library) are covered
by the corresponding license (namely 3-clause Berkely Software Distribution
(BSD)).All files entirely written by me are covered by the GPL-3.
See [`LICENSE`](LICENSE) for more details.