Important
Hi! The code in this repository is designed to be run on the Pulsar radio system hardware. To read more about the project and the development, check the main repository here.
This repository contains code generated using the STM32CubeMX and MDK-ARM toolchain. That code remains under the original licenses. The code added to that, mostly limited to the custom folder, is released under the GNU-Affero-GPL-V3 license.
The folder structure is generated by the STM32CubeMX Pulsar.ioc project for the MDK-ARM toolchain.
- Core contains auto generated code
- Custom contains all the Pulsar-specific code that is written ad-hoc
- Drivers contains code from the CMSIS and HAL code libraries
- MDK-ARM contains the MDK-ARM project files
- Middlewares contains the FreeRTOS-kernel code