mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-02 17:31:53 +00:00
Add README
This commit is contained in:
parent
82b7e2a3df
commit
24dae3917b
27
README.md
Normal file
27
README.md
Normal file
@ -0,0 +1,27 @@
|
||||
# Interfaces
|
||||
|
||||
The intention of these interfaces is to provide an abstraction layer for commonly used
|
||||
resources. Libraries using these interfaces can be reused on different platforms
|
||||
by simply implementing the required interfaces for the selected platform.
|
||||
|
||||
Interfaces for the following resources are provided:
|
||||
* GPIO pin
|
||||
* Mutex
|
||||
* Signal
|
||||
* SPI
|
||||
* UART
|
||||
|
||||
|
||||
# HAL implementations
|
||||
|
||||
Implementations using the HAL are provided for the following interfaces:
|
||||
* GpioPin
|
||||
* SpiInterface, SpiDevice
|
||||
* UART
|
||||
|
||||
|
||||
# Atomic implementations
|
||||
|
||||
Implementations using atomic variables are provided for the following interfaces:
|
||||
* Mutex
|
||||
* Signal
|
Loading…
x
Reference in New Issue
Block a user