Remove the unused target_config.h
This commit is contained in:
@@ -1,39 +0,0 @@
|
|||||||
#if !defined(__TARGET_CONFIG_H__)
|
|
||||||
#define __TARGET_CONFIG_H__
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
// Definitions
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
|
|
||||||
//! @brief Constants for clock frequencies.
|
|
||||||
enum _target_clocks
|
|
||||||
{
|
|
||||||
kDefaultClock = 20971520u,
|
|
||||||
kHIRC = 48000000u,
|
|
||||||
kMinCoreClockWithUsbSupport = 20000000u,
|
|
||||||
kMaxCoreClock = 120000000u,
|
|
||||||
kMaxBusClock = 60000000u,
|
|
||||||
kMaxFlexBusClock = 50000000u,
|
|
||||||
kMaxFlashClock = 25000000u,
|
|
||||||
|
|
||||||
kDivider_Min = 1,
|
|
||||||
kDivider_Max = 16,
|
|
||||||
};
|
|
||||||
|
|
||||||
//! @brief Constants for sram partition
|
|
||||||
enum _sram_partition
|
|
||||||
{
|
|
||||||
kSram_LowerPart = 1,
|
|
||||||
kSram_UpperPart = 1,
|
|
||||||
};
|
|
||||||
|
|
||||||
//! @brief Version constants for the target.
|
|
||||||
enum _target_version_constants
|
|
||||||
{
|
|
||||||
kTarget_Version_Name = 'T',
|
|
||||||
kTarget_Version_Major = 1,
|
|
||||||
kTarget_Version_Minor = 0,
|
|
||||||
kTarget_Version_Bugfix = 0
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif // __TARGET_CONFIG_H__
|
|
||||||
Reference in New Issue
Block a user