mirror of
https://github.com/ArteryTek/AT32F415_Firmware_Library.git
synced 2026-05-21 01:12:20 +00:00
update version to v2.1.0
This commit is contained in:
@@ -50,12 +50,12 @@
|
||||
</tool>
|
||||
<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.1747201330" name="GNU Arm Cross C Compiler" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler">
|
||||
<option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.include.paths.996165972" name="Include paths (-I)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.include.paths" useByScannerDiscovery="true" valueType="includePath">
|
||||
<listOptionValue builtIn="false" value=""${workspace_project_locations}/../../../../libraries/drivers/inc""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_project_locations}/../../../../libraries/cmsis/cm4/core_support/""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_project_locations}/../../../at32f415_board/""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_project_locations}/../inc""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_project_locations}/../../../../libraries/cmsis/cm4/device_support/startup/gcc""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_project_locations}/../../../../libraries/cmsis/cm4/device_support/""/>
|
||||
<listOptionValue builtIn="false" value=""../../../../../libraries/drivers/inc""/>
|
||||
<listOptionValue builtIn="false" value=""../../../../../libraries/cmsis/cm4/core_support/""/>
|
||||
<listOptionValue builtIn="false" value=""../../../../at32f415_board/""/>
|
||||
<listOptionValue builtIn="false" value=""../../inc""/>
|
||||
<listOptionValue builtIn="false" value=""../../../../../libraries/cmsis/cm4/device_support/startup/gcc""/>
|
||||
<listOptionValue builtIn="false" value=""../../../../../libraries/cmsis/cm4/device_support/""/>
|
||||
</option>
|
||||
<option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.defs.415855454" name="Defined symbols (-D)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.defs" useByScannerDiscovery="true" valueType="definedSymbols">
|
||||
<listOptionValue builtIn="false" value="AT_START_F415_V1"/>
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
* Copyright (C) 2010-2014 ARM Limited. All rights reserved.
|
||||
*
|
||||
* $Date: 19. October 2015
|
||||
* $Revision: V.1.4.5 a
|
||||
* $Revision: V.1.4.5 a
|
||||
*
|
||||
* Project: CMSIS DSP Library
|
||||
* Title: arm_common_tables.h
|
||||
* Project: CMSIS DSP Library
|
||||
* Title: arm_common_tables.h
|
||||
*
|
||||
* Description: This file has extern declaration for common tables like Bitreverse, reciprocal etc which are used across different functions
|
||||
* Description: This file has extern declaration for common tables like Bitreverse, reciprocal etc which are used across different functions
|
||||
*
|
||||
* Target Processor: Cortex-M4/Cortex-M3
|
||||
*
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
* Copyright (C) 2010-2014 ARM Limited. All rights reserved.
|
||||
*
|
||||
* $Date: 19. March 2015
|
||||
* $Revision: V.1.4.5
|
||||
* $Revision: V.1.4.5
|
||||
*
|
||||
* Project: CMSIS DSP Library
|
||||
* Title: arm_const_structs.h
|
||||
* Project: CMSIS DSP Library
|
||||
* Title: arm_const_structs.h
|
||||
*
|
||||
* Description: This file has constant structs that are initialized for
|
||||
* Description: This file has constant structs that are initialized for
|
||||
* user convenience. For example, some can be given as
|
||||
* arguments to the arm_cfft_f32() function.
|
||||
*
|
||||
|
||||
@@ -36,9 +36,9 @@
|
||||
/**
|
||||
* @brief system clock config program
|
||||
* @note the system clock is configured as follow:
|
||||
* - system clock = hext / 2 * pll_mult
|
||||
* - system clock source = pll (hext)
|
||||
* - hext = 8000000
|
||||
* system clock (sclk) = hext / 2 * pll_mult
|
||||
* system clock source = pll (hext)
|
||||
* - hext = HEXT_VALUE
|
||||
* - sclk = 144000000
|
||||
* - ahbdiv = 1
|
||||
* - ahbclk = 144000000
|
||||
|
||||
Reference in New Issue
Block a user