2014-06-13 06:06:26 by David Sainty | Files touched by this commit (2) |
Log message:
Remove @hfill - not supported by gtexinfo 5+
|
2014-06-13 05:41:46 by David Sainty | Files touched by this commit (1) |
Log message:
If TeX is installed it is used to build a PDF. Since we don't install the
PDF, there's no point in building it, so disable TeX auto-detection.
|
2014-02-22 04:26:53 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Drop tcl-itcl/buildlink3.mk, now tcl includes tcl-itcl.
(PKGREVISION++ not necessary, failing to build after recent revbump)
-.include "../../lang/tcl-itcl/buildlink3.mk"
+#include "../../lang/tcl-itcl/buildlink3.mk"
.include "../../lang/tcl/buildlink3.mk"
|
2014-01-11 15:42:06 by Adam Ciarcinski | Files touched by this commit (106) |
Log message:
Revbump after updating tcl/tk.
|
2013-11-29 13:57:28 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Racy build.
|
2013-09-21 01:05:21 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Fix template lookup.
|
2013-09-12 08:20:35 by Makoto Fujiwara | Files touched by this commit (18) | |
Log message:
(pkgsrc)
Raw simulavr-1.0.0 does not build. Some patches, and SUBST to
convert MACROS etc., are added reflecting git repository
(These will be unnecessary at next release, hopefully).
(Upstream)
Bump the version
simulavr-0.1.2.1 to
simulavr-1.0.0
(From manual-1.0.pdf)
What features are new:
- Run multiple AVR devices in one simulation. (only with interpreter
interfaces or special application linked against simulavr library)
Multiple cores can run where each has a different clock frequency.
- Connect multiple AVR core pins to other devices like LCD, LED and
others. (environment)
- Connect multiple AVR cores to multiple avr-gdb instances. (each on
its own socket/port number, but see first point for running multiple
avr cores)
- Write simulation scripts in Tcl/Tk or Python, other languages could
be added by simply adding swig scripts!
- Tracing the execution of the program, these traces support all
debugging information directly from the ELF-file.
- The traces run step by step for each device so you see all actions
in the multiple devices in time-correct order.
- Every interrupt call is visible.
- Interrupt statistics with latency, longest and shortest execution
time and some more.
- There is a simple text based UI interface to add LCD, switches, LEDs
or other components and can modify it during simulation, so there is
no longer a need to enter a pin value during execution. (Tcl/Tk
based)
- Execution timing should be nearly accurate, different access times
for internal RAM / external RAM / EEPROM and other hardware
components are simulated.
- A pseudo core hardware component is introduced to do "printf"
debugging. This "device" is connected to a normal named UNIX socket
so you do not have to waste a UART or other hardware in your test
environment. (How?)
- ELF-file loading is supported, no objcopy needed anymore.
- Execution speed is tuned a lot, most hardware simulations are now
only done if needed.
- External IO pins which are not ports are also available. (E.g. ADC7
and ADC8 on ATmega8 in TQFP package.)
- External I/O and some internal states of hardware units (link
prescaler counter and interrupt states) can be dumped ot into a VCD
trace to analyse I/O behaviour and timing. Or you can use it for
tests.
|
2013-03-24 17:57:13 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Fix inline usage.
|
2012-10-03 14:55:23 by Aleksej Saushev | Files touched by this commit (104) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2011-12-18 20:51:33 by David A. Holland | Files touched by this commit (8) |
Log message:
Patch up gcc inline mess. Fixes build with gcc 4.5.
|