Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
1a6726b
BMS+I2C Driver: refactors and start tinyprotocol->lfp
BrendanKelly84213 Jan 31, 2026
550c0d2
Add ASN1 compiled files and import to bms
BrendanKelly84213 Mar 5, 2026
ff0332c
I2C driver: send 0xFF if master requests more bytes than we have
BrendanKelly84213 Mar 5, 2026
6acda3a
WIP we actually still need shared_types for now hehe
BrendanKelly84213 Mar 5, 2026
18842ac
ASN1 i2c write
BrendanKelly84213 Mar 5, 2026
cba9d43
BMS return system status asn1 lfp
BrendanKelly84213 Mar 6, 2026
3d7ad96
use project variables for linking folders
BrendanKelly84213 Mar 6, 2026
40fc457
exclude example from build
BrendanKelly84213 Mar 6, 2026
e0a8005
WIP make get system status
BrendanKelly84213 Mar 6, 2026
ac33f42
WIP debug macro
BrendanKelly84213 Mar 6, 2026
8175648
try use macro again
BrendanKelly84213 Mar 6, 2026
fcad34d
WIP use bmsSystemId instead cdhSystemId
BrendanKelly84213 Mar 6, 2026
678bf2b
i2c make have length have size
BrendanKelly84213 Mar 6, 2026
b2d7217
get bms systems status over i2c iktr
BrendanKelly84213 Mar 6, 2026
9e87c6f
BMS: implement ASN1 + LFP
BrendanKelly84213 Mar 6, 2026
cdd4a67
MSP I2C driver: remove redundant lfp function
BrendanKelly84213 Mar 6, 2026
e815405
BMS: various fixes
BrendanKelly84213 Mar 6, 2026
b204fe7
BMS WIP
BrendanKelly84213 Mar 6, 2026
4584dc6
WIP
BrendanKelly84213 Mar 16, 2026
f83e2b6
WIP on making BMS compatible with LFP API changes
BrendanKelly84213 Mar 16, 2026
9d24db7
WIP alex BMS changes
BrendanKelly84213 Mar 17, 2026
09f7125
WIP
BrendanKelly84213 Mar 21, 2026
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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ node_modules/
!/.github/workflows/**

/APP/_asn1/icd.html
/APP/_asn1/icd.css
/APP/_asn1/icd.css
8 changes: 8 additions & 0 deletions .idea/OBC.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

207 changes: 204 additions & 3 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading