misc
This commit is contained in:
2591
.metadata/.ide.log
2591
.metadata/.ide.log
File diff suppressed because one or more lines are too long
2286
.metadata/.ide.log-2025-09-10.log
Normal file
2286
.metadata/.ide.log-2025-09-10.log
Normal file
File diff suppressed because one or more lines are too long
@@ -230,3 +230,18 @@ Command-line arguments: -os linux -ws gtk -arch x86_64
|
||||
|
||||
!ENTRY com.st.stm32cube.ide.mcu.ide 1 1 2025-09-10 16:23:51.426
|
||||
!MESSAGE Started RMI Server, listening on port 41337
|
||||
!SESSION 2025-09-11 15:33:19.796 -----------------------------------------------
|
||||
eclipse.buildId=Version 1.19.0
|
||||
java.version=21.0.3
|
||||
java.vendor=Eclipse Adoptium
|
||||
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
|
||||
Command-line arguments: -os linux -ws gtk -arch x86_64
|
||||
|
||||
!ENTRY com.st.stm32cube.ide.mcu.informationcenter 4 4 2025-09-11 15:33:28.348
|
||||
!MESSAGE CubeMX plugin appears to be active, Log4j initialization might be too late.
|
||||
|
||||
!ENTRY com.st.stm32cube.ide.mcu.informationcenter 1 1 2025-09-11 15:33:28.348
|
||||
!MESSAGE Log4j2 initialized with config file /home/ja/st/Home/.metadata/.log4j2.xml
|
||||
|
||||
!ENTRY com.st.stm32cube.ide.mcu.ide 1 1 2025-09-11 15:33:35.721
|
||||
!MESSAGE Started RMI Server, listening on port 41337
|
||||
|
||||
@@ -5,3 +5,4 @@
|
||||
*** SESSION Sep 10, 2025 15:12:55.190 ------------------------------------------
|
||||
*** SESSION Sep 10, 2025 15:27:36.494 ------------------------------------------
|
||||
*** SESSION Sep 10, 2025 16:23:20.590 ------------------------------------------
|
||||
*** SESSION Sep 11, 2025 15:33:26.999 ------------------------------------------
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
* userloop.c
|
||||
*
|
||||
* Created on: Sep 10, 2025
|
||||
* Author: ja
|
||||
*/
|
||||
void userloop(int DELAY_MS)
|
||||
{
|
||||
bool A_pressed = (HAL_GPIO_ReadPin(GPIOE, GPIO_PIN_7) == GPIO_PIN_SET);
|
||||
bool B_pressed = (HAL_GPIO_ReadPin(GPIOE, GPIO_PIN_9) == GPIO_PIN_SET);
|
||||
|
||||
if (A_pressed && B_pressed == true)
|
||||
{
|
||||
HAL_GPIO_WritePin(GPIOA, GPIO_PIN_1, GPIO_PIN_SET);
|
||||
} else
|
||||
{
|
||||
HAL_GPIO_WritePin(GPIOA, GPIO_PIN_1, GPIO_PIN_RESET);
|
||||
}
|
||||
//
|
||||
|
||||
HAL_DELAY(DELAY_MS); // milliseconds
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -70,10 +70,8 @@
|
||||
<tags>persp.newWizSC:com.st.stm32cube.ide.cmake.newwizard</tags>
|
||||
<tags>persp.viewSC:com.st.stm32cube.ide.mcu.cyclomaticcomplexity.view</tags>
|
||||
<tags>persp.viewSC:com.st.stm32cube.ide.mcu.sfrview</tags>
|
||||
<children xsi:type="basic:PartSashContainer" xmi:id="_Q2rRcYj-EfCcBcPyH3_z_g" selectedElement="_Q2rRcoj-EfCcBcPyH3_z_g" horizontal="true">
|
||||
<children xsi:type="basic:PartSashContainer" xmi:id="_Q2rRcYj-EfCcBcPyH3_z_g" selectedElement="_Q2rRdoj-EfCcBcPyH3_z_g" horizontal="true">
|
||||
<children xsi:type="basic:PartStack" xmi:id="_Q2rRcoj-EfCcBcPyH3_z_g" elementId="topLeft" containerData="2500" selectedElement="_Q2rRc4j-EfCcBcPyH3_z_g">
|
||||
<tags>active</tags>
|
||||
<tags>noFocus</tags>
|
||||
<children xsi:type="advanced:Placeholder" xmi:id="_Q2rRc4j-EfCcBcPyH3_z_g" elementId="org.eclipse.ui.navigator.ProjectExplorer" ref="_Q2iHgIj-EfCcBcPyH3_z_g" closeable="true">
|
||||
<tags>View</tags>
|
||||
<tags>categoryTag:General</tags>
|
||||
@@ -222,9 +220,25 @@
|
||||
<tags>categoryTag:Help</tags>
|
||||
</sharedElements>
|
||||
<sharedElements xsi:type="advanced:Area" xmi:id="_Q2bZ0Ij-EfCcBcPyH3_z_g" elementId="org.eclipse.ui.editorss" selectedElement="_Q2bZ0Yj-EfCcBcPyH3_z_g">
|
||||
<children xsi:type="basic:PartStack" xmi:id="_Q2bZ0Yj-EfCcBcPyH3_z_g" elementId="org.eclipse.e4.primaryDataStack">
|
||||
<children xsi:type="basic:PartStack" xmi:id="_Q2bZ0Yj-EfCcBcPyH3_z_g" elementId="org.eclipse.e4.primaryDataStack" selectedElement="_pisd8I9OEfC_kM3dVdn9Tg">
|
||||
<tags>EditorStack</tags>
|
||||
<tags>org.eclipse.e4.primaryDataStack</tags>
|
||||
<tags>active</tags>
|
||||
<tags>noFocus</tags>
|
||||
<children xsi:type="basic:Part" xmi:id="_nqV1MI9OEfC_kM3dVdn9Tg" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="main.c" iconURI="platform:/plugin/org.eclipse.cdt.ui/icons/obj16/c_file_obj.gif" closeable="true">
|
||||
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<editor id="org.eclipse.cdt.ui.editor.CEditor" name="main.c" partName="main.c" title="main.c" tooltip="Calculator/Core/Src/main.c">
<input factoryID="org.eclipse.ui.part.FileEditorInputFactory" path="/Calculator/Core/Src/main.c"/>
<editorState selectionHorizontalPixel="0" selectionLength="0" selectionOffset="4106" selectionTopPixel="2292"/>
</editor>"/>
|
||||
<tags>Editor</tags>
|
||||
<tags>removeOnHide</tags>
|
||||
<tags>org.eclipse.cdt.ui.editor.CEditor</tags>
|
||||
</children>
|
||||
<children xsi:type="basic:Part" xmi:id="_pisd8I9OEfC_kM3dVdn9Tg" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="userloop.c" iconURI="platform:/plugin/org.eclipse.cdt.ui/icons/obj16/c_file_obj.gif" closeable="true">
|
||||
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<editor id="org.eclipse.cdt.ui.editor.CEditor" name="userloop.c" partName="userloop.c" title="userloop.c" tooltip="Calculator/Core/Src/userloop.c">
<input factoryID="org.eclipse.ui.part.FileEditorInputFactory" path="/Calculator/Core/Src/userloop.c"/>
<editorState selectionHorizontalPixel="0" selectionLength="0" selectionOffset="412" selectionTopPixel="0"/>
</editor>"/>
|
||||
<tags>Editor</tags>
|
||||
<tags>removeOnHide</tags>
|
||||
<tags>org.eclipse.cdt.ui.editor.CEditor</tags>
|
||||
<tags>active</tags>
|
||||
<tags>activeOnClose</tags>
|
||||
</children>
|
||||
</children>
|
||||
</sharedElements>
|
||||
<sharedElements xsi:type="basic:Part" xmi:id="_Q2iHgIj-EfCcBcPyH3_z_g" elementId="org.eclipse.ui.navigator.ProjectExplorer" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Project Explorer" iconURI="platform:/plugin/org.eclipse.ui.navigator.resources/icons/full/eview16/resource_persp.png" tooltip="" closeable="true">
|
||||
@@ -233,8 +247,6 @@
|
||||
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view CommonNavigator.LINKING_ENABLED="0" org.eclipse.cdt.ui.cview.groupincludes="false" org.eclipse.cdt.ui.cview.groupmacros="false" org.eclipse.cdt.ui.editor.CUChildren="true" org.eclipse.ui.navigator.resources.workingSets.showTopLevelWorkingSets="0">
<lastRecentlyUsedFilters/>
</view>"/>
|
||||
<tags>View</tags>
|
||||
<tags>categoryTag:General</tags>
|
||||
<tags>active</tags>
|
||||
<tags>activeOnClose</tags>
|
||||
<menus xmi:id="_Q5nQsIj-EfCcBcPyH3_z_g" elementId="org.eclipse.ui.navigator.ProjectExplorer">
|
||||
<tags>ViewMenu</tags>
|
||||
<tags>menuContribution:menu</tags>
|
||||
@@ -380,7 +392,7 @@
|
||||
</children>
|
||||
<children xsi:type="menu:ToolBar" xmi:id="_Q0SEwIj-EfCcBcPyH3_z_g" elementId="org.eclipse.ui.workbench.file">
|
||||
<tags>Draggable</tags>
|
||||
<children xsi:type="menu:HandledToolItem" xmi:id="_YGWRAI6MEfCkw4dBE6COxg" elementId="print" visible="false" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/print_edit.png" tooltip="Print" command="_PHEVMIj-EfCcBcPyH3_z_g"/>
|
||||
<children xsi:type="menu:HandledToolItem" xmi:id="_kpCAUI9OEfC_kM3dVdn9Tg" elementId="print" visible="false" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/print_edit.png" tooltip="Print" command="_PHEVMIj-EfCcBcPyH3_z_g"/>
|
||||
</children>
|
||||
<children xsi:type="menu:ToolBar" xmi:id="_Q0SEwYj-EfCcBcPyH3_z_g" elementId="group.edit" toBeRendered="false">
|
||||
<tags>toolbarSeparator</tags>
|
||||
@@ -388,8 +400,8 @@
|
||||
</children>
|
||||
<children xsi:type="menu:ToolBar" xmi:id="_Q0SEw4j-EfCcBcPyH3_z_g" elementId="org.eclipse.ui.workbench.edit">
|
||||
<tags>Draggable</tags>
|
||||
<children xsi:type="menu:HandledToolItem" xmi:id="_YGW4EY6MEfCkw4dBE6COxg" elementId="undo" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/undo_edit.png" tooltip="Undo" enabled="false" command="_PHEVHoj-EfCcBcPyH3_z_g"/>
|
||||
<children xsi:type="menu:HandledToolItem" xmi:id="_YGXfII6MEfCkw4dBE6COxg" elementId="redo" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/redo_edit.png" tooltip="Redo" enabled="false" command="_PHFjQYj-EfCcBcPyH3_z_g"/>
|
||||
<children xsi:type="menu:HandledToolItem" xmi:id="_kpD1gI9OEfC_kM3dVdn9Tg" elementId="undo" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/undo_edit.png" tooltip="Undo" command="_PHEVHoj-EfCcBcPyH3_z_g"/>
|
||||
<children xsi:type="menu:HandledToolItem" xmi:id="_kpEckI9OEfC_kM3dVdn9Tg" elementId="redo" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/redo_edit.png" tooltip="Redo" enabled="false" command="_PHFjQYj-EfCcBcPyH3_z_g"/>
|
||||
</children>
|
||||
<children xsi:type="menu:ToolBar" xmi:id="_Q0SExIj-EfCcBcPyH3_z_g" elementId="additions" toBeRendered="false">
|
||||
<tags>toolbarSeparator</tags>
|
||||
@@ -413,7 +425,7 @@
|
||||
</children>
|
||||
<children xsi:type="menu:ToolBar" xmi:id="_Q0SEyIj-EfCcBcPyH3_z_g" elementId="org.eclipse.ui.workbench.navigate">
|
||||
<tags>Draggable</tags>
|
||||
<children xsi:type="menu:HandledToolItem" xmi:id="_YGYGM46MEfCkw4dBE6COxg" elementId="org.eclipse.ui.window.pinEditor" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/pin_editor.png" tooltip="Pin Editor" enabled="false" type="Check" command="_PHDuDoj-EfCcBcPyH3_z_g"/>
|
||||
<children xsi:type="menu:HandledToolItem" xmi:id="_kpFqsI9OEfC_kM3dVdn9Tg" elementId="org.eclipse.ui.window.pinEditor" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/pin_editor.png" tooltip="Pin Editor" type="Check" command="_PHDuDoj-EfCcBcPyH3_z_g"/>
|
||||
</children>
|
||||
<children xsi:type="menu:ToolBar" xmi:id="_Q0Sr0Ij-EfCcBcPyH3_z_g" elementId="group.editor" toBeRendered="false">
|
||||
<tags>toolbarSeparator</tags>
|
||||
@@ -1952,7 +1964,7 @@
|
||||
<addons xmi:id="_PGuW1oj-EfCcBcPyH3_z_g" elementId="MinMax Addon" contributorURI="platform:/plugin/org.eclipse.ui.workbench" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon"/>
|
||||
<addons xmi:id="_PGuW14j-EfCcBcPyH3_z_g" elementId="org.eclipse.ui.workbench.addon.0" contributorURI="platform:/plugin/org.eclipse.ui.workbench" contributionURI="bundleclass://org.eclipse.e4.ui.workbench/org.eclipse.e4.ui.internal.workbench.addons.HandlerProcessingAddon"/>
|
||||
<addons xmi:id="_PG1rgIj-EfCcBcPyH3_z_g" elementId="SplitterAddon" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.splitteraddon.SplitterAddon"/>
|
||||
<addons xmi:id="_IYS0IKimEeS11vbz3f9ezw" elementId="org.eclipse.ui.ide.addon.0" contributorURI="platform:/plugin/org.eclipse.ui.ide" contributionURI="bundleclass://org.eclipse.ui.ide/org.eclipse.ui.internal.ide.addons.SaveAllDirtyPartsAddon"/>
|
||||
<addons xmi:id="_kUcQYI9OEfC_kM3dVdn9Tg" elementId="org.eclipse.ui.ide.addon.0" contributionURI="bundleclass://org.eclipse.ui.ide/org.eclipse.ui.internal.ide.addons.SaveAllDirtyPartsAddon"/>
|
||||
<addons xmi:id="_dz0JgGOlEeSMMaPQU2nlzw" elementId="org.eclipse.ui.ide.application.addon.0" contributorURI="platform:/plugin/org.eclipse.ui.ide.application" contributionURI="bundleclass://org.eclipse.ui.ide.application/org.eclipse.ui.internal.ide.application.addons.ModelCleanupAddon"/>
|
||||
<categories xmi:id="_PHADkIj-EfCcBcPyH3_z_g" elementId="org.eclipse.team.ui.category.team" name="Version control (Team)" description="Actions that apply when working with a version control system"/>
|
||||
<categories xmi:id="_PHAqoIj-EfCcBcPyH3_z_g" elementId="org.eclipse.ui.category.views" name="Views" description="Commands for opening views"/>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#Wed Sep 10 16:23:13 CDT 2025
|
||||
#Thu Sep 11 15:33:24 CDT 2025
|
||||
org.eclipse.core.runtime=2
|
||||
org.eclipse.platform=4.33.0.v20240903-0240
|
||||
|
||||
Reference in New Issue
Block a user