Skip to content

Commit

Permalink
Fixed gps message format
Browse files Browse the repository at this point in the history
  • Loading branch information
chibuikemohanele committed Apr 13, 2021
1 parent b16c8b0 commit f6daeee
Show file tree
Hide file tree
Showing 268 changed files with 78,024 additions and 37,267 deletions.
394 changes: 394 additions & 0 deletions .metadata/.log

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .metadata/.plugins/org.eclipse.cdt.core/.log
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
*** SESSION Mar 30, 2021 14:44:38.04 -------------------------------------------
*** SESSION Apr 01, 2021 14:54:30.16 -------------------------------------------
*** SESSION Apr 02, 2021 18:44:03.95 -------------------------------------------
*** SESSION Apr 09, 2021 16:27:55.20 -------------------------------------------
*** SESSION Apr 09, 2021 17:12:42.58 -------------------------------------------
5,213 changes: 5,213 additions & 0 deletions .metadata/.plugins/org.eclipse.cdt.core/integrate.language.settings.xml

Large diffs are not rendered by default.

5,213 changes: 5,213 additions & 0 deletions .metadata/.plugins/org.eclipse.cdt.core/intergrate.language.settings.xml

Large diffs are not rendered by default.

5,759 changes: 1,184 additions & 4,575 deletions .metadata/.plugins/org.eclipse.cdt.ui/global-build.log

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .metadata/.plugins/org.eclipse.cdt.ui/gps.build.log
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 .metadata/.plugins/org.eclipse.cdt.ui/integrate.build.log

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions .metadata/.plugins/org.eclipse.cdt.ui/intergrate.build.log
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)

9 changes: 9 additions & 0 deletions .metadata/.plugins/org.eclipse.compare/dialog_settings.xml
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>

This file was deleted.

Loading

0 comments on commit f6daeee

Please sign in to comment.