https://github.com/dkm/stm32f0x2_hal-ada
https://github.com/dkm/stm32f0x2_hal-ada
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dkm/stm32f0x2_hal-ada
- Owner: dkm
- License: other
- Created: 2022-07-03T22:04:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-19T19:52:16.000Z (over 1 year ago)
- Last Synced: 2025-02-08T05:17:10.850Z (over 1 year ago)
- Language: Ada
- Size: 197 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
[](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.