| Revision 709,
349 bytes
checked in by phyrephox, 4 years ago
(diff) |
|
cleaning the bugtracker a bit...
s2is - remote should work as advertised now (fatal, #223)
makefiles - fixed the slashes on topdir (whim, #225)
finnish.lng - update (mikko70, #227)
lua - new command to switch custom curve state (msl, #226)
bugtracker url: https://chdk.kernreaktor.org
happy valentines day XOXO (lol)
|
| Line | |
|---|
| 1 | #315A
|
|---|
| 2 | PLATFORMID=12634
|
|---|
| 3 |
|
|---|
| 4 | PLATFORMOS=dryos
|
|---|
| 5 |
|
|---|
| 6 | MEMBASEADDR=0x1900
|
|---|
| 7 | RESTARTSTART=0x50000
|
|---|
| 8 | MEMISOSTART=0xB0B68
|
|---|
| 9 | ROMBASEADDR=0xff810000
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 | PLFLAGS=-DMEMBASEADDR=$(MEMBASEADDR) -DMEMISOSTART=$(MEMISOSTART) -DMEMISOSIZE=$(MEMISOSIZE)
|
|---|
| 13 | PLFLAGS+=-DRESTARTSTART=$(RESTARTSTART)
|
|---|
| 14 |
|
|---|
| 15 | KEYSYS=d3
|
|---|
| 16 | ifdef OPT_FI2
|
|---|
| 17 | include $(topdir)platform/fi2.inc
|
|---|
| 18 | endif
|
|---|
| 19 |
|
|---|
| 20 |
|
|---|
Note: See
TracBrowser
for help on using the repository browser.