AN706-00040-2v0-E
95
7.2.9 File Configuration
The following is a software development environment file configuration provided as a
sample.
+---common
:
Common header file directory
+---core_cm3.h
:
Peripheral access definition source file
+---middle
:
Middleware directory (*)
+---aac
:
AAC decoder library directory (*)
+---filesystem
:
File System (MDF) library directory (*)
+---jpeg
:
JPEG decoder library directory (*)
+---mp3
:
MP3 decoder library directory (*)
+---project
:
Project directory
+---AV_demo.uvopt
:
Option file
+---AV_demo.uvproj
:
Project file
+---startup_mb9bf50x.s
:
Startup assembler file
+---source
:
Sample source directory
+---application
:
Application directory
+---hw_support.c
:
Hardware-dependent processing source file
+---hw_support.h
:
Hardware-dependent processing header file
+---av_demoapp.c
:
Application processing source file
+---fs_service.c
:
File system service source file
+---sys_mem.c
:
System memory processing source file
+---sys_timer.c
:
System timer processing source file
+---IRQ.c
:
Interrupt processing source file
+---application_if
:
Application interface directory
+---audio
:
Audio play processing directory
+---audio.c
:
Audio play processing source file
+---upsample.c
:
Up-sampling control processing source file
+---upsample.h
:
Up-sampling control processing header file
+---image
:
Image display processing directory
+---image.c
:
Image display processing source file
+---led_sw
:
LED control / switch detection processing directory
+---led.c
:
LED control processing source file
+---switch.c
:
Switch detection processing source file