[Skyeye-developer] [IDEA] Audio simulation in SkyEye.
Anthony Lee
don.anthony.lee+program at gmail.com
Sun Mar 25 02:35:02 CST 2007
> I guess we can implement the keypad.
To simulate the keypad, just see "device/uart/*.c" and
find a way that how to convert the keycode from standard I/O to
the keycode what you want. :-)
BTW, a testcase attached by this mail for playing audio in skyeye.
Please note that the changes hasn't been commit to SVN,
and it's uncompleted yet and just work under Windows.
############### OUTPUT ##################
$ ./skyeye.exe -e iis-test
arch: arm
cpu info: armv3, arm7tdmi, 41007700, fff8ff00, 0
mach info: name s3c44b0x, mach_init addr 0041CCD0
uart_mod:0, desc_in:, desc_out:
SKYEYE: use arm7100 mmu ops
Loaded RAM ./notify.wav
exec file "iis-test"'s format is elf32-little.
load section .text: addr = 0x0c000000 size = 0x0000032a.
load section .glue_7: addr = 0x0c00032c size = 0x00000000.
load section .glue_7t: addr = 0x0c00032c size = 0x00000000.
load section .data: addr = 0x0c002000 size = 0x00001000.
not load section .bss: addr = 0x0c003000 size = 0x00000000 .
not load section .comment: addr = 0x00000000 size = 0x00000012 .
not load section .debug_abbrev: addr = 0x00000000 size = 0x00000119 .
not load section .debug_info: addr = 0x00000000 size = 0x00000414 .
not load section .debug_line: addr = 0x00000000 size = 0x000000d7 .
not load section .debug_pubnames: addr = 0x00000000 size = 0x00000056 .
not load section .debug_aranges: addr = 0x00000000 size = 0x00000040 .
not load section .debug_frame: addr = 0x00000000 size = 0x000000c8 .
not load section .debug_str: addr = 0x00000000 size = 0x000001cc .
start addr is set to 0x0c000000 by exec file.
******** Test IIS in SkyEye ********
Now playing the wave file,
Push any key to exit!!!
KNOWN ISSUE: system just output pcm data when DMA flushed.
DMA flushing ... [END]
DMA flushing ... [END]
DMA flushing ... [END]
DMA flushing ... [END]
DMA flushing ...
Over...
2007/3/24, Arnab Som <arnabsom at gmail.com>:
> Hi,
> I guess we can implement the keypad.
>
>
>
> On 3/24/07, Anthony Lee <don.anthony.lee+program at gmail.com
> > wrote:
> >
> > Hi all guys,
> >
> > I have added DMA support for S3C44B0X simulation and
> > writing IIS(Inter-IC Sound) of S3C44B0X simulation.
> >
> > If SkyEye can simulate LCD, TouchScreen, Sound, RTC and satisfied running
> speed.
> > You known, it's enough to write real application or system with it's help.
> :-)
> >
> > Is there anybody has any idea for more device ?
> >
> >
> > Best Regard.
> > Anthony Lee
> >
> > _______________________________________________
> > Skyeye-developer mailing list
> > Skyeye-developer at lists.gro.clinux.org
> >
> http://lists.gro.clinux.org/cgi-bin/mailman/listinfo/skyeye-developer
> >
>
>
> _______________________________________________
> Skyeye-developer mailing list
> Skyeye-developer at lists.gro.clinux.org
> http://lists.gro.clinux.org/cgi-bin/mailman/listinfo/skyeye-developer
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: skyeye-sound-test.tar.bz2
Type: application/x-bzip2
Size: 509575 bytes
Desc: not available
Url : http://lists.gro.clinux.org/pipermail/skyeye-developer/attachments/20070325/dc079e20/skyeye-sound-test.tar-0001.bin
More information about the Skyeye-developer
mailing list