forked from pawar4/ECE477
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b16c8b0
commit f6daeee
Showing
268 changed files
with
78,024 additions
and
37,267 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5,213 changes: 5,213 additions & 0 deletions
5,213
.metadata/.plugins/org.eclipse.cdt.core/integrate.language.settings.xml
Large diffs are not rendered by default.
Oops, something went wrong.
5,213 changes: 5,213 additions & 0 deletions
5,213
.metadata/.plugins/org.eclipse.cdt.core/intergrate.language.settings.xml
Large diffs are not rendered by default.
Oops, something went wrong.
5,759 changes: 1,184 additions & 4,575 deletions
5,759
.metadata/.plugins/org.eclipse.cdt.ui/global-build.log
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
16:29:22 **** Build of configuration Debug for project gps **** | ||
16:58:36 **** Incremental Build of configuration Debug for project gps **** | ||
make -j3 all | ||
make: Nothing to be done for `all'. | ||
|
||
16:29:22 Build Finished (took 159ms) | ||
16:58:37 Build Finished (took 343ms) | ||
|
1,628 changes: 1,628 additions & 0 deletions
1,628
.metadata/.plugins/org.eclipse.cdt.ui/integrate.build.log
Large diffs are not rendered by default.
Oops, something went wrong.
36 changes: 36 additions & 0 deletions
36
.metadata/.plugins/org.eclipse.cdt.ui/intergrate.build.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
17:14:21 **** Build of configuration Debug for project intergrate **** | ||
make -j3 all | ||
Building file: ../startup/startup_stm32.s | ||
Building file: ../startup/sysmem.c | ||
Invoking: MCU GCC Assembler | ||
Invoking: MCU GCC Compiler | ||
/Users/chibuikemohanele/Google Drive/eceCode/ECE477/intergrate/Debug | ||
arm-none-eabi-as -mcpu=cortex-m3 -mthumb -mfloat-abi=soft -g -o "startup/startup_stm32.o" "../startup/startup_stm32.s" | ||
/Users/chibuikemohanele/Google Drive/eceCode/ECE477/intergrate/Debug | ||
arm-none-eabi-gcc -mcpu=cortex-m3 -mthumb -mfloat-abi=soft -DSTM32 -DSTM32L1 -DSTM32L152RCTx -DSTM32L152C_DISCO -DDEBUG -O0 -g3 -Wall -fmessage-length=0 -ffunction-sections -c -MMD -MP -MF"startup/sysmem.d" -MT"startup/sysmem.o" -o "startup/sysmem.o" "../startup/sysmem.c" | ||
Building file: ../src/main.c | ||
Invoking: MCU GCC Compiler | ||
/Users/chibuikemohanele/Google Drive/eceCode/ECE477/intergrate/Debug | ||
arm-none-eabi-gcc -mcpu=cortex-m3 -mthumb -mfloat-abi=soft -DSTM32 -DSTM32L1 -DSTM32L152RCTx -DSTM32L152C_DISCO -DDEBUG -O0 -g3 -Wall -fmessage-length=0 -ffunction-sections -c -MMD -MP -MF"src/main.d" -MT"src/main.o" -o "src/main.o" "../src/main.c" | ||
Finished building: ../startup/startup_stm32.s | ||
|
||
Building file: ../src/nmea.c | ||
../src/main.c:12:10: fatal error: stm32l1xx.h: No such file or directory | ||
#include "stm32l1xx.h" | ||
^~~~~~~~~~~~~ | ||
compilation terminated. | ||
make: *** [src/main.o] Error 1 | ||
make: *** Waiting for unfinished jobs.... | ||
Invoking: MCU GCC Compiler | ||
/Users/chibuikemohanele/Google Drive/eceCode/ECE477/intergrate/Debug | ||
arm-none-eabi-gcc -mcpu=cortex-m3 -mthumb -mfloat-abi=soft -DSTM32 -DSTM32L1 -DSTM32L152RCTx -DSTM32L152C_DISCO -DDEBUG -O0 -g3 -Wall -fmessage-length=0 -ffunction-sections -c -MMD -MP -MF"src/nmea.d" -MT"src/nmea.o" -o "src/nmea.o" "../src/nmea.c" | ||
../src/nmea.c:1:10: fatal error: stm32l1xx.h: No such file or directory | ||
#include "stm32l1xx.h" | ||
^~~~~~~~~~~~~ | ||
compilation terminated. | ||
make: *** [src/nmea.o] Error 1 | ||
Finished building: ../startup/sysmem.c | ||
|
||
|
||
17:14:21 Build Finished (took 344ms) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<section name="Workbench"> | ||
<section name="ResizableDialogBounds"> | ||
<item value="150" key="x"/> | ||
<item value="1140" key="width"/> | ||
<item value="25" key="y"/> | ||
<item value="616" key="height"/> | ||
</section> | ||
</section> |
332 changes: 0 additions & 332 deletions
332
.metadata/.plugins/org.eclipse.core.resources/.history/12/90fea8c52293001b1ed5a473793e597f
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.