Lines 1-5
Link Here
|
1 |
bin/simavr |
1 |
bin/simavr |
2 |
include/simavr/avr/avr_mcu_section.h |
2 |
include/simavr/avr/avr_mcu_section.h |
|
|
3 |
include/simavr/avr_acomp.h |
3 |
include/simavr/avr_adc.h |
4 |
include/simavr/avr_adc.h |
4 |
include/simavr/avr_bitbang.h |
5 |
include/simavr/avr_bitbang.h |
5 |
include/simavr/avr_eeprom.h |
6 |
include/simavr/avr_eeprom.h |
Lines 14-21
Link Here
|
14 |
include/simavr/avr_usb.h |
15 |
include/simavr/avr_usb.h |
15 |
include/simavr/avr_watchdog.h |
16 |
include/simavr/avr_watchdog.h |
16 |
include/simavr/fifo_declare.h |
17 |
include/simavr/fifo_declare.h |
|
|
18 |
include/simavr/parts/ac_input.h |
19 |
include/simavr/parts/button.h |
20 |
include/simavr/parts/ds1338_virt.h |
21 |
include/simavr/parts/hc595.h |
22 |
include/simavr/parts/hd44780.h |
23 |
include/simavr/parts/hd44780_glut.h |
24 |
include/simavr/parts/i2c_eeprom.h |
25 |
include/simavr/parts/lcd_font.h |
26 |
include/simavr/parts/ssd1306_glut.h |
27 |
include/simavr/parts/ssd1306_virt.h |
28 |
include/simavr/parts/uart_pty.h |
29 |
include/simavr/parts/uart_udp.h |
30 |
include/simavr/parts/vhci_usb.h |
17 |
include/simavr/sim_avr.h |
31 |
include/simavr/sim_avr.h |
18 |
include/simavr/sim_avr_types.h |
32 |
include/simavr/sim_avr_types.h |
|
|
33 |
include/simavr/sim_cmds.h |
19 |
include/simavr/sim_core.h |
34 |
include/simavr/sim_core.h |
20 |
include/simavr/sim_core_config.h |
35 |
include/simavr/sim_core_config.h |
21 |
include/simavr/sim_core_decl.h |
36 |
include/simavr/sim_core_decl.h |
Lines 29-55
Link Here
|
29 |
include/simavr/sim_network.h |
44 |
include/simavr/sim_network.h |
30 |
include/simavr/sim_regbit.h |
45 |
include/simavr/sim_regbit.h |
31 |
include/simavr/sim_time.h |
46 |
include/simavr/sim_time.h |
|
|
47 |
include/simavr/sim_utils.h |
32 |
include/simavr/sim_vcd_file.h |
48 |
include/simavr/sim_vcd_file.h |
33 |
lib/libsimavr.a |
49 |
lib/libsimavr.a |
34 |
lib/libsimavr.so |
50 |
lib/libsimavr.so |
35 |
lib/libsimavr.so.1 |
51 |
lib/libsimavr.so.1 |
|
|
52 |
lib/libsimavrparts.a |
53 |
lib/libsimavrparts.so |
54 |
lib/libsimavrparts.so.1 |
36 |
libdata/pkgconfig/simavr-avr.pc |
55 |
libdata/pkgconfig/simavr-avr.pc |
37 |
libdata/pkgconfig/simavr.pc |
56 |
libdata/pkgconfig/simavr.pc |
|
|
57 |
libdata/pkgconfig/simavrparts.pc |
38 |
%%PORTDOCS%%%%DOCSDIR%%/manual.pdf |
58 |
%%PORTDOCS%%%%DOCSDIR%%/manual.pdf |
39 |
%%PORTDOCS%%%%DOCSDIR%%/simavr_callgraph.pdf |
59 |
%%PORTDOCS%%%%DOCSDIR%%/simavr_callgraph.pdf |
40 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile |
60 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile |
41 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.common |
61 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.common |
42 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.opengl |
62 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.opengl |
43 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd77480/Makefile |
63 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_ds1338/Makefile |
44 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd77480/README |
64 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_ds1338/atmega32_ds1338.axf |
45 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd77480/atmega48_charlcd.axf |
65 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_ds1338/atmega32_ds1338.c |
46 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd77480/atmega48_charlcd.c |
66 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_ds1338/ds1338.c |
47 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd77480/avr_hd44780.c |
67 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_ds1338/ds1338.h |
48 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd77480/avr_hd44780.h |
68 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_ds1338/ds1338demo |
49 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd77480/avr_hd44780_conf.h |
69 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_ds1338/ds1338demo.c |
50 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd77480/charlcd |
70 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_ds1338/i2cmaster.h |
51 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd77480/charlcd.c |
71 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_ds1338/twimaster.c |
52 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd77480/font.h |
72 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd44780/Makefile |
|
|
73 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd44780/README |
74 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd44780/atmega48_charlcd.axf |
75 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd44780/atmega48_charlcd.c |
76 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd44780/avr_hd44780.c |
77 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd44780/avr_hd44780.h |
78 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd44780/avr_hd44780_conf.h |
79 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd44780/charlcd |
80 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_hd44780/charlcd.c |
53 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_i2ctest/Makefile |
81 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_i2ctest/Makefile |
54 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_i2ctest/README |
82 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_i2ctest/README |
55 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_i2ctest/atmega1280_i2ctest.axf |
83 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/board_i2ctest/atmega1280_i2ctest.axf |
Lines 90-95
Link Here
|
90 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/ac_input.h |
118 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/ac_input.h |
91 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/button.c |
119 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/button.c |
92 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/button.h |
120 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/button.h |
|
|
121 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/ds1338_virt.c |
122 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/ds1338_virt.h |
93 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/hc595.c |
123 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/hc595.c |
94 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/hc595.h |
124 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/hc595.h |
95 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/hd44780.c |
125 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/hd44780.c |
Lines 98-103
Link Here
|
98 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/hd44780_glut.h |
128 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/hd44780_glut.h |
99 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/i2c_eeprom.c |
129 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/i2c_eeprom.c |
100 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/i2c_eeprom.h |
130 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/i2c_eeprom.h |
|
|
131 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/lcd_font.h |
101 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/ssd1306_glut.c |
132 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/ssd1306_glut.c |
102 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/ssd1306_glut.h |
133 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/ssd1306_glut.h |
103 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/ssd1306_virt.c |
134 |
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parts/ssd1306_virt.c |