Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Teensy software #2

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Removed Receive.cpp and Receive.h, and moved it to radio branch.
  • Loading branch information
QuackWifHat committed Nov 21, 2024
commit 848a8b6051b3d9ab767afbe11819f07237d4e6eb
2 changes: 1 addition & 1 deletion teensy_software/.pio/build/project.checksum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b25138825e4d56945dc98aec933fb1b073367703
a7ca3c8ee021f3967101efee9ad9ef6a2b6ea732
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified teensy_software/.pio/build/teensy41/FrameworkArduino/Stream.cpp.o
Binary file not shown.
Binary file modified teensy_software/.pio/build/teensy41/FrameworkArduino/Tone.cpp.o
Binary file not shown.
Binary file modified teensy_software/.pio/build/teensy41/FrameworkArduino/WMath.cpp.o
Binary file not shown.
Binary file not shown.
Binary file modified teensy_software/.pio/build/teensy41/FrameworkArduino/analog.c.o
Binary file not shown.
Binary file modified teensy_software/.pio/build/teensy41/FrameworkArduino/extmem.c.o
Binary file not shown.
Binary file modified teensy_software/.pio/build/teensy41/FrameworkArduino/interrupt.c.o
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified teensy_software/.pio/build/teensy41/FrameworkArduino/startup.c.o
Binary file not shown.
Binary file modified teensy_software/.pio/build/teensy41/FrameworkArduino/usb_serial.c.o
Binary file not shown.
Binary file modified teensy_software/.pio/build/teensy41/FrameworkArduino/yield.cpp.o
Binary file not shown.
Binary file modified teensy_software/.pio/build/teensy41/firmware.elf
Binary file not shown.
6,602 changes: 4,806 additions & 1,796 deletions teensy_software/.pio/build/teensy41/firmware.hex

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion teensy_software/.pio/build/teensy41/idedata.json

Large diffs are not rendered by default.

Binary file modified teensy_software/.pio/build/teensy41/libFrameworkArduino.a
Binary file not shown.
Binary file modified teensy_software/.pio/build/teensy41/src/main.cpp.o
Binary file not shown.
438 changes: 219 additions & 219 deletions teensy_software/.vscode/c_cpp_properties.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions teensy_software/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug",
"executable": "/Users/shuanlinchen/Documents/GitHub/SSI/hummingbird/teensy_software/.pio/build/teensy41/firmware.elf",
"executable": "/home/quack/Desktop/SSI/FH AV/hummingbird/teensy_software/.pio/build/teensy41/firmware.elf",
"projectEnvName": "teensy41",
"toolchainBinDir": "/Users/shuanlinchen/.platformio/packages/toolchain-gccarmnoneeabi-teensy/bin",
"toolchainBinDir": "/home/quack/.platformio/packages/toolchain-gccarmnoneeabi-teensy/bin",
"internalConsoleOptions": "openOnSessionStart",
"preLaunchTask": {
"type": "PlatformIO",
Expand All @@ -25,18 +25,18 @@
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug (skip Pre-Debug)",
"executable": "/Users/shuanlinchen/Documents/GitHub/SSI/hummingbird/teensy_software/.pio/build/teensy41/firmware.elf",
"executable": "/home/quack/Desktop/SSI/FH AV/hummingbird/teensy_software/.pio/build/teensy41/firmware.elf",
"projectEnvName": "teensy41",
"toolchainBinDir": "/Users/shuanlinchen/.platformio/packages/toolchain-gccarmnoneeabi-teensy/bin",
"toolchainBinDir": "/home/quack/.platformio/packages/toolchain-gccarmnoneeabi-teensy/bin",
"internalConsoleOptions": "openOnSessionStart"
},
{
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug (without uploading)",
"executable": "/Users/shuanlinchen/Documents/GitHub/SSI/hummingbird/teensy_software/.pio/build/teensy41/firmware.elf",
"executable": "/home/quack/Desktop/SSI/FH AV/hummingbird/teensy_software/.pio/build/teensy41/firmware.elf",
"projectEnvName": "teensy41",
"toolchainBinDir": "/Users/shuanlinchen/.platformio/packages/toolchain-gccarmnoneeabi-teensy/bin",
"toolchainBinDir": "/home/quack/.platformio/packages/toolchain-gccarmnoneeabi-teensy/bin",
"internalConsoleOptions": "openOnSessionStart",
"loadMode": "manual"
}
Expand Down
3 changes: 2 additions & 1 deletion teensy_software/test/README
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

## Purpose
This directory is intended for PlatformIO Test Runner and project tests.

### About unit testing
Unit Testing is a software testing method by which individual units of
source code, sets of one or more MCU program modules together with associated
control data, usage procedures, and operating procedures, are tested to
Expand Down
76 changes: 0 additions & 76 deletions teensy_software/test/Receive.cpp

This file was deleted.

29 changes: 0 additions & 29 deletions teensy_software/test/Receive.h

This file was deleted.