-
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.
* Refactor (#19) * refactor code * Refactor code * refactor * refactor * fixed auto-power off * added read information from TrueRamaining Capacity register in bq27441 * time measurements during charging * fix auto power off * Update CMake * added tinyprinf for embedded applications * refactor&optimisation code * need debug tinyprintf * added copy eeprom data in FullFW.bin adress 1FC00, physical adress in STM 0x801FC00 * added configuration files for OpenOCD debuger * refactor CMake, add variable for seek memory via 128kb or 64kb flash (for last page, where is eeprom) * update gitignore * clean & refactor main.c .h * update gitignore * refactor & fix up calculate mah, init app * update version
- Loading branch information
1 parent
ef99001
commit 12b2bd5
Showing
25 changed files
with
1,317 additions
and
778 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,3 +80,5 @@ fabric.properties | |
.osx.project | ||
.project | ||
CMakeLists_template.txt | ||
.idea/misc.xml | ||
/build/ |
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.