Compare commits
No commits in common. "2_12_2m7" and "2_12_2m10" have entirely different histories.
Binary file not shown.
BIN
FW/512/fw-mchf.dfu
Executable file → Normal file
BIN
FW/512/fw-mchf.dfu
Executable file → Normal file
Binary file not shown.
Binary file not shown.
BIN
FW/928/fw-mchf.bin
Normal file
BIN
FW/928/fw-mchf.bin
Normal file
Binary file not shown.
BIN
FW/928/fw-mchf.dfu
Normal file
BIN
FW/928/fw-mchf.dfu
Normal file
Binary file not shown.
BIN
FW/928/fw-mchf.elf
Executable file
BIN
FW/928/fw-mchf.elf
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
FW/mchf/fw-mchf.bin
Executable file
BIN
FW/mchf/fw-mchf.bin
Executable file
Binary file not shown.
BIN
FW/mchf/fw-mchf.dfu
Normal file
BIN
FW/mchf/fw-mchf.dfu
Normal file
Binary file not shown.
BIN
FW/mchf/fw-mchf.elf
Executable file
BIN
FW/mchf/fw-mchf.elf
Executable file
Binary file not shown.
30
README.md
30
README.md
|
@ -1,6 +1,30 @@
|
||||||
<b>Ver: 2.12.2m7 Cq Contest Mod by Xav</b>
|
<b>Ver: 2.12.2m10</b>
|
||||||
<br/><br/>
|
<br/>
|
||||||
New screen boot on
|
<br/>
|
||||||
|
More News since 2.12.2m9t by Yuri, thank's friend, <br/>
|
||||||
|
I give a arm_non_eabi.sh for install automatique for linux kernel 5.X mini<br>
|
||||||
|
download the project: git clone http://fra1od.freeboxos.fr:3000/magnum88/UHSDR<br/>
|
||||||
|
or download ZIP file and extract the folder UHSDR<br/>
|
||||||
|
for make compilation in directory mchf-eclipse<br/>
|
||||||
|
execute: <br/>
|
||||||
|
make clean //for clean old compil<br/>
|
||||||
|
make all //for compilation project for have .dfu or .bin<br/>
|
||||||
|
make bootloader //for compilation boot ex 5.04 for have .dfu<br/>
|
||||||
|
after good make you have firmware for .dfu and .elf and .bin<br>
|
||||||
|
if you want change compilation for different radio, ex RS928+<br>
|
||||||
|
active tag on uhsdr_board_config.h change //#define R928_PLUS by #define R928_PLUS<br>
|
||||||
|
for MCHF first 512k active //#define IS_SMALL_BUILD by #define IS_SMALL_BUILD<br>
|
||||||
|
for optional you have color too: //#define GREY_STYLE or //#define SEPIA_STYLE<br>
|
||||||
|
<br>
|
||||||
|
For first more i say on this:<br/>
|
||||||
|
GCC upgarde with version 10.X not good for compilation, <br/>
|
||||||
|
the old version is 9.X no check header tag on script C or C++,<br/>
|
||||||
|
correction on this project UHSDR by Xav for this,<br>
|
||||||
|
on uhsdr_board.h line 246 at 248 change var for static for not error more multiple definition! on bw_data, mem_data and xvtr_data<br/>
|
||||||
|
and i find a old error on freedv on c2wideband.c for function abs corerction for fabs on 2 line this page<br/>
|
||||||
|
<br/>
|
||||||
|
<br/> Add Cq Contest Mod on 2.12.2m8 by Xav<br/>
|
||||||
|
New screen boot on start since 2.12.2m7 on my project by Xav
|
||||||
<br>
|
<br>
|
||||||
<img src="http://xavier.debert.free.fr/MCHF/1629722823447.jpg" width="20%" border="0">
|
<img src="http://xavier.debert.free.fr/MCHF/1629722823447.jpg" width="20%" border="0">
|
||||||
In MENU select DEBUG
|
In MENU select DEBUG
|
||||||
|
|
0
UHSDR-active-devel/.editorconfig
Executable file → Normal file
0
UHSDR-active-devel/.editorconfig
Executable file → Normal file
0
UHSDR-active-devel/.gitignore
vendored
Executable file → Normal file
0
UHSDR-active-devel/.gitignore
vendored
Executable file → Normal file
0
UHSDR-active-devel/.gitpod.yml
Executable file → Normal file
0
UHSDR-active-devel/.gitpod.yml
Executable file → Normal file
0
UHSDR-active-devel/.travis.yml
Executable file → Normal file
0
UHSDR-active-devel/.travis.yml
Executable file → Normal file
0
UHSDR-active-devel/CONTRIBUTING.md
Executable file → Normal file
0
UHSDR-active-devel/CONTRIBUTING.md
Executable file → Normal file
0
UHSDR-active-devel/Dockerfile
Executable file → Normal file
0
UHSDR-active-devel/Dockerfile
Executable file → Normal file
0
UHSDR-active-devel/ISSUE_TEMPLATE.md
Executable file → Normal file
0
UHSDR-active-devel/ISSUE_TEMPLATE.md
Executable file → Normal file
0
UHSDR-active-devel/LICENCE.md
Executable file → Normal file
0
UHSDR-active-devel/LICENCE.md
Executable file → Normal file
0
UHSDR-active-devel/README.md
Executable file → Normal file
0
UHSDR-active-devel/README.md
Executable file → Normal file
30
UHSDR-active-devel/SW4STM32/README.md
Normal file
30
UHSDR-active-devel/SW4STM32/README.md
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
Introduction
|
||||||
|
|
||||||
|
This directory contains SW4STM32 and CubeIDE compatible project that allows easy import to any
|
||||||
|
of those tools
|
||||||
|
|
||||||
|
Import into SW4STM32 IDE
|
||||||
|
|
||||||
|
- In the File menu, select 'Import...'
|
||||||
|
- Choose 'Existing Projects into Workspace' and click Next
|
||||||
|
- Select root directory: "root\SW4STM32\mchf-uhsdr", do not tick any of the options
|
||||||
|
- Click Finish
|
||||||
|
|
||||||
|
Import into STM32CubeIDE
|
||||||
|
|
||||||
|
- In the File menu, select 'Import...'
|
||||||
|
- Chose 'Import ac6 System Workbench for STM32 Project' and click Next
|
||||||
|
- Select root directory: "root\SW4STM32\mchf-uhsdr", 'Detect and configure project natures' selected
|
||||||
|
- Click Finish
|
||||||
|
|
||||||
|
Troubleshooting
|
||||||
|
|
||||||
|
- Fix for functions with wrong inline definition - use optimization (O1 at least), more info:
|
||||||
|
https://stackoverflow.com/questions/41218006/gcc-fails-to-inline-functions-without-o2
|
||||||
|
|
||||||
|
For any problems compiling under windows please open an issue report on the project GitHub page.
|
||||||
|
|
||||||
|
Thank you!
|
||||||
|
|
||||||
|
Krassi Atanassov, M0NKA
|
||||||
|
|
145
UHSDR-active-devel/SW4STM32/mchf-uhsdr/.cproject
Normal file
145
UHSDR-active-devel/SW4STM32/mchf-uhsdr/.cproject
Normal file
|
@ -0,0 +1,145 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
|
||||||
|
<storageModule moduleId="org.eclipse.cdt.core.settings">
|
||||||
|
<cconfiguration id="fr.ac6.managedbuild.config.gnu.cross.exe.debug.405185049">
|
||||||
|
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="fr.ac6.managedbuild.config.gnu.cross.exe.debug.405185049" moduleId="org.eclipse.cdt.core.settings" name="Debug">
|
||||||
|
<externalSettings/>
|
||||||
|
<extensions>
|
||||||
|
<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
|
||||||
|
<extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
|
||||||
|
<extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
|
||||||
|
<extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
|
||||||
|
<extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
|
||||||
|
<extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/>
|
||||||
|
</extensions>
|
||||||
|
</storageModule>
|
||||||
|
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
||||||
|
<configuration artifactExtension="elf" artifactName="mchf-uhsdr" buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.exe" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=org.eclipse.cdt.build.core.buildArtefactType.exe,org.eclipse.cdt.build.core.buildType=org.eclipse.cdt.build.core.buildType.debug" cleanCommand="rm -rf" description="" id="fr.ac6.managedbuild.config.gnu.cross.exe.debug.405185049" name="Debug" parent="fr.ac6.managedbuild.config.gnu.cross.exe.debug" postannouncebuildStep="Generating binary and Printing size information:" postbuildStep="arm-none-eabi-objcopy -O binary "${BuildArtifactFileBaseName}.elf" "${BuildArtifactFileBaseName}.bin" && arm-none-eabi-size "${BuildArtifactFileName}"">
|
||||||
|
<folderInfo id="fr.ac6.managedbuild.config.gnu.cross.exe.debug.405185049." name="/" resourcePath="">
|
||||||
|
<toolChain id="fr.ac6.managedbuild.toolchain.gnu.cross.exe.debug.34469134" name="Ac6 STM32 MCU GCC" nonInternalBuilderId="fr.ac6.managedbuild.builder.gnu.cross" superClass="fr.ac6.managedbuild.toolchain.gnu.cross.exe.debug">
|
||||||
|
<option id="fr.ac6.managedbuild.option.gnu.cross.prefix.1763705716" name="Prefix" superClass="fr.ac6.managedbuild.option.gnu.cross.prefix" useByScannerDiscovery="false" value="arm-none-eabi-" valueType="string"/>
|
||||||
|
<option id="fr.ac6.managedbuild.option.gnu.cross.mcu.1652299346" name="Mcu" superClass="fr.ac6.managedbuild.option.gnu.cross.mcu" useByScannerDiscovery="false" value="STM32F407VGTx" valueType="string"/>
|
||||||
|
<option id="fr.ac6.managedbuild.option.gnu.cross.board.1426161387" name="Board" superClass="fr.ac6.managedbuild.option.gnu.cross.board" useByScannerDiscovery="false" value="STM32F4DISCOVERY" valueType="string"/>
|
||||||
|
<option id="fr.ac6.managedbuild.option.gnu.cross.instructionSet.1452405993" name="Instruction Set" superClass="fr.ac6.managedbuild.option.gnu.cross.instructionSet" useByScannerDiscovery="false" value="fr.ac6.managedbuild.option.gnu.cross.instructionSet.thumbII" valueType="enumerated"/>
|
||||||
|
<option id="fr.ac6.managedbuild.option.gnu.cross.fpu.61061369" name="Floating point hardware" superClass="fr.ac6.managedbuild.option.gnu.cross.fpu" useByScannerDiscovery="false" value="fr.ac6.managedbuild.option.gnu.cross.fpu.fpv4-sp-d16" valueType="enumerated"/>
|
||||||
|
<option id="fr.ac6.managedbuild.option.gnu.cross.floatabi.601593623" name="Floating-point ABI" superClass="fr.ac6.managedbuild.option.gnu.cross.floatabi" useByScannerDiscovery="false" value="fr.ac6.managedbuild.option.gnu.cross.floatabi.hard" valueType="enumerated"/>
|
||||||
|
<targetPlatform archList="all" binaryParser="org.eclipse.cdt.core.ELF" id="fr.ac6.managedbuild.targetPlatform.gnu.cross.2033800313" isAbstract="false" osList="all" superClass="fr.ac6.managedbuild.targetPlatform.gnu.cross"/>
|
||||||
|
<builder buildPath="${workspace_loc:/mchf-uhsdr}/Debug" id="fr.ac6.managedbuild.builder.gnu.cross.793754731" keepEnvironmentInBuildfile="false" name="Gnu Make Builder" parallelBuildOn="true" parallelizationNumber="optimal" superClass="fr.ac6.managedbuild.builder.gnu.cross"/>
|
||||||
|
<tool id="fr.ac6.managedbuild.tool.gnu.cross.c.compiler.772390096" name="MCU GCC Compiler" superClass="fr.ac6.managedbuild.tool.gnu.cross.c.compiler">
|
||||||
|
<option defaultValue="gnu.c.optimization.level.none" id="fr.ac6.managedbuild.gnu.c.compiler.option.optimization.level.777403713" name="Optimization Level" superClass="fr.ac6.managedbuild.gnu.c.compiler.option.optimization.level" useByScannerDiscovery="false" value="fr.ac6.managedbuild.gnu.c.optimization.level.more" valueType="enumerated"/>
|
||||||
|
<option id="gnu.c.compiler.option.debugging.level.132502211" name="Debug Level" superClass="gnu.c.compiler.option.debugging.level" useByScannerDiscovery="false" value="gnu.c.debugging.level.none" valueType="enumerated"/>
|
||||||
|
<option id="gnu.c.compiler.option.include.paths.282795374" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" useByScannerDiscovery="false" valueType="includePath">
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/basesw/mcHF/Inc"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/basesw/mcHF/Drivers/CMSIS/Device/ST/STM32F4xx/Include"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/basesw/mcHF/Drivers/STM32F4xx_HAL_Driver/Inc"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/basesw/mcHF/Drivers/CMSIS/Include"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/basesw/mcHF/Middlewares/ST/STM32_USB_Device_Library/Core/Inc"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/basesw/mcHF/Middlewares/ST/STM32_USB_Host_Library/Class/MSC/Inc"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/basesw/mcHF/Middlewares/ST/STM32_USB_Host_Library/Core/Inc"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/basesw/mcHF/Middlewares/Third_Party/FatFs/src"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/basesw/mcHF/Middlewares/Third_Party/FatFs/src/drivers"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/basesw/mcHF/Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Inc"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/hardware"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/hardware/board_configs"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/drivers/freedv"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/drivers/audio"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/drivers/ui/oscillator"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/drivers/ui"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/misc/v_eprom"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/drivers/ui/lcd"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/drivers/ui/encoder"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/drivers/audio/codec"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/drivers/audio/softdds"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/misc"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/drivers/audio/cw"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/drivers/ui/menu"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/drivers/cat"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/drivers/audio/filters"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/src"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/src/bootloader"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/drivers/diag"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/drivers/usb/device/class/composite"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/drivers/usb/device/class/AUDIO/Inc"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/drivers/usb/device/class/CDC/Inc"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/drivers/usb/host/class/HID/Inc"/>
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/drivers/usb/app"/>
|
||||||
|
</option>
|
||||||
|
<option id="gnu.c.compiler.option.preprocessor.def.symbols.90444414" name="Defined symbols (-D)" superClass="gnu.c.compiler.option.preprocessor.def.symbols" useByScannerDiscovery="false" valueType="definedSymbols">
|
||||||
|
<listOptionValue builtIn="false" value="USE_HAL_DRIVER"/>
|
||||||
|
<listOptionValue builtIn="false" value="ARM_MATH_CM4"/>
|
||||||
|
<listOptionValue builtIn="false" value="_GNU_SOURCE"/>
|
||||||
|
<listOptionValue builtIn="false" value="CORTEX_M4"/>
|
||||||
|
<listOptionValue builtIn="false" value="STM32F407xx"/>
|
||||||
|
<listOptionValue builtIn="false" value="USE_FULL_ASSERT"/>
|
||||||
|
<listOptionValue builtIn="false" value="__FPU_PRESENT=1U"/>
|
||||||
|
<listOptionValue builtIn="false" value="UI_BRD_MCHF"/>
|
||||||
|
<listOptionValue builtIn="false" value="RF_BRD_MCHF"/>
|
||||||
|
<listOptionValue builtIn="false" value="FDV_ARM_MATH"/>
|
||||||
|
</option>
|
||||||
|
<option id="fr.ac6.managedbuild.gnu.c.compiler.option.misc.other.858840287" name="Other flags" superClass="fr.ac6.managedbuild.gnu.c.compiler.option.misc.other" useByScannerDiscovery="false" value="-fmessage-length=0 -Wno-unused-variable -Wno-pointer-sign -Wno-main -Wno-format -Wno-address -Wno-unused-but-set-variable -Wno-strict-aliasing -Wno-parentheses -Wno-missing-braces" valueType="string"/>
|
||||||
|
<option id="gnu.c.compiler.option.dialect.std.1769012353" name="Language standard" superClass="gnu.c.compiler.option.dialect.std" useByScannerDiscovery="true" value="gnu.c.compiler.dialect.default" valueType="enumerated"/>
|
||||||
|
<option id="gnu.c.compiler.option.dialect.flags.483673750" name="Other dialect flags" superClass="gnu.c.compiler.option.dialect.flags" useByScannerDiscovery="true" value="" valueType="string"/>
|
||||||
|
<inputType id="fr.ac6.managedbuild.tool.gnu.cross.c.compiler.input.c.651324835" superClass="fr.ac6.managedbuild.tool.gnu.cross.c.compiler.input.c"/>
|
||||||
|
<inputType id="fr.ac6.managedbuild.tool.gnu.cross.c.compiler.input.s.1372381792"/>
|
||||||
|
<inputType id="fr.ac6.managedbuild.tool.gnu.cross.c.compiler.input.c.651324835" superClass="fr.ac6.managedbuild.tool.gnu.cross.c.compiler.input.c"/>
|
||||||
|
<inputType id="fr.ac6.managedbuild.tool.gnu.cross.c.compiler.input.s.1372381792" superClass="fr.ac6.managedbuild.tool.gnu.cross.c.compiler.input.s"/>
|
||||||
|
</tool>
|
||||||
|
<tool id="fr.ac6.managedbuild.tool.gnu.cross.cpp.compiler.880310674" name="MCU G++ Compiler" superClass="fr.ac6.managedbuild.tool.gnu.cross.cpp.compiler">
|
||||||
|
<option id="gnu.cpp.compiler.option.optimization.level.970004053" name="Optimization Level" superClass="gnu.cpp.compiler.option.optimization.level" useByScannerDiscovery="false" value="gnu.cpp.compiler.optimization.level.none" valueType="enumerated"/>
|
||||||
|
<option id="gnu.cpp.compiler.option.debugging.level.1410256587" name="Debug Level" superClass="gnu.cpp.compiler.option.debugging.level" useByScannerDiscovery="false" value="gnu.cpp.compiler.debugging.level.max" valueType="enumerated"/>
|
||||||
|
</tool>
|
||||||
|
<tool id="fr.ac6.managedbuild.tool.gnu.cross.c.linker.1188646484" name="MCU GCC Linker" superClass="fr.ac6.managedbuild.tool.gnu.cross.c.linker">
|
||||||
|
<option id="fr.ac6.managedbuild.tool.gnu.cross.c.linker.script.1516209896" name="Linker Script (-T)" superClass="fr.ac6.managedbuild.tool.gnu.cross.c.linker.script" useByScannerDiscovery="false" value="../../../mchf-eclipse/linker/arm-gcc-link_f4_flash1024k.ld" valueType="string"/>
|
||||||
|
<option id="gnu.c.link.option.libs.2086104375" name="Libraries (-l)" superClass="gnu.c.link.option.libs" useByScannerDiscovery="false"/>
|
||||||
|
<option id="gnu.c.link.option.paths.1126963068" name="Library search path (-L)" superClass="gnu.c.link.option.paths" useByScannerDiscovery="false" valueType="libPaths">
|
||||||
|
<listOptionValue builtIn="false" value="../../../mchf-eclipse/linker"/>
|
||||||
|
</option>
|
||||||
|
<option id="gnu.c.link.option.ldflags.1903642416" name="Linker flags" superClass="gnu.c.link.option.ldflags" useByScannerDiscovery="false" value="-specs=nosys.specs -specs=nano.specs" valueType="string"/>
|
||||||
|
<inputType id="cdt.managedbuild.tool.gnu.c.linker.input.1329019344" superClass="cdt.managedbuild.tool.gnu.c.linker.input">
|
||||||
|
<additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
|
||||||
|
<additionalInput kind="additionalinput" paths="$(LIBS)"/>
|
||||||
|
</inputType>
|
||||||
|
</tool>
|
||||||
|
<tool id="fr.ac6.managedbuild.tool.gnu.cross.cpp.linker.59611697" name="MCU G++ Linker" superClass="fr.ac6.managedbuild.tool.gnu.cross.cpp.linker"/>
|
||||||
|
<tool id="fr.ac6.managedbuild.tool.gnu.archiver.1988995727" name="MCU GCC Archiver" superClass="fr.ac6.managedbuild.tool.gnu.archiver"/>
|
||||||
|
<tool id="fr.ac6.managedbuild.tool.gnu.cross.assembler.1193024950" name="MCU GCC Assembler" superClass="fr.ac6.managedbuild.tool.gnu.cross.assembler">
|
||||||
|
<option id="gnu.both.asm.option.include.paths.2091638614" name="Include paths (-I)" superClass="gnu.both.asm.option.include.paths" useByScannerDiscovery="false" valueType="includePath">
|
||||||
|
<listOptionValue builtIn="false" value=""/>
|
||||||
|
</option>
|
||||||
|
<inputType id="cdt.managedbuild.tool.gnu.assembler.input.951733050" superClass="cdt.managedbuild.tool.gnu.assembler.input"/>
|
||||||
|
<inputType id="fr.ac6.managedbuild.tool.gnu.cross.assembler.input.1519122619" superClass="fr.ac6.managedbuild.tool.gnu.cross.assembler.input"/>
|
||||||
|
</tool>
|
||||||
|
</toolChain>
|
||||||
|
</folderInfo>
|
||||||
|
<sourceEntries>
|
||||||
|
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>
|
||||||
|
</sourceEntries>
|
||||||
|
</configuration>
|
||||||
|
</storageModule>
|
||||||
|
<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
|
||||||
|
</cconfiguration>
|
||||||
|
</storageModule>
|
||||||
|
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
||||||
|
<project id="STM32F4-Discovery.fr.ac6.managedbuild.target.gnu.cross.exe.454652357" name="Executable" projectType="fr.ac6.managedbuild.target.gnu.cross.exe"/>
|
||||||
|
</storageModule>
|
||||||
|
<storageModule moduleId="scannerConfiguration">
|
||||||
|
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
|
||||||
|
<scannerConfigBuildInfo instanceId="fr.ac6.managedbuild.config.gnu.cross.exe.debug.405185049;fr.ac6.managedbuild.config.gnu.cross.exe.debug.405185049.;fr.ac6.managedbuild.tool.gnu.cross.c.compiler.772390096;fr.ac6.managedbuild.tool.gnu.cross.c.compiler.input.c.651324835">
|
||||||
|
<autodiscovery enabled="false" problemReportingEnabled="true" selectedProfileId=""/>
|
||||||
|
</scannerConfigBuildInfo>
|
||||||
|
<scannerConfigBuildInfo instanceId="fr.ac6.managedbuild.config.gnu.cross.exe.release.1349538643;fr.ac6.managedbuild.config.gnu.cross.exe.release.1349538643.;fr.ac6.managedbuild.tool.gnu.cross.c.compiler.772390096;fr.ac6.managedbuild.tool.gnu.cross.c.compiler.input.c.651324835">
|
||||||
|
<autodiscovery enabled="false" problemReportingEnabled="true" selectedProfileId=""/>
|
||||||
|
</scannerConfigBuildInfo>
|
||||||
|
</storageModule>
|
||||||
|
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
|
||||||
|
<storageModule moduleId="refreshScope" versionNumber="2">
|
||||||
|
<configuration configurationName="Debug">
|
||||||
|
<resource resourceType="PROJECT" workspacePath="/mchf-uhsdr"/>
|
||||||
|
</configuration>
|
||||||
|
<configuration configurationName="Release">
|
||||||
|
<resource resourceType="PROJECT" workspacePath="/mchf-uhsdr"/>
|
||||||
|
</configuration>
|
||||||
|
</storageModule>
|
||||||
|
<storageModule moduleId="org.eclipse.cdt.make.core.buildtargets"/>
|
||||||
|
</cproject>
|
4
UHSDR-active-devel/SW4STM32/mchf-uhsdr/.gitignore
vendored
Normal file
4
UHSDR-active-devel/SW4STM32/mchf-uhsdr/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
/.settings/
|
||||||
|
/Debug/
|
||||||
|
/mchf-eclipse/
|
||||||
|
/STM32F4DISCOVERY.xml
|
2710
UHSDR-active-devel/SW4STM32/mchf-uhsdr/.project
Normal file
2710
UHSDR-active-devel/SW4STM32/mchf-uhsdr/.project
Normal file
File diff suppressed because it is too large
Load Diff
0
UHSDR-active-devel/mchf-eclipse/.cproject
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/.cproject
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/.gitignore
vendored
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/.gitignore
vendored
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/.project
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/.project
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/.settings/UHSDR_Eclipse_formatting_settings.xml
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/.settings/UHSDR_Eclipse_formatting_settings.xml
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/.settings/org.eclipse.cdt.core.prefs
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/.settings/org.eclipse.cdt.core.prefs
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/.settings/org.eclipse.cdt.ui.prefs
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/.settings/org.eclipse.cdt.ui.prefs
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/Doxyfile
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/Doxyfile
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/Makefile
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/Makefile
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/.mxproject
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/.mxproject
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q7.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q7.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q7.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q7.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q7.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q7.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q7.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q7.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q7.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q7.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/CommonTables/arm_common_tables.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/CommonTables/arm_common_tables.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/CommonTables/arm_const_structs.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/CommonTables/arm_const_structs.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_f32.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q15.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q31.c
Executable file → Normal file
0
UHSDR-active-devel/mchf-eclipse/basesw/mcHF/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q31.c
Executable file → Normal file
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user