diff options
| author | Julian Blake Kongslie | 2022-06-05 13:21:25 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-06-05 13:22:00 -0700 |
| commit | d1830be773a24a9808e713db5229fbc93d82fa36 (patch) | |
| tree | 78da47af56ee084437f6e81ef4a8766af35cd615 | |
| parent | More reliable download script. (diff) | |
| download | multipdp8-d1830be773a24a9808e713db5229fbc93d82fa36.tar.xz | |
Support for downloading PAL programs.
| -rw-r--r-- | Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
| @@ -25,6 +25,25 @@ download-%.bin: mem/%.bin | |||
| 25 | p8bin2uart 1 $< | tool/download.tcl 14 1 | 25 | p8bin2uart 1 $< | tool/download.tcl 14 1 |
| 26 | p8bin2uart 1 $< | tool/download.tcl 15 1 | 26 | p8bin2uart 1 $< | tool/download.tcl 15 1 |
| 27 | 27 | ||
| 28 | download-%.pal: build/mem/%.bin | ||
| 29 | p8bin2uart 1 $< | tool/download.tcl 0 1 | ||
| 30 | p8bin2uart 1 $< | tool/download.tcl 1 1 | ||
| 31 | p8bin2uart 1 $< | tool/download.tcl 2 1 | ||
| 32 | p8bin2uart 1 $< | tool/download.tcl 3 1 | ||
| 33 | p8bin2uart 1 $< | tool/download.tcl 4 1 | ||
| 34 | p8bin2uart 1 $< | tool/download.tcl 5 1 | ||
| 35 | p8bin2uart 1 $< | tool/download.tcl 6 1 | ||
| 36 | p8bin2uart 1 $< | tool/download.tcl 7 1 | ||
| 37 | p8bin2uart 1 $< | tool/download.tcl 8 1 | ||
| 38 | p8bin2uart 1 $< | tool/download.tcl 9 1 | ||
| 39 | p8bin2uart 1 $< | tool/download.tcl 10 1 | ||
| 40 | p8bin2uart 1 $< | tool/download.tcl 11 1 | ||
| 41 | p8bin2uart 1 $< | tool/download.tcl 12 1 | ||
| 42 | p8bin2uart 1 $< | tool/download.tcl 13 1 | ||
| 43 | p8bin2uart 1 $< | tool/download.tcl 14 1 | ||
| 44 | p8bin2uart 1 $< | tool/download.tcl 15 1 | ||
| 45 | |||
| 46 | |||
| 28 | download-%.uart: mem/%.uart | 47 | download-%.uart: mem/%.uart |
| 29 | tool/download.tcl 0 1 < $< | 48 | tool/download.tcl 0 1 < $< |
| 30 | tool/download.tcl 1 1 < $< | 49 | tool/download.tcl 1 1 < $< |
