adding dependencies

This commit is contained in:
Janosch
2022-10-10 12:39:30 +01:00
parent 0e8e1e4db6
commit 2327ae7aab
867 changed files with 137599 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
Source: libopencm3
Priority: optional
Maintainer: Christian M. Amsüss <chrysn@fsfe.org>
Build-Depends: debhelper (>= 9),
gcc-arm-none-eabi,
arm-none-eabi-libc,
binutils-multiarch,
Standards-Version: 3.9.3
Section: fixme
Homepage: http://www.libopencm3.org/
Package: libopencm3
Section: fixme
Architecture: all
Depends: ${misc:Depends}
Description: firmware library for ARM Cortex-M3 microcontrollers
The libopencm3 library provides the base code for running software without an
operating system on ARM Cortex-M3 microcontrollers, and contains both system
initialization routines and periphery implementation.
.
It supports the STM32, TX03, SAM3U and LPC1000 families of chips.