0
mirror of https://gitlab.com/hyperglitch/jellyfish.git synced 2025-04-18 12:49:17 +00:00
jellyfish-powersupply/fw/README.md

29 lines
804 B
Markdown
Raw Permalink Normal View History

2025-03-08 23:59:24 +00:00
# JellyfishOPP Firmware
2024-04-12 21:32:38 +00:00
2025-03-08 23:59:24 +00:00
This directory contains the firmware for the JellyfishOPP.
2024-04-12 21:32:38 +00:00
2025-03-08 23:59:24 +00:00
The code is generated using STM32CubeMX for the STM32F446VETx MCU.
2024-04-12 21:32:38 +00:00
2025-03-08 23:59:24 +00:00
Code is under development and currently contains only the specific tests for the peripherals.
2024-04-12 21:32:38 +00:00
2025-03-08 23:59:24 +00:00
# License
2024-04-12 21:32:38 +00:00
The core JellyfishOPP firmware (inside the `jellyfish` directory) is licensed under the GPLv3. License for other software components are as follows:
* `lib/scpiparser` - BSD-2-Clause
* `lib/ST7789` - GPLv3
* `Middlewares/Third_Party/FreeRTOS` - MIT
* `Middlewares/ST/STM32_USB_Device_Library` - SLA0044
* `USB_DEVICE` - SLA0044
* `Drivers/CMSIS` - Apache-2.0
* `Drivers/STM32F4xx_HAL_Driver` - BSD-3-Clause
* `Core` - SLA0044
<!--
SPDX-FileCopyrightText: 2025 Igor Brkic <igor@hyperglitch.com>
SPDX-License-Identifier: GPL-3.0-or-later
-->
2024-04-12 21:32:38 +00:00