This repository has been archived by the owner on Aug 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
/
README
59 lines (45 loc) · 1.98 KB
/
README
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
Archiving hint: In late summer 2023, Github started to enforce 2FA (Two Factor
Authentication), so I had to archive it before losing control
over it. See also https://github.com/Traumflug/simulavr/issues/14
Traumflug, August 2023
Forking hint: Purpose of this fork is to add a number of features required for
Teacup Firmware https://github.com/Traumflug/Teacup_Firmware
These features weren't accepted upstream, so this reopitory has
to stay for that purpose. Simulating Teacup works just great
and insights gained by doing so brought a lot of performance
and quality improvements. Awesome!
#
# $Id$
#
*** Welcome to simulavr ***
For installing this package please read INSTALL.
If you find bugs, have interesting new features or questions please write
an EMail to: <[email protected]>
If you want start contributing the package, please let us know what you
plan to do. Actually the project is mostly stable at all sources but
some changes or bugfixes can come without any notice. If you start an action
please let us know so that a patch could be applied before it is nearly
impossible :-)
Supported Plattforms:
Linux/i386: yes
Linux/others: ??? (if you run a system with this plattform please let
us know)
Max OSX: Sorry, not yet. We need a tester to make the build toolchain
running. There should be no technical problems but we have no
test system for this. Thanks!
Win/Mingw: yes (but TCL interface isn't checked or build)
others: ??? (if you run a system with this plattform please let us know)
Building From CVS
=================
./bootstrap
./configure
make
make check
NOTE: If you are modifying Makefile.am and configure.ac files, you
need to configure with --enable-maintainer-mode.
Examples
========
Look in the examples subdirectory for a variety of examples
Documentation
=============
A manual is in doc. Please contribute to improving it.