diff options
author | Nao Pross <naopross@thearcway.org> | 2017-11-28 08:27:49 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2017-11-28 08:27:49 +0100 |
commit | a55cc2552959ba4ac8a79c120d0b3d72e1bcd33a (patch) | |
tree | 507bf41efb354b5f14af7caf5d2d94436144f9e6 /res/buspirate/v3/firmware/BPv3.XSVFplayer.v1.1/BusPirate-firmware/settings.xml | |
parent | remove unused TODO file (diff) | |
download | z80uPC-a55cc2552959ba4ac8a79c120d0b3d72e1bcd33a.tar.gz z80uPC-a55cc2552959ba4ac8a79c120d0b3d72e1bcd33a.zip |
Add datasheets and resources
Diffstat (limited to 'res/buspirate/v3/firmware/BPv3.XSVFplayer.v1.1/BusPirate-firmware/settings.xml')
-rw-r--r-- | res/buspirate/v3/firmware/BPv3.XSVFplayer.v1.1/BusPirate-firmware/settings.xml | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/res/buspirate/v3/firmware/BPv3.XSVFplayer.v1.1/BusPirate-firmware/settings.xml b/res/buspirate/v3/firmware/BPv3.XSVFplayer.v1.1/BusPirate-firmware/settings.xml new file mode 100644 index 0000000..1d86aeb --- /dev/null +++ b/res/buspirate/v3/firmware/BPv3.XSVFplayer.v1.1/BusPirate-firmware/settings.xml @@ -0,0 +1,65 @@ +<?xml version="1.0" encoding="utf-8"?> +<ds30LoaderSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> + <Debugmode>false</Debugmode> + <CheckVerStart>false</CheckVerStart> + <WindowOnTop>false</WindowOnTop> + <WindowWidth>346</WindowWidth> + <WindowHeight>547</WindowHeight> + <Filename>E:\Work\bus-pirate\trunk\firmware\v5-nightly\bpv3-xsvf-vb.hex</Filename> + <DefaultStartSettings> + <AdvancedMode>true</AdvancedMode> + <AdvancedModeAllow>false</AdvancedModeAllow> + <FilenameAllow>true</FilenameAllow> + <Portname /> + <PortnameAllow>true</PortnameAllow> + <Baudrate>115200</Baudrate> + <BaudrateAllow>false</BaudrateAllow> + <Familyname>PIC24FJ</Familyname> + <FamilynameAllow>false</FamilynameAllow> + <Devicename>64GA002</Devicename> + <DevicenameAllow>false</DevicenameAllow> + <WriteProgram>true</WriteProgram> + <WriteProgramAllow>false</WriteProgramAllow> + <WriteEEPROM>false</WriteEEPROM> + <WriteEEPROMAllow>false</WriteEEPROMAllow> + <WriteConfigs>false</WriteConfigs> + <WriteConfigsAllow>false</WriteConfigsAllow> + <NoGoto>false</NoGoto> + <NoGotoAllow>false</NoGotoAllow> + <IgnoreBLOverwrite>false</IgnoreBLOverwrite> + <IgnoreBLOverwriteAllow>false</IgnoreBLOverwriteAllow> + <CustomBl>true</CustomBl> + <CustomBlAllow>false</CustomBlAllow> + <CustomBlPlacementP>1</CustomBlPlacementP> + <CustomBlPlacementPAllow>false</CustomBlPlacementPAllow> + <CustomBlSizeP>1</CustomBlSizeP> + <CustomBlSizePAllow>false</CustomBlSizePAllow> + <Polltime>250</Polltime> + <PolltimeAllow>true</PolltimeAllow> + <Timeout>5000</Timeout> + <TimeoutAllow>true</TimeoutAllow> + <CommandReset>false</CommandReset> + <CommandResetAllow>true</CommandResetAllow> + <ResetCommand /> + <ResetCommandAllow>true</ResetCommandAllow> + <ResetBaudrate>9600</ResetBaudrate> + <ResetBaudrateAllow>true</ResetBaudrateAllow> + <DTRReset>false</DTRReset> + <DTRResetAllow>true</DTRResetAllow> + <ManualReset>true</ManualReset> + <ManualResetAllow>true</ManualResetAllow> + <RTSReset>false</RTSReset> + <RTSResetAllow>true</RTSResetAllow> + <ResetTime>250</ResetTime> + <ResetTimeAllow>true</ResetTimeAllow> + <ActivateDTR>false</ActivateDTR> + <ActivateDTRAllow>true</ActivateDTRAllow> + <ActivateRTS>false</ActivateRTS> + <ActivateRTSAllow>true</ActivateRTSAllow> + <TermSwithTo>false</TermSwithTo> + <TermBaudrate>115200</TermBaudrate> + <TermRxType>0</TermRxType> + <TermTxType>0</TermTxType> + <TermTx /> + </DefaultStartSettings> +</ds30LoaderSettings>
\ No newline at end of file |