-
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.
Post-Competition Release, 2.0 (#106)
* implemented watchdog (#83) * implemented watchdog * fixed gpio toggle order --------- Co-authored-by: Dylan Donahue <[email protected]> * #72 [Compute] - Add in PWM to control fans (#84) * regenerated IOC with timer changes * ^ * added last timer * Implemented #72, function to individual control fan via PWM. Wrapper function not yet created * Minor tweaks to fan_select pwm function * Fixing make issues * Fixing make issues pt.2 * Fixing make issues pt.3 (forgot to save, oops) * More build error fixes * Safety checks for if out-of-range index is passed in * Fixed premature return statement * Removed wrapper function definition for now * moved objects, setup fan init * proper calls * fixed enum * nit fixes --------- Co-authored-by: Dylan Donahue <[email protected]> Co-authored-by: dyldonahue <[email protected]> * #77 [GPIO Expander] - Route isoSPI to GPIO Exander (#85) * Updated function for creating/sending I2C commands to GPIO expander. Old method commented out for reference if needed, remove after verification * Minor syntax fix for i2c write register call within function * adjusted ic address * removed comment --------- Co-authored-by: Dylan Donahue <[email protected]> * Spi debug (#89) * ioc change * ioc fix --------- Co-authored-by: Dylan Donahue <[email protected]> * Feature/adc (#91) * updated pins to adc in ioc * updated for 5v ref pin * added driver files * implemented adc/current sensing * added DMA to ioc * added DMA adc checks * ioc issues * ^ * updated makefile to add drivers * verified adc --------- Co-authored-by: Dylan Donahue <[email protected]> * Feature/segment mapping (#92) * remapped segment * fixed mapping --------- Co-authored-by: Dylan Donahue <[email protected]> * Initial compose (#90) * initial compose * updated dcl CAN msg (#93) * updated dcl CAN msg * updated subomdule hash * fixed can IDs --------- Co-authored-by: Dylan Donahue <[email protected]> * updated therm map (#95) Co-authored-by: Dylan Donahue <[email protected]> * Changes for getting car running * updated res to temp valc (#96) * Feature/debug (#102) * updated ioc * fixed adc * Updating fault state * Converting to millivolts * Adjusting current sensing algorithm * Adjusting config values and disabling faults * fixed faults * called mc can msg * linduino updates * fixed adc hardware smoothing * therms disabled * add ids * shep timing * Add base * submoduel hash * Redoing some fault stuff and changing CAN message sending * updated ioc so CAN doesnt crash * Retrying therm mapping * Feature/stm watchdog (#98) * added stm watchdog * updated can to 500kbts * updated makefile * Fixing watchdog * started therm disable * Uncommenting DCL message * therm averaging and disabling * Charger can (#99) * replace msg content with msg presence for bmsdata.is_charger_connected * charger msg timeout * can2 is 500kb/s, ioc changes, codegen, support for extended CAN IDs, updated embedded-base * charger send msg, charger connected timer * ioc change for can speed * replace msg content with msg presence for bmsdata.is_charger_connected * charger msg timeout * rebase * charger send msg, charger connected timer * ioc change for can speed * lots * ioc and charging merge fixes * balancing * removed shitty comments, compatible with extended ID, submod has extended id can --------- Co-authored-by: Scott Abramson <[email protected]> Co-authored-by: Scott A <[email protected]> Co-authored-by: Jack Rubacha <[email protected]> * send extended can * therms mapping * Therm averaging algo * Update compute.c * Fixing therm calcs * added mapping correction for configure_balancing (#100) * added mapping correction for configure_balancing * added mapping correction for configure_balancing * I think fixing it --------- Co-authored-by: nwdepatie <[email protected]> * re disabled therm map * changed dcl and ccl to int16, no more packed * Revert "changed dcl and ccl to int16, no more packed" This reverts commit 7b98eda. * endian swap * can debug * Disabling charger * Feature/charging algo (#101) * updated charging algo * fixed charging param * final charging fix * therms debug * fuck u matt * algo fix * NO MORE CHARGING * switching can line * lowered max voltage timer * misc edits * clean up --------- Co-authored-by: nwdepatie <[email protected]> Co-authored-by: Jack Rubacha <[email protected]> Co-authored-by: Scott Abramson <[email protected]> Co-authored-by: Scott A <[email protected]> * impl and verified new (old) current sensor (#103) * Miscellaneous FSAE changes (#104) * Clamping voltages within a non noisy range * Fixing DCL copy timer and clearing all faults every loop * Copying over other thermistors from last reading * Filtered mode works * Disabling thermistors * Printing cell temperatures * inverted ccl * Making Max Temp based on cell temps instead of thermistors * Using continuous CCL for max CCL * Disregarding therms if bad ADC reading * Adding in lower bound temperature clamp --------- Co-authored-by: nwdepatie <[email protected]> --------- Co-authored-by: Dylan Donahue <[email protected]> Co-authored-by: ameall <[email protected]> Co-authored-by: Jack Rubacha <[email protected]> Co-authored-by: nwdepatie <[email protected]> Co-authored-by: Scott Abramson <[email protected]> Co-authored-by: Scott A <[email protected]>
- Loading branch information
1 parent
6887e39
commit 05a9631
Showing
129 changed files
with
156,669 additions
and
138,206 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
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 |
---|---|---|
|
@@ -71,4 +71,7 @@ types_c.taghl | |
ctrlp.root | ||
|
||
#html | ||
*.html | ||
*.html | ||
|
||
#OS specific | ||
.DS_Store |
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
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
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
Oops, something went wrong.