https://github.com/pavel-kirienko/rtems_stm32_demoboard
Experimenting with RTEMS on STM32 demoboards
https://github.com/pavel-kirienko/rtems_stm32_demoboard
Last synced: about 2 months ago
JSON representation
Experimenting with RTEMS on STM32 demoboards
- Host: GitHub
- URL: https://github.com/pavel-kirienko/rtems_stm32_demoboard
- Owner: pavel-kirienko
- License: mit
- Created: 2015-02-13T00:04:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-19T14:19:31.000Z (over 10 years ago)
- Last Synced: 2025-03-25T03:51:12.745Z (2 months ago)
- Language: C++
- Size: 191 KB
- Stars: 6
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Basic RTEMS application on STM32
This application is intended to run on a [TE-STM32F107 demoboard](https://www.terraelectronica.ru/catalog_info.php?CODE=1023380).
## Building
```bash
cd rtems_stm32_demoboard
git clone https://github.com/Zubax/zubax_rtems
./make.sh
```