a1c991d921
Move boards to boards folder * boards: rename configs folder to boards This is the proposed layout after the change: boards: - folder containing board folders <board>: - name of each board drivers: - extra drivers specific for platform include: - header files for the boars scripts: - extra scripts specific for platform src: - board specific code tools: - extra tools specific for platform <config>: - board specific configuration(s) Note: <xxx> names are dependent on platform This is a logical change to aim to the arch layout but this is a huge change it should be done in several steps to lower the risk. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * Kconfig: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * Makefile: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * Makefile.*: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * Make.defs: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * .sh: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * .mk: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * .c & .h: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * .bat: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Approved-by: Gregory Nutt <gnutt@nuttx.org>
70 lines
2.2 KiB
XML
70 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Target name="eZ80F910300KITG_Flash" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../Schemas/target.tsd" xsi:type="TargetEZ80">
|
|
<Clock>
|
|
<PLL>
|
|
<changeFrequencyOnReset>true</changeFrequencyOnReset>
|
|
<chargePumpFreq>1f4</chargePumpFreq>
|
|
<clockLockCriteria>8</clockLockCriteria>
|
|
<oscFrequency>5000000</oscFrequency>
|
|
</PLL>
|
|
<clockType>PLL</clockType>
|
|
<frequency>50000000</frequency>
|
|
</Clock>
|
|
<ControlReg>
|
|
<pc>0</pc>
|
|
<splStackPtr>140000</splStackPtr>
|
|
<spsStackPtr>FFFF</spsStackPtr>
|
|
<useAdlMode>true</useAdlMode>
|
|
</ControlReg>
|
|
<ExtFlash>
|
|
<device />
|
|
<externalAddress>200000</externalAddress>
|
|
<externalAutoSelect>false</externalAutoSelect>
|
|
<externalRamLower>40000</externalRamLower>
|
|
<externalRamUpper>13FFFF</externalRamUpper>
|
|
<manufacturer />
|
|
<units>1</units>
|
|
<usingExternal>false</usingExternal>
|
|
<usingInternal>true</usingInternal>
|
|
</ExtFlash>
|
|
<Memory>
|
|
<ChipSelects>
|
|
<CS0>
|
|
<busMode>0</busMode>
|
|
<controlRegister>8</controlRegister>
|
|
<lower>4</lower>
|
|
<upper>B</upper>
|
|
</CS0>
|
|
<CS1>
|
|
<busMode>0</busMode>
|
|
<controlRegister>8</controlRegister>
|
|
<lower>C</lower>
|
|
<upper>13</upper>
|
|
</CS1>
|
|
<CS2>
|
|
<busMode>0</busMode>
|
|
<controlRegister>88</controlRegister>
|
|
<lower>20</lower>
|
|
<upper>9F</upper>
|
|
</CS2>
|
|
<CS3>
|
|
<busMode>0</busMode>
|
|
<controlRegister>0</controlRegister>
|
|
<lower>0</lower>
|
|
<upper>0</upper>
|
|
</CS3>
|
|
</ChipSelects>
|
|
<Internal>
|
|
<mapFlashToPage>0</mapFlashToPage>
|
|
<mapRamToPage>AF</mapRamToPage>
|
|
<useFlashRam>true</useFlashRam>
|
|
<useInternalDataRam>true</useInternalDataRam>
|
|
<useMaccRam>false</useMaccRam>
|
|
</Internal>
|
|
<waitStates>4</waitStates>
|
|
</Memory>
|
|
<cpu>EZ80F91</cpu>
|
|
<schemaVersion>1.0.1</schemaVersion>
|
|
<version>1.00</version>
|
|
</Target>
|