forked from Imagelibrary/rtems
Convert to utf-8
This commit is contained in:
@@ -374,7 +374,7 @@
|
||||
| +---+---+---+---+---+---+---+---+
|
||||
|
|
||||
| rf[1..0] : 0 1 2 3
|
||||
| refresh : 5<EFBFBD>s 10<EFBFBD>s 15<EFBFBD>s 20<EFBFBD>s
|
||||
| refresh : 5µs 10µs 15µs 20µs
|
||||
|
|
||||
| ena == 0 : refresh disabled
|
||||
| ena == 1 : refresh enabled
|
||||
|
||||
@@ -677,7 +677,7 @@ _dram_init2:
|
||||
moves.b crt0_temp,REG_WS(crt0_dram) | set 3 wait-states
|
||||
|
||||
move.b #0x81,crt0_temp
|
||||
moves.b crt0_temp,REG_REFRESH(crt0_dram) | refresh every 10<EFBFBD>s
|
||||
moves.b crt0_temp,REG_REFRESH(crt0_dram) | refresh every 10µs
|
||||
|
||||
move.b #0,crt0_temp
|
||||
moves.b crt0_temp,REG_CONFIG(crt0_dram) | default size = 4Mbytes
|
||||
|
||||
@@ -185,5 +185,5 @@ void _dbug_dumpanic(void)
|
||||
|
||||
RAW_FMT(0,"---------------------------------------------\n");
|
||||
RAW_FMT(0,"press escape to reboot\n");
|
||||
} while ((c=RAW_GETC(0))!=ESCAPE); /* cgets ne marche pas si les IT sont bloqu<EFBFBD>es */
|
||||
} while ((c=RAW_GETC(0))!=ESCAPE); /* cgets ne marche pas si les IT sont bloquées */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user