- better info at booting

git-svn-id: http://moon:8086/svn/mips@14 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2015-05-15 18:50:46 +00:00
parent 0cbb93605c
commit 178f02ec7a
11 changed files with 2412 additions and 2420 deletions
+2 -2
View File
@@ -3,9 +3,9 @@ void test()
{
volatile uint32_t *pGPIO = (uint32_t*)SYS_GPIO_0_DATA;
volatile uint32_t *pGPIODIR = (uint32_t*)SYS_GPIO_0_DIR;
volatile uint32_t *pSDRAM32 = (uint32_t*)SDRAM_BASE;
*pGPIODIR = GPIO_0_DFLT_DIR;
*pGPIO = 1;
}