File: control

package info (click to toggle)
simavr 1.6%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 20,308 kB
  • sloc: ansic: 362,806; makefile: 622; ruby: 70; python: 63
file content (93 lines) | stat: -rw-r--r-- 3,486 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Source: simavr
Section: electronics
Priority: optional
Maintainer: Milan Kupcevic <milan@debian.org>
Build-Depends:
 debhelper (>= 10),
 libelf-dev,
 freeglut3-dev,
 pkg-config,
 avr-libc,
 ruby,
 ghostscript,
 exuberant-ctags,
 graphviz
Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/debian/simavr.git
Vcs-Browser: https://salsa.debian.org/debian/simavr
Homepage: https://github.com/buserror/simavr

Package: simavr
Architecture: any
Multi-Arch: foreign
Recommends: gdb-avr
Suggests: gtkwave, avr-libc, avra, libsimavr-dev
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: lean and mean AVR simulator
 A simple command line tool using AVR simulator library to run AVR firmware,
 produce VCD waveform files and/or run a debugging session. The tool reads
 simulation parameters directly from the emulated code using .elf section
 and/or accepts command line arguments.
 .
 For more advanced peripheral and virtual circuitry prototyping and simulation
 see AVR simulator development examples provided by libsimavr-examples package.

Package: libsimavr2
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: AVR simulator shared library
 A library for advanced AVR core and peripheral circuitry prototyping
 including AVR firmware simulated execution, VCD waveform creation and live
 debugging. For more information see virtual circuitry peripheral prototyping
 and simulation examples provided by libsimavr-examples package.
 .
 This package contains shared library providing AVR simulation functionality.

Package: libsimavrparts1
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: AVR simulator additional peripherals shared library
 A library for advanced AVR core and peripheral circuitry prototyping
 including AVR firmware simulated execution, VCD waveform creation and live
 debugging. For more information see virtual circuitry peripheral prototyping
 and simulation examples provided by libsimavr-examples package.
 .
 This package contains shared library providing additional peripherals.

Package: libsimavr-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Suggests: libsimavr-examples, avr-libc, avra
Recommends: build-essential, pkg-config
Depends: ${misc:Depends}, libsimavr2 (= ${binary:Version}),
 libsimavrparts1 (= ${binary:Version})
Description: AVR simulator development library
 A library for advanced AVR core and peripheral circuitry prototyping
 including AVR firmware simulated execution, VCD waveform creation and live
 debugging. For more information see virtual circuitry peripheral prototyping
 and simulation examples provided by libsimavr-examples package.
 .
 This package contains software development header files and static library.

Package: libsimavr-examples
Architecture: all
Multi-Arch: foreign
Section: devel
Suggests: arduino, avrdude, avra
Recommends: libsimavr-dev, avr-libc, freeglut3-dev, arduino-core
Depends: ${misc:Depends}
Description: AVR simulator development examples
 A library for advanced AVR core and peripheral circuitry prototyping
 including AVR firmware simulated execution, VCD waveform creation and live
 debugging.
 .
 This package contains fully functional virtual circuitry prototyping example
 code for the AVR simulator development library including simulation of
 peripherals attached to simulated AVR microcontroller.