forked from len0rd/rockbox
Many more drivers for mini2440. Now the main binary compiles and runs.
Flyspray: FS#10725 Author: Bob Cousins git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23362 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6d20102a9c
commit
90b576f55e
19 changed files with 1215 additions and 92 deletions
|
|
@ -47,13 +47,9 @@
|
|||
#include "uart-s3c2440.h"
|
||||
#include "led-mini2440.h"
|
||||
|
||||
/* Show the Rockbox logo - in show_logo.c */
|
||||
extern int show_logo(void);
|
||||
|
||||
|
||||
int main(void)
|
||||
{
|
||||
/* required later */
|
||||
unsigned char* loadbuffer;
|
||||
int buffer_size;
|
||||
int rc;
|
||||
|
|
@ -70,12 +66,12 @@ int main(void)
|
|||
lcd_setfont(FONT_SYSFIXED);
|
||||
button_init();
|
||||
dma_init();
|
||||
uart_init_device(UART_DEBUG);
|
||||
|
||||
uart_init();
|
||||
uart_init_device(DEBUG_UART_PORT);
|
||||
|
||||
/* mini2440_test(); */
|
||||
|
||||
/* TODO */
|
||||
|
||||
/* Show debug messages if button is pressed */
|
||||
if(button_read_device() & BUTTON_MENU)
|
||||
verbose = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue