mirror of
https://gitlab.com/hyperglitch/jellyfish.git
synced 2025-12-20 05:59:35 +00:00
74 lines
2.0 KiB
TOML
74 lines
2.0 KiB
TOML
version = 1
|
|
SPDX-PackageName = "JellyfishOPP"
|
|
SPDX-PackageSupplier = "Igor Brkic <igor@hyperglitch.com>"
|
|
SPDX-PackageDownloadLocation = "https://hyperglitch.com/jellyfish"
|
|
|
|
# hardware design files
|
|
[[annotations]]
|
|
path = "hw/**"
|
|
SPDX-FileCopyrightText = "Igor Brkic <igor@hyperglitch.com>"
|
|
SPDX-License-Identifier = "CERN-OHL-S-2.0"
|
|
|
|
# third party libraries
|
|
[[annotations]]
|
|
path = "fw/lib/scpiparser/**"
|
|
SPDX-FileCopyrightText = "Jan Breuer <github@jaybee.cz>"
|
|
SPDX-License-Identifier = "BSD-2-Clause"
|
|
|
|
[[annotations]]
|
|
path = "fw/lib/ST7789/*"
|
|
SPDX-FileCopyrightText = "Copyright (c) Floydfish@Emoe R&D"
|
|
SPDX-License-Identifier = "GPL-3.0-only"
|
|
|
|
# ST provided code
|
|
[[annotations]]
|
|
path = "fw/Middlewares/Third_Party/FreeRTOS/Source/**"
|
|
SPDX-FileCopyrightText = "FreeRTOS.org"
|
|
SPDX-License-Identifier = "MIT"
|
|
|
|
[[annotations]]
|
|
path = "fw/usb/**"
|
|
SPDX-FileCopyrightText = "STMicroelectronics"
|
|
SPDX-License-Identifier = "LicenseRef-STMicroelectronics-SLA0044"
|
|
|
|
[[annotations]]
|
|
path = "fw/Drivers/CMSIS/**"
|
|
SPDX-FileCopyrightText = "ARM"
|
|
SPDX-License-Identifier = "Apache-2.0"
|
|
|
|
[[annotations]]
|
|
path = "fw/Drivers/STM32F4xx_HAL_Driver/**"
|
|
SPDX-FileCopyrightText = "Copyright (c) STMicroelectronics"
|
|
SPDX-License-Identifier = "BSD-3-Clause"
|
|
|
|
[[annotations]]
|
|
path = "fw/Core/**"
|
|
SPDX-FileCopyrightText = "STMicroelectronics"
|
|
SPDX-License-Identifier = "LicenseRef-STMicroelectronics-SLA0044"
|
|
|
|
# simluations, ...
|
|
[[annotations]]
|
|
path = "extras/**"
|
|
SPDX-FileCopyrightText = "Igor Brkic <igor@hyperglitch.com>"
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
|
|
# firmware related generated and helper files
|
|
[[annotations]]
|
|
path = [
|
|
".gitignore",
|
|
"fw/jellyfish_fw Debug.launch",
|
|
"fw/.cproject",
|
|
"fw/.mxproject",
|
|
"fw/.project",
|
|
"fw/CMakeLists.txt",
|
|
"fw/CMakeLists_template.txt",
|
|
"fw/STM32F446.svd",
|
|
"fw/jellyfish_fw.ioc",
|
|
"fw/jellyfish_openocd_board.cfg",
|
|
"fw/STM32F446VETX_FLASH.ld",
|
|
"fw/STM32F446VETX_RAM.ld",
|
|
"fw/99-jellyfishopp.rules"
|
|
]
|
|
SPDX-FileCopyrightText = "NONE"
|
|
SPDX-License-Identifier = "CC0-1.0"
|