From 114bfc7b1610b4beb8b9747a813b966efb31d591 Mon Sep 17 00:00:00 2001 From: Trevor Barnes Date: Sat, 28 Sep 2019 20:13:04 -0500 Subject: [PATCH] added gitignore --- .gitignore | 5 + .metadata/.log | 32 + .../org.eclipse.cdt.ui/global-build.log | 49 + .../org.eclipse.cdt.ui/lab2barnestr.build.log | 23 +- .../RemoteSystemsTempFiles/.markers.snap | Bin 16 -> 80 bytes .../RemoteSystemsTempFiles/.syncinfo.snap | Bin 16 -> 80 bytes .../.projects/lab2barnestr/.markers.snap | Bin 16 -> 80 bytes .../.projects/lab2barnestr/.syncinfo.snap | Bin 16 -> 80 bytes .../.root/.markers.snap | Bin 16 -> 80 bytes .../.safetable/org.eclipse.core.resources | Bin 1383 -> 2927 bytes .../org.eclipse.core.resources/3.snap | Bin 570 -> 2948 bytes .../.settings/org.eclipse.debug.ui.prefs | 2 +- .../org.eclipse.e4.workbench/workbench.xmi | 3762 +++++++++-------- lab2barnestr/Debug/lab2barnestr.elf | Bin 138328 -> 138352 bytes lab2barnestr/Debug/src/main.o | Bin 1664 -> 1692 bytes lab2barnestr/src/main.s | 6 +- 16 files changed, 2024 insertions(+), 1855 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2d19a0d --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +\lab2barnestr\lab2barnestr Debug.cfg +\lab2barnestr\LinkerScript.ld +\lab2barnestr\NUCLEO-F446RE.xml +\lab2barnestr\.settings\** +\.metadata \ No newline at end of file diff --git a/.metadata/.log b/.metadata/.log index 29af858..4df8e87 100644 --- a/.metadata/.log +++ b/.metadata/.log @@ -1760,3 +1760,35 @@ Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING !ENTRY org.eclipse.core.resources 4 372 2019-09-25 14:58:55.853 !MESSAGE Resource '/lab1' is not open. + +!ENTRY fr.ac6.mcu.debug 4 5012 2019-09-28 19:15:18.266 +!MESSAGE Error in final launch sequence +!STACK 1 +org.eclipse.core.runtime.CoreException: Failed to execute MI command: +-target-select remote localhost:3333 + +Error message from debugger back end: +localhost:3333: The system tried to join a drive to a directory on a joined drive. + at org.eclipse.cdt.dsf.concurrent.Query.get(Query.java:111) + at fr.ac6.mcu.debug.launching.MCUGDBJtagDSFLaunchConfigurationDelegate.launchDebugSession(MCUGDBJtagDSFLaunchConfigurationDelegate.java:248) + at org.eclipse.cdt.dsf.gdb.launching.GdbLaunchDelegate.launchDebugger(GdbLaunchDelegate.java:101) + at org.eclipse.cdt.dsf.gdb.launching.GdbLaunchDelegate.launch(GdbLaunchDelegate.java:90) + at fr.ac6.mcu.debug.launching.MCUGDBJtagDSFLaunchConfigurationDelegate.launch(MCUGDBJtagDSFLaunchConfigurationDelegate.java:306) + at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:885) + at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739) + at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1039) + at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1256) + at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) +Caused by: java.lang.Exception: localhost:3333: The system tried to join a drive to a directory on a joined drive. + at org.eclipse.cdt.dsf.mi.service.command.AbstractMIControl$RxThread.processMIOutput(AbstractMIControl.java:941) + at org.eclipse.cdt.dsf.mi.service.command.AbstractMIControl$RxThread.run(AbstractMIControl.java:770) +!SUBENTRY 1 org.eclipse.cdt.dsf.gdb 4 10004 2019-09-28 19:15:18.267 +!MESSAGE Failed to execute MI command: +-target-select remote localhost:3333 + +Error message from debugger back end: +localhost:3333: The system tried to join a drive to a directory on a joined drive. +!STACK 0 +java.lang.Exception: localhost:3333: The system tried to join a drive to a directory on a joined drive. + at org.eclipse.cdt.dsf.mi.service.command.AbstractMIControl$RxThread.processMIOutput(AbstractMIControl.java:941) + at org.eclipse.cdt.dsf.mi.service.command.AbstractMIControl$RxThread.run(AbstractMIControl.java:770) diff --git a/.metadata/.plugins/org.eclipse.cdt.ui/global-build.log b/.metadata/.plugins/org.eclipse.cdt.ui/global-build.log index 9d770a5..b064fef 100644 --- a/.metadata/.plugins/org.eclipse.cdt.ui/global-build.log +++ b/.metadata/.plugins/org.eclipse.cdt.ui/global-build.log @@ -226,3 +226,52 @@ make: Nothing to be done for 'all'. 14:59:00 **** Incremental Build of configuration Debug for project lab2barnestr **** make all make: Nothing to be done for 'all'. +19:15:01 **** Incremental Build of configuration Debug for project lab2barnestr **** +make all +Building file: ../src/main.s +Invoking: MCU GCC Assembler +C:\Users\barnestr\Documents\CE2801\workspace\lab2barnestr\Debug +arm-none-eabi-as -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -g -o "src/main.o" "../src/main.s" +Finished building: ../src/main.s + +Building target: lab2barnestr.elf +Invoking: MCU GCC Linker +arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -T"C:\Users\barnestr\Documents\CE2801\workspace\lab2barnestr\LinkerScript.ld" -Wl,-Map=output.map -Wl,--gc-sections -o "lab2barnestr.elf" @"objects.list" -lm +Finished building target: lab2barnestr.elf + +make --no-print-directory post-build +Generating binary and Printing size information: +arm-none-eabi-objcopy -O binary "lab2barnestr.elf" "lab2barnestr.bin" +arm-none-eabi-size "lab2barnestr.elf" + text data bss dec hex filename + 1064 1080 1092 3236 ca4 lab2barnestr.elf + +19:15:34 **** Incremental Build of configuration Debug for project lab2barnestr **** +make all +make: Nothing to be done for 'all'. +19:17:12 **** Incremental Build of configuration Debug for project lab2barnestr **** +make all +make: Nothing to be done for 'all'. +19:21:27 **** Incremental Build of configuration Debug for project lab2barnestr **** +make all +make: Nothing to be done for 'all'. +19:37:27 **** Incremental Build of configuration Debug for project lab2barnestr **** +make all +Building file: ../src/main.s +Invoking: MCU GCC Assembler +C:\Users\barnestr\Documents\CE2801\workspace\lab2barnestr\Debug +arm-none-eabi-as -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -g -o "src/main.o" "../src/main.s" +Finished building: ../src/main.s + +Building target: lab2barnestr.elf +Invoking: MCU GCC Linker +arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -T"C:\Users\barnestr\Documents\CE2801\workspace\lab2barnestr\LinkerScript.ld" -Wl,-Map=output.map -Wl,--gc-sections -o "lab2barnestr.elf" @"objects.list" -lm +Finished building target: lab2barnestr.elf + +make --no-print-directory post-build +Generating binary and Printing size information: +arm-none-eabi-objcopy -O binary "lab2barnestr.elf" "lab2barnestr.bin" +arm-none-eabi-size "lab2barnestr.elf" + text data bss dec hex filename + 1064 1080 1092 3236 ca4 lab2barnestr.elf + diff --git a/.metadata/.plugins/org.eclipse.cdt.ui/lab2barnestr.build.log b/.metadata/.plugins/org.eclipse.cdt.ui/lab2barnestr.build.log index 16b969c..6aa38fa 100644 --- a/.metadata/.plugins/org.eclipse.cdt.ui/lab2barnestr.build.log +++ b/.metadata/.plugins/org.eclipse.cdt.ui/lab2barnestr.build.log @@ -1,6 +1,23 @@ -14:59:00 **** Incremental Build of configuration Debug for project lab2barnestr **** +19:37:27 **** Incremental Build of configuration Debug for project lab2barnestr **** make all -make: Nothing to be done for 'all'. +Building file: ../src/main.s +Invoking: MCU GCC Assembler +C:\Users\barnestr\Documents\CE2801\workspace\lab2barnestr\Debug +arm-none-eabi-as -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -g -o "src/main.o" "../src/main.s" +Finished building: ../src/main.s + +Building target: lab2barnestr.elf +Invoking: MCU GCC Linker +arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -T"C:\Users\barnestr\Documents\CE2801\workspace\lab2barnestr\LinkerScript.ld" -Wl,-Map=output.map -Wl,--gc-sections -o "lab2barnestr.elf" @"objects.list" -lm +Finished building target: lab2barnestr.elf + +make --no-print-directory post-build +Generating binary and Printing size information: +arm-none-eabi-objcopy -O binary "lab2barnestr.elf" "lab2barnestr.bin" +arm-none-eabi-size "lab2barnestr.elf" + text data bss dec hex filename + 1064 1080 1092 3236 ca4 lab2barnestr.elf + -14:59:01 Build Finished (took 632ms) +19:37:28 Build Finished (took 966ms) diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/.markers.snap b/.metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/.markers.snap index 91d6c541512db06197e1b732473d567ce4b92d6a..414a6b37c4de976cc65a3e6047ebd48c8e896c47 100644 GIT binary patch literal 80 bcmZ?R*xjhShe1S2b=vdAllRFvP{;=WNU|Zf literal 16 YcmZ?R*xjhShe1S2b=vdAllRF105-b@zW@LL diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/.syncinfo.snap b/.metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/.syncinfo.snap index 91d6c541512db06197e1b732473d567ce4b92d6a..414a6b37c4de976cc65a3e6047ebd48c8e896c47 100644 GIT binary patch literal 80 bcmZ?R*xjhShe1S2b=vdAllRFvP{;=WNU|Zf literal 16 YcmZ?R*xjhShe1S2b=vdAllRF105-b@zW@LL diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/lab2barnestr/.markers.snap b/.metadata/.plugins/org.eclipse.core.resources/.projects/lab2barnestr/.markers.snap index 91d6c541512db06197e1b732473d567ce4b92d6a..414a6b37c4de976cc65a3e6047ebd48c8e896c47 100644 GIT binary patch literal 80 bcmZ?R*xjhShe1S2b=vdAllRFvP{;=WNU|Zf literal 16 YcmZ?R*xjhShe1S2b=vdAllRF105-b@zW@LL diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/lab2barnestr/.syncinfo.snap b/.metadata/.plugins/org.eclipse.core.resources/.projects/lab2barnestr/.syncinfo.snap index 91d6c541512db06197e1b732473d567ce4b92d6a..414a6b37c4de976cc65a3e6047ebd48c8e896c47 100644 GIT binary patch literal 80 bcmZ?R*xjhShe1S2b=vdAllRFvP{;=WNU|Zf literal 16 YcmZ?R*xjhShe1S2b=vdAllRF105-b@zW@LL diff --git a/.metadata/.plugins/org.eclipse.core.resources/.root/.markers.snap b/.metadata/.plugins/org.eclipse.core.resources/.root/.markers.snap index 91d6c541512db06197e1b732473d567ce4b92d6a..414a6b37c4de976cc65a3e6047ebd48c8e896c47 100644 GIT binary patch literal 80 bcmZ?R*xjhShe1S2b=vdAllRFvP{;=WNU|Zf literal 16 YcmZ?R*xjhShe1S2b=vdAllRF105-b@zW@LL diff --git a/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources b/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources index d228849b00a0f1d607ed0694991731173813d6f6..e07bf0585cd490e39453c1a051fd3a4c1e3edb6b 100644 GIT binary patch delta 127 zcmaFP^3j0(cRi6sibsRar~77B)zRz?O^28Np@So|5WNt#(1nZqT8P<0xc cS(!{$WYU|M@Mhv4@yQn$?a_=jF@os^0Bp7-i~s-t delta 7 OcmaDa_MB@&Ix7GUq5~5E diff --git a/.metadata/.plugins/org.eclipse.core.resources/3.snap b/.metadata/.plugins/org.eclipse.core.resources/3.snap index 89c2efb416ff08e5b1decd78dbf50274b80fd77c..24f6efd4e6334255677286ae90e81bb27d9db019 100644 GIT binary patch literal 2948 zcmc(h&ubGw6vte9^w0$oq79x^S1x_ z<>{VREVO0&?2q}G*WHbQh6Yv`?`W1&GXx3?rJaPzqo$q_Ty?o-sbbt_9S*nBE)Pew zXp)Ch{Hy|6MPcox7TF!q9GeT*2{f`+RdCnU?Su#@Y_qA^iL933#Xr?a%LIxkum{C5 z6!Qr^d>G~(6i+f19ORK~A`oOPmX_ji-Q-9eBr5rll(R55QGAcF_H@MHQCFy@F5DHs zClcNC0S_2!6X~oIT|3Jz81kL!M+l(~}S99EK zraX9wz#BgBE@Pd?P7NF#8V(=o>)Uf;h%y(FnM*z;>Lkp&D89&8m;Z%q^U|nB;|Vz4 zCW*$oNv^}(O0i&XMt(1QPC34OW$NX`LjT&G(*lds=bT_|&dH4}4bsNZIlUB56`j+< zI{b-HBf1SK=qRKhH@ftJh+8nrdVrj-gt!^^LyMmYnu8ha=#59Llt*)8i)j*|M`e=d z%6b%l3<2m-3Bc-Y>8zW{x~ipRR&3@g$?w1{PjJ7CrD65GBu7ij)dBS^-N2eGO}Evw z{{i2g5%CaadD?k^OSm7_KTK+Lzg!N9(BueCD>`!qcsogSw6e9`HZJA<&$i8!z`1iXkbxX3DX24O;<_lEzI zDqp%Y2qQ*ftf_Sr!$n`Nri8&sgl|UzkHNtuJA*J`x8A_cAWu;4V<#t!{(_p}!R6|( zMA^e96urj3cDMYL)B5cB)mYFwPK&)ha=_dn$GYVaR@h)jB{cK;o)? i7eOZQ0~iNZtGxIoi-^H@QiU|M;WdcS3 diff --git a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefs b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefs index 9632317..87b5324 100644 --- a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefs +++ b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefs @@ -1,7 +1,7 @@ eclipse.preferences.version=1 org.eclipse.debug.ui.MemoryView.orientation=0 org.eclipse.debug.ui.PREF_LAUNCH_PERSPECTIVES=\r\n\r\n -org.eclipse.debug.ui.user_view_bindings=\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n +org.eclipse.debug.ui.user_view_bindings=\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n pref_state_memento.org.eclipse.debug.ui.DebugVieworg.eclipse.debug.ui.DebugView=\r\n preferredDetailPanes=DefaultDetailPane\:DefaultDetailPane| preferredTargets=org.eclipse.cdt.debug.ui.toggleCBreakpointTarget,org.eclipse.cdt.debug.ui.toggleCDynamicPrintfTarget\:org.eclipse.cdt.debug.ui.toggleCBreakpointTarget| diff --git a/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi b/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi index 888998f..3099d62 100644 --- a/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi +++ b/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi @@ -1,9 +1,9 @@ - - + + activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration ModelMigrationProcessor.001 - + @@ -11,9 +11,9 @@ topLevel - - - + + + persp.actionSet:org.eclipse.mylyn.doc.actionSet persp.actionSet:org.eclipse.mylyn.tasks.ui.navigation @@ -70,36 +70,34 @@ persp.actionSet:org.eclipse.debug.ui.profileActionSet persp.viewSC:org.eclipse.mylyn.tasks.ui.views.tasks persp.newWizSC:org.eclipse.mylyn.tasks.ui.wizards.new.repository.task - - - active - noFocus - - - - + + + + + + - - - - - - - + + + + + + + - + Debug - - - - - + + + + + - + persp.actionSet:org.eclipse.mylyn.doc.actionSet persp.actionSet:org.eclipse.mylyn.tasks.ui.navigation @@ -139,2893 +137,2957 @@ persp.viewSC:org.eclipse.pde.runtime.LogView persp.showIn:org.eclipse.egit.ui.RepositoriesView persp.perspSC:org.eclipse.wst.xml.ui.perspective - - - - - + + + + + org.eclipse.e4.primaryNavigationStack - - + active + noFocus + + - - + + - - - - - - - - + + + + + + + + - - - + + + org.eclipse.e4.secondaryNavigationStack - - + + - + org.eclipse.e4.secondaryDataStack Debug - - - - - - - - - + + + + + + + + + - - - - + + + + - + View categoryTag:Help - + View categoryTag:General - + ViewMenu menuContribution:menu - + - + View categoryTag:Help - - + + org.eclipse.e4.primaryDataStack EditorStack - - + + Editor org.eclipse.cdt.ui.editor.asm.AsmEditor removeOnHide - + menuContribution:popup popup:#ASMEditorContext popup:org.eclipse.cdt.ui.editor.asm.AsmEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#ASMEditorRulerContext popup:org.eclipse.cdt.ui.editor.asm.AsmEditor.RulerContext popup:#AbstractTextEditorRulerContext - + + menuContribution:popup + popup:#OverviewRulerContext + + + + + Editor + org.eclipse.cdt.ui.editor.asm.AsmEditor + removeOnHide + + menuContribution:popup + popup:#ASMEditorContext + popup:org.eclipse.cdt.ui.editor.asm.AsmEditor.EditorContext + popup:#AbstractTextEditorContext + + + menuContribution:popup + popup:#ASMEditorRulerContext + popup:org.eclipse.cdt.ui.editor.asm.AsmEditor.RulerContext + popup:#AbstractTextEditorRulerContext + + menuContribution:popup popup:#OverviewRulerContext - + View categoryTag:General - active - + ViewMenu menuContribution:menu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + - + View categoryTag:C/C++ - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + ViewMenu menuContribution:menu - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + - + View categoryTag:General - + ViewMenu menuContribution:menu - + - + View categoryTag:General - + ViewMenu menuContribution:menu - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + + menuContribution:popup + popup:org.eclipse.debug.ui.ProcessConsoleType.#ContextMenu + + - + View categoryTag:General - + View categoryTag:General - + ViewMenu menuContribution:menu - + menuContribution:popup popup:#ASMOutlineContext - + menuContribution:popup popup:#ASMOutlineContext - + + menuContribution:popup + popup:#ASMOutlineContext + + - + View categoryTag:Make - + View categoryTag:Mylyn - + View categoryTag:Debug - + ViewMenu menuContribution:menu - + + menuContribution:popup + popup:GdbBasicCliConsole.#ContextMenu + + - + View categoryTag:Debug - + active + ViewMenu menuContribution:menu - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + - + View categoryTag:Debug - + ViewMenu menuContribution:menu - + menuContribution:popup popup:org.eclipse.debug.ui.VariableView.detail - + menuContribution:popup popup:org.eclipse.debug.ui.VariableView - + menuContribution:popup popup:org.eclipse.debug.ui.VariableView.detail - + menuContribution:popup popup:org.eclipse.debug.ui.VariableView - + - + View categoryTag:Debug - + ViewMenu menuContribution:menu - + menuContribution:popup popup:org.eclipse.debug.ui.VariableView.detail - + menuContribution:popup popup:org.eclipse.debug.ui.BreakpointView - + + menuContribution:popup + popup:org.eclipse.debug.ui.VariableView.detail + + + menuContribution:popup + popup:org.eclipse.debug.ui.BreakpointView + + - + View categoryTag:Debug - + View categoryTag:Debug - + ViewMenu menuContribution:menu - + + menuContribution:popup + popup:org.eclipse.debug.ui.VariableView.detail + + + menuContribution:popup + popup:org.eclipse.debug.ui.RegisterView + + - + View categoryTag:Debug - + ViewMenu menuContribution:menu - + - + View categoryTag:Debug - + View categoryTag:Debug - + ViewMenu menuContribution:menu - + + menuContribution:popup + popup:org.eclipse.debug.ui.VariableView.detail + + + menuContribution:popup + popup:org.eclipse.debug.ui.ModuleView + + - + View categoryTag:Debug - + ViewMenu menuContribution:menu - + - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + ViewMenu menuContribution:menu - + + menuContribution:popup + popup:org.eclipse.debug.ui.MemoryView.MemoryBlocksTreeViewPane + + - - + + toolbarSeparator - + - + Draggable - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - - + + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + toolbarSeparator - + - + Draggable - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Draggable - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Draggable - + Opaque - + Opaque - + Opaque - + Opaque - + Draggable - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + toolbarSeparator - + - + Draggable - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - - + + Opaque - + Opaque - + Opaque - + Draggable - + toolbarSeparator - + - + toolbarSeparator - + - + Draggable - + Opaque - + Opaque - + stretch SHOW_RESTORE_MENU - + Draggable HIDEABLE SHOW_RESTORE_MENU - - + + stretch - + Draggable - + Draggable - - + + TrimStack Draggable - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + platform:cocoa - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + platform:win32 - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - + + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - - - + + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + platform:cocoa - + platform:cocoa - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + - - - - - + + + + + platform:cocoa - + platform:cocoa - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - + + + - - - - - - - + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + platform:cocoa - - - - - - + + + + + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - - + + + - - - + + + - - - - - - + + + + + + - - - - - - + + + + + + - - + + - - + + platform:win32 - - + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - + - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Editor - + View categoryTag:Debug - + View categoryTag:C/C++ - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Make - + View categoryTag:C/C++ - + View categoryTag:C/C++ - + View categoryTag:C/C++ - + View categoryTag:C/C++ - + View categoryTag:C/C++ - + View categoryTag:General - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Git - + View categoryTag:Git - + View categoryTag:Git - + View categoryTag:Git - + View categoryTag:Git - + View categoryTag:General - + View categoryTag:Help - + View categoryTag:Charts - + View categoryTag:Profiling - + View categoryTag:Profiling - + View categoryTag:Profiling - + View categoryTag:Maven - + View categoryTag:Maven - + View categoryTag:Mylyn - + View categoryTag:Mylyn - + View categoryTag:Mylyn - + View categoryTag:Oomph - + View categoryTag:Connections - + View categoryTag:Remote Systems - + View categoryTag:Remote Systems - + View categoryTag:Remote Systems - + View categoryTag:Remote Systems - + View categoryTag:Remote Systems - + View categoryTag:Remote Systems - + View categoryTag:Remote Systems - + View categoryTag:General - + View categoryTag:General - + View categoryTag:SVN - + View categoryTag:SVN - + View categoryTag:SVN - + View categoryTag:SVN - + View categoryTag:SVN - + View categoryTag:Team - + View categoryTag:Team - + View categoryTag:LTTng - + View categoryTag:Tracing - + View categoryTag:LTTng - + View categoryTag:LTTng - + View categoryTag:LTTng - + View categoryTag:LTTng - + View categoryTag:LTTng - + View categoryTag:LTTng - + View categoryTag:LTTng - + View categoryTag:LTTng - + View categoryTag:LTTng - + View categoryTag:Tracing - + View categoryTag:Tracing - + View categoryTag:Tracing - + View categoryTag:LTTng - + View categoryTag:Tracing - + View categoryTag:LTTng - + View categoryTag:LTTng - + View categoryTag:LTTng - + View categoryTag:Tracing - + View categoryTag:Tracing - + View categoryTag:Tracing - + View categoryTag:Tracing - + View categoryTag:Tracing - + View categoryTag:Tracing - + View categoryTag:Tracing - + View categoryTag:Tracing - + View categoryTag:Tracing - + View categoryTag:Tracing - + View categoryTag:Tracing - + View categoryTag:Tracing - + View categoryTag:Tracing - + View categoryTag:General - + View categoryTag:General - + View categoryTag:Help - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:XML - + View categoryTag:XML - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - + + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lab2barnestr/Debug/lab2barnestr.elf b/lab2barnestr/Debug/lab2barnestr.elf index 00e45d1eea6eb2055ae7cb4bcdf538684e4abc75..1582cb5d3c4a73c94a93f38843bf522077d63a85 100644 GIT binary patch delta 1099 zcmZ9LPiPZS5XR?CHtDX(mQ4tlw3Wv74+^ywDX2Y|8Z1~4OrwZ`5(TjcqPYkj#6`rO zJcvC!3+k<4jvizqc-l_%h$>SeuIVkj za$W8>CyP2=JE6x$`P5QAK{RW{25dS2o-z2u0FTfj_)uR@(X{~{p@wdb@?@}r^cvP7 zU43HG;IkH$WEZlui^3uOGZ?;h!h^l7A-xSgXMCT)+}O6vPlJtq0gVkN=pZ=u?NO56 zpdh$}Gz>X(41@jAx;z*@37jyxDHgN+7M8`7_X5hZze6gaeugxT;uxN5B61^A-D z@4#XJFBnSD1_rOOgH>=2hBm=&WKj6KaDwdFNdE=C6B`cTcpHf&6p#sW1e_$gY&4vP z-iSY-H2KgMP*9Fc8k_<53!+{X9EWUq9sDvnV%f2KVB8LS1Cs(N@C1p|M!|KkxrHHk zTlKD<6!@-fH`hYn)ZavpnQYj@Pt{(R2ca+mZUy2@}`5UPa*)8tWybGFK9 zX2zx>a?aegHzTBbb}=H?%v1X@B7BKEfiaFFc#j-vxBEI`hv zW&&Xx;m_gvzTz}|ihP23wG^jein#(9Z_8gNb7b@tM=^{U23)~Ajss-Ch9j6G&-)9| zg`N%|&w|=A6&N8m3bJ0F><>Ni0{L0J#d>11n)pRAdIgJunmn%x4E~VCYXT14%syn z3j(*C`2*xxhtHPYB;=wg{Z7j1U}+#FKjqj^80e;fIX*m4>VnE(1DoS@LQt@0(vs`_ N*CVJjGc-{f{{ak+bT9w_ diff --git a/lab2barnestr/Debug/src/main.o b/lab2barnestr/Debug/src/main.o index 13ad6cceb883105a4b0b333f908601bb399f15d1..2ac1475a002b887149a48228e34de3269b49e2f6 100644 GIT binary patch delta 308 zcmZqRox?jpfzf56;!;MXjmL8t>m?Xq;NyQ?5R-+;0Yot{eEe?#VL-``|DAy>5xCgL z|2}Xwh{4F<4qjI4EecA+x$KldQp- s2|yEgfht9Tm<5PIx;cTE8Hiy(0m#Xm?8>GraRkV!g$V;`pk^=t0I(k;SpWb4 delta 245 zcmbQk+rT?Pfl*_k;!;N0jmL8ta~W8e92mgh<9}TU14@4UZvkY9z{NiPcZ9P+3`PbQ zAgKWtV`T6FvfYsQK|nSLLjWT~*yN2&@r;p^1({7J2Qpjf83HAk7#SGYK(qh@0}qH6 zWMBX?!Qvph;qv^OcQGe1G8RmhW%XyQn4HU6&NyT8Q`TV40H6uHK$Rks9oeK=1(+Ea T;wC4uDYLEsvT7$^WDy1cil-pU diff --git a/lab2barnestr/src/main.s b/lab2barnestr/src/main.s index 2c3dbd2..e38b692 100644 --- a/lab2barnestr/src/main.s +++ b/lab2barnestr/src/main.s @@ -14,8 +14,12 @@ # Base RCC .equ RCC_BASE, 0x40023800 + # GPIOB Enable Register .equ RCC_AHB1ENR, 0x30 + # GPIOB Enable .equ RCC_GPIOBEN, 1<<1 + # Bit Set Reset Register + .equ GPIOx_BSRR, 0x18 .equ GPIOB_BASE, 0x40020400 # GPIO Mode Register @@ -61,7 +65,7 @@ turn_on: # Wait bl delay - # Turn of all lights + # Turn off all lights ldr r2, [r1, #GPIO_ODR] movw r3, #0xF7E0 orr r2, r2, r3