Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
ba6c0ed
273: Initial work to migrate GPAD_API to PlatformIO
TheBakedPotato Oct 24, 2025
424d586
#273: Adding README for build/install instructions
TheBakedPotato Oct 28, 2025
6afcfd2
#273: Reorder dependencies in platformio.ini
TheBakedPotato Nov 3, 2025
80c06fa
#273: Setting correct baud rate
TheBakedPotato Nov 12, 2025
620b0d1
#273: Defines are provided via a build script
TheBakedPotato Nov 12, 2025
9e4291a
rob improves documentation and adds a makefile
RobertLRead Nov 13, 2025
4b759bb
restoring firmware version, and removing the refrence to Arduino Liba…
RobertLRead Nov 16, 2025
6dcc419
Update README.md
RobertLRead Nov 13, 2025
86c78b9
Update README.md
RobertLRead Nov 13, 2025
e474209
Bump version to 46 and back-out my changes to gpad_utility.h
RobertLRead Nov 16, 2025
750d858
(#273): Corrected data directory for LittleFS content
TheBakedPotato Nov 16, 2025
830df77
(#273): Auto formatting/styling
TheBakedPotato Nov 16, 2025
e42b83b
(#273): Updating the README
TheBakedPotato Nov 16, 2025
e806715
(#273): Changed `src` dir to `GPAD_API` dir
TheBakedPotato Nov 16, 2025
3fb66a2
(#273): Froze all package versions, included platform version 6.12.0
TheBakedPotato Nov 17, 2025
12e6cb8
(#273): Reverted package versioning to recommend value
TheBakedPotato Nov 17, 2025
ca8c407
Feature: #206 - Added `Command` enum
TheBakedPotato Nov 14, 2025
0b3f144
Feature: #206 - Defined GPAD_API_VERSION value and publish value
TheBakedPotato Nov 14, 2025
38a7da9
(#206): API Version is stored in class, no longer a compile time argu…
TheBakedPotato Dec 6, 2025
7084f89
(#206): API version is now printed out, leveraged const for methods
TheBakedPotato Dec 7, 2025
a020d88
(#283): Moving functionality from GPAD_HAL into the GPAD_API class
TheBakedPotato Dec 8, 2025
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
6 changes: 6 additions & 0 deletions Firmware/GPAD_API/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
compile_commands.json
Loading
Loading