Visible to Intel only — GUID: cyy1641871338059
Ixiasoft
Visible to Intel only — GUID: cyy1641871338059
Ixiasoft
4.3.2.2. BSP Files
The BSP Editor places generated files in the top-level BSP directory, and copied files in the HAL and drivers directories. If the MicroC/OS-II operating system is selected, the BSP Editor creates an additional UCOSII directory.
File Name | File Type | Function |
---|---|---|
drivers Directory | Copied File |
|
HAL Directory | Copied File |
|
UCOSII Directory | Copied File |
|
alt_sys_init.c | Generated File | Used to initialize device driver instances and software packages. |
CMakeLists.txt | Generated File | Used to build the BSP by listing the files and directories targeted by the build and other build settings. |
linker.h | Generated File | Contains information about the linker memory layout. system.h includes the linker.h file. |
linker.x | Generated File | Contains a linker script for the GNU linker. |
memory.gdb | Generated File | Contains memory region declarations for the GNU debugger. |
settings.bsp | Generated File | Contains all BSP settings. This file is coded in XML. |
summary.html | Generated File |
|
system.h | Generated File | Contains the C declarations describing the BSP memory map and other system information needed by software applications. |
toolchain.cmake | Generated File | Lists the compiler configurations for the build. |