Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
avr8_smbus_battery_monitor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
firmware
avr8_smbus_battery_monitor
Graph
master
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
2
Jul
21
Oct
20
26
Sep
21
Mar
18
Jul
4
30
Mar
Change Makefile project name. Add .gitignore to ignore *.o *.hex *.elf *.map
master
master
Update README.md
Added instructions on how to download the bootloader, patch it and program it into the microcontroller.
Added the battery status and pack status information to the list of info read from the battery.
Improved version of the battery monitor firmware using the SMBus for the new batteries.
Enabled the internal pull-ups for the I2C pins.
Updated the micro source code to change the name of the interrupt vectors to comply with the new compiler version.
Removed the hardcoded I2C address. Now it is using the value read from the EEPROM at startup.
Updated the battery firmware:
Added the micro firmware code.
Loading