-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from LemLib/dep/pros-4.1.1
⬆️ upgrade PROS to 4.1.1
- Loading branch information
Showing
9 changed files
with
124 additions
and
56 deletions.
There are no files selected for viewing
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
Binary file not shown.
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
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
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
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
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
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"target": "v5", | ||
"templates": { | ||
"kernel": { | ||
"location": "C:\\Users\\liamt\\AppData\\Roaming\\PROS\\templates\\[email protected].0", | ||
"location": "C:\\Users\\Liam Teale\\AppData\\Roaming\\PROS\\templates\\[email protected].1", | ||
"metadata": { | ||
"cold_addr": "58720256", | ||
"cold_output": "bin/cold.package.bin", | ||
|
@@ -18,64 +18,64 @@ | |
"py/object": "pros.conductor.templates.local_template.LocalTemplate", | ||
"supported_kernels": null, | ||
"system_files": [ | ||
"include\\pros\\rtos.hpp", | ||
"firmware\\libpros.a", | ||
"include\\pros\\imu.hpp", | ||
"include/pros/gps.hpp", | ||
"include/pros/motors.h", | ||
"include/pros/error.h", | ||
"include/pros/imu.hpp", | ||
"include/pros/serial.h", | ||
"include/pros/rtos.h", | ||
"include/pros/optical.hpp", | ||
"firmware/libc.a", | ||
"include/pros/distance.hpp", | ||
"include/pros/rotation.h", | ||
"common.mk", | ||
"include\\pros\\rotation.hpp", | ||
"include\\pros\\abstract_motor.hpp", | ||
"include\\pros\\serial.h", | ||
"include\\pros\\vision.hpp", | ||
"include\\pros\\colors.h", | ||
"include\\pros\\colors.hpp", | ||
"include\\pros\\device.hpp", | ||
"include\\pros\\misc.h", | ||
"include\\api.h", | ||
"include\\pros\\link.h", | ||
"firmware\\v5-hot.ld", | ||
"include\\pros\\distance.h", | ||
"firmware\\v5-common.ld", | ||
"include\\pros\\imu.h", | ||
"include\\pros\\motor_group.hpp", | ||
"include\\pros\\vision.h", | ||
"include\\pros\\misc.hpp", | ||
"include\\pros\\adi.h", | ||
"include\\pros\\screen.h", | ||
"include\\pros\\motors.h", | ||
"include\\pros\\llemu.h", | ||
"include\\pros\\adi.hpp", | ||
"include\\pros\\device.h", | ||
"include\\pros\\motors.hpp", | ||
"include\\pros\\serial.hpp", | ||
"include\\pros\\ext_adi.h", | ||
"include\\pros\\apix.h", | ||
"include\\pros\\rtos.h", | ||
"include\\pros\\rotation.h", | ||
"include\\pros\\llemu.hpp", | ||
"firmware\\libc.a", | ||
"firmware\\v5.ld", | ||
"include\\pros\\gps.h", | ||
"include\\pros\\optical.hpp", | ||
"include\\pros\\gps.hpp", | ||
"firmware\\libm.a", | ||
"include\\pros\\distance.hpp", | ||
"include\\pros\\link.hpp", | ||
"include\\pros\\optical.h", | ||
"include\\pros\\screen.hpp", | ||
"include\\pros\\error.h" | ||
"include/pros/motors.hpp", | ||
"firmware/v5.ld", | ||
"include/pros/gps.h", | ||
"include/pros/link.hpp", | ||
"include/pros/colors.h", | ||
"include/pros/imu.h", | ||
"include/pros/adi.hpp", | ||
"include/pros/ext_adi.h", | ||
"include/pros/misc.hpp", | ||
"include/pros/link.h", | ||
"include/pros/device.h", | ||
"include/pros/misc.h", | ||
"firmware/v5-common.ld", | ||
"include/pros/adi.h", | ||
"include/pros/abstract_motor.hpp", | ||
"include/api.h", | ||
"firmware/v5-hot.ld", | ||
"firmware/libm.a", | ||
"include/pros/device.hpp", | ||
"include/pros/apix.h", | ||
"include/pros/llemu.h", | ||
"include/pros/vision.hpp", | ||
"include/pros/serial.hpp", | ||
"include/pros/llemu.hpp", | ||
"include/pros/colors.hpp", | ||
"include/pros/rotation.hpp", | ||
"include/pros/distance.h", | ||
"include/pros/rtos.hpp", | ||
"include/pros/vision.h", | ||
"include/pros/screen.h", | ||
"include/pros/optical.h", | ||
"firmware/libpros.a", | ||
"include/pros/motor_group.hpp", | ||
"include/pros/screen.hpp" | ||
], | ||
"target": "v5", | ||
"user_files": [ | ||
"src\\main.c", | ||
"include\\main.hh", | ||
"src/main.cpp", | ||
"src/main.c", | ||
"Makefile", | ||
"include\\main.h", | ||
"src/main.cc", | ||
"include/main.h", | ||
".gitignore", | ||
"src\\main.cc", | ||
"include\\main.hpp", | ||
"src\\main.cpp" | ||
"include/main.hh", | ||
"include/main.hpp" | ||
], | ||
"version": "4.1.0" | ||
"version": "4.1.1" | ||
} | ||
}, | ||
"upload_options": {}, | ||
|
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,4 @@ | ||
// this file exists to force the PROS build script to produce a .a file | ||
// otherwise units does not compile reliably on all platforms | ||
// and the pros conductor will not let you create a template if there is | ||
// no .a file |