Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE CrossStudio_Project_File>
- <solution Name="Ball" target="8" version="2">
- <project Name="Ball">
- <configuration
- Name="Common"
- arm_architecture="v6M"
- arm_core_type="Cortex-M0"
- arm_endian="Little"
- arm_fpu_type=""
- arm_linker_stack_size="2048"
- arm_simulator_memory_simulation_parameter="RX 00000000,00040000,FFFFFFFF;RWX 20000000,00008000,CDCDCDCD"
- arm_target_device_name="nRF51422_xxAA"
- arm_target_interface_type="SWD"
- c_preprocessor_definitions="BOARD_PCA10031;NRF51;CONFIG_GPIO_AS_PINRESET;FLOAT_ABI_HARD;NO_VTOR_CONFIG;NRF51422_XXAA;S110;SOFTDEVICE_PRESENT;SWI_DISABLE0"
- debug_start_from_entry_point_symbol="No"
- debug_target_connection="J-Link"
- linker_section_placement_macros="FLASH_START=0x18000;FLASH_SIZE=0x28000;RAM_START=0x20002000;RAM_SIZE=0x2000"
- linker_section_placements_segments="FLASH1 RX 0x00018000 0x00028000;RAM1 RWX 0x20002000 0x00002000"
- project_directory=""
- project_type="Executable" />
- <configuration
- Name="Internal"
- arm_linker_variant="SEGGER"
- build_intermediate_directory="Output/$(ProjectName) $(Configuration)/Obj"
- build_output_directory="Output/$(Configuration)/Exe"
- build_output_file_name="$(OutDir)/$(ProjectName)$(EXE)"
- link_linker_script_file="$(StudioDir)/samples/SEGGER_Flash.icf" />
- <configuration
- Name="External Keil ARMCC"
- project_type="Externally Built Executable" />
- <folder Name="Internal Files">
- <configuration Name="Common" build_exclude_from_build="Yes" />
- <configuration Name="Internal" build_exclude_from_build="No" />
- <file file_name="$(StudioDir)/samples/SEGGER_THUMB_Startup.s" />
- <file file_name="$(StudioDir)/samples/Cortex_M_Startup.s" />
- </folder>
- <configuration
- Name="nrf51422_xxaa_s110 Internal"
- armcc_cl_cpu="Cortex-M0"
- armcc_cl_enable_debug_info="Yes"
- armcc_cl_optimization_level="Level 3"
- asm_additional_options="--pd;"__MICROLIB SETA 1""
- asm_additional_options_backup="--cpu;Cortex-M0;--pd;"__MICROLIB SETA 1"-x assembler-with-cpp;-DNRF51"
- build_intermediate_directory="./_build"
- build_output_directory="./_build"
- build_output_file_name="./_build/nrf51422_xxaa_s110.axf"
- c_additional_options="-D__MICROLIB;--c99;--split_sections"
- c_additional_options_backup="--cpu;Cortex-M0;-D__MICROLIB;--c99;-O3;--split_sections;-g;-DSOFTDEVICE_PRESENT;-DNRF51;-DBOARD_PCA10031;-DS110;-DDEBUG;-DBLE_STACK_SUPPORT_REQD,-mcpu=cortex-m0;-mthumb -mabi=aapcs --std=gnu99;-Wall -O0 -g3;-mfloat-abi=soft"
- link_additional_options_backup="--cpu;Cortex-M0;--first=__Vectors;--library_type=microlib"
- linker_additional_options="--first=__Vectors;--library_type=microlib" />
- <configuration
- CMSIS_CORE="Yes"
- Name="nrf51422_xxaa_s110"
- c_preprocessor_definitions=";BLE_STACK_SUPPORT_REQD;S110;BOARD_PCA10031;SWI_DISABLE0;SOFTDEVICE_PRESENT;NRF51;DEBUG"
- c_user_include_directories="../../../../../../components/softdevice/common/softdevice_handler;../../../../../../components/softdevice/s110/headers;../../../config/ble_app_hrs_s110_pca10031;Source;../../../../../ble_peripheral/ble_app_hrs/config;../../../../../../components/ble/common;../../../../../../components/drivers_nrf/twi_master;../../../../../../components/drivers_nrf/ppi;../../../../../../components/drivers_nrf/timer;../../../../../../components/libraries/pwm;../../../../../../components/drivers_nrf/clock;../../../../../../components/toolchain/gcc;../../../../../../components/device;../../../../../bsp;../../../../../../components/toolchain;../../../../../../components/ble/ble_services/ble_dis;../../../../../../components/ble/device_manager;../../../../../../components/ble/ble_advertising;../../../../../../components/drivers_nrf/common;../../../../../../components/drivers_nrf/delay;../../../../../../components/drivers_nrf/gpiote;../../../../../../components/drivers_nrf/hal;../../../../../../components/drivers_nrf/pstorage;../../../../../../components/drivers_nrf/uart;../../../../../../components/drivers_nrf/config;../../../../../../components/libraries/button;../../../../../../components/libraries/fifo;../../../../../../components/libraries/sensorsim;../../../../../../components/libraries/timer;../../../../../../components/libraries/trace;../../../../../../components/libraries/uart;../../../../../../components/libraries/util" />
- <folder Name="Application">
- <file file_name="Source/main.c" />
- <file file_name="Source/ble_functions.c" />
- <file file_name="Source/BNO055_driver.c" />
- <file file_name="Source/buzzer_functions.c" />
- <file file_name="Source/custom_peripheral_service.c" />
- <file file_name="Source/gauge_functions.c" />
- <file file_name="Source/led_functions.c" />
- <file file_name="Source/pwm_functions.c" />
- <file file_name="Source/sensor_functions.c" />
- <file file_name="Source/state_definitions.c" />
- <file file_name="Source/timers.c" />
- <file file_name="Source/twi_functions.c" />
- </folder>
- <folder Name="nRF_BLE">
- <file file_name="../../../../../../components/ble/common/ble_advdata.c" />
- <file file_name="../../../../../../components/ble/ble_advertising/ble_advertising.c" />
- <file file_name="../../../../../../components/ble/common/ble_conn_params.c" />
- <file file_name="../../../../../../components/ble/ble_services/ble_dis/ble_dis.c" />
- <file file_name="../../../../../../components/ble/common/ble_srv_common.c" />
- </folder>
- <folder Name="nRF_Drivers">
- <file file_name="../../../../../../components/drivers_nrf/delay/nrf_delay.c" />
- <file file_name="../../../../../../components/drivers_nrf/common/nrf_drv_common.c" />
- <file file_name="../../../../../../components/drivers_nrf/gpiote/nrf_drv_gpiote.c" />
- <file file_name="../../../../../../components/drivers_nrf/uart/nrf_drv_uart.c" />
- <file file_name="../../../../../../components/drivers_nrf/pstorage/pstorage.c" />
- <file file_name="../../../../../../components/drivers_nrf/timer/nrf_drv_timer.c" />
- <file file_name="../../../../../../components/drivers_nrf/ppi/nrf_drv_ppi.c" />
- <file file_name="../../../../../../components/drivers_nrf/clock/nrf_drv_clock.c" />
- <file file_name="../../../../../../components/drivers_nrf/twi_master/nrf_drv_twi.c" />
- <file file_name="../../../../../../components/toolchain/system_nrf51.c" />
- </folder>
- <folder Name="nRF_Libraries">
- <file file_name="../../../../../../components/libraries/util/app_error.c" />
- <file file_name="../../../../../../components/libraries/fifo/app_fifo.c" />
- <file file_name="../../../../../../components/libraries/timer/app_timer.c" />
- <file file_name="../../../../../../components/libraries/uart/app_uart.c" />
- <file file_name="../../../../../../components/libraries/pwm/app_pwm.c" />
- <file file_name="../../../../../../components/libraries/util/app_util_platform.c" />
- <file file_name="../../../../../../components/libraries/util/nrf_assert.c" />
- </folder>
- <folder Name="nRF_SoftDevice">
- <file file_name="../../../../../../components/softdevice/common/softdevice_handler/softdevice_handler.c" />
- </folder>
- <configuration
- JLinkScriptFileName=""
- Name="nrf51422_xxaa_s110 Internal"
- external_load_address="" />
- </project>
- <configuration
- Name="External Keil ARMCC"
- build_generic_options_file_name="$(StudioDir)/targets/ARMCC_build_options.xml"
- hidden="Yes"
- macros="KEIL_TOOLKIT_DIR=G:/Nordic/Keil_v5/ARM" />
- <configuration Name="Internal" hidden="Yes" />
- <configuration
- Name="nrf51422_xxaa_s110 External"
- armcc_cl_cpu="Cortex-M0"
- inherited_configurations="External Keil ARMCC;nrf51422_xxaa_s110" />
- <configuration
- Name="nrf51422_xxaa_s110 Internal"
- armcc_cl_cpu="Cortex-M0"
- external_load_address="0x18000"
- inherited_configurations="nrf51422_xxaa_s110;Internal" />
- <configuration Name="nrf51422_xxaa_s110" hidden="Yes" />
- </solution>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement