Skip to content

Commit

Permalink
Minor release of foxBMS 2 (v1.2.1)
Browse files Browse the repository at this point in the history
* Added documentation for slave LTC-based interface and slaves
* improved MAXIM MAX17852 and MAX17841B driver
* make git a required software installation in order to work with the foxBMS 2 repository
* update conda environment

For a detailed list of changes, please refer to the documentation at https://iisb-foxbms.iisb.fraunhofer.de/foxbms/gen2/docs/html/v1.2.1/general/changelog.html.
  • Loading branch information
foxBMS committed Dec 8, 2021
1 parent 555704a commit ee57761
Show file tree
Hide file tree
Showing 423 changed files with 21,068 additions and 6,838 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ __pycache__

*.~*
*.~$*

**/foxbms-2_axivion_report.json
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ keywords:
- "BMS"
message: "If the foxBMS project contributes to a project that leads to a scientific publication, please acknowledge this fact by citing."
title: "foxBMS - The Most Advanced Open Source BMS Platform: foxBMS 2"
version: "1.2.0"
date-released: 2021-10-21
version: "1.2.1"
date-released: 2021-12-08
5 changes: 3 additions & 2 deletions conf/bms/schema/bms.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
"properties": {
"chip": {
"enum": [
"common"
"max17852"
]
}
}
Expand Down Expand Up @@ -327,7 +327,8 @@
"properties": {
"model": {
"enum": [
"ntcalug01a103g"
"ntcalug01a103g",
"ntcle317e4103sba"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion conf/cc/cc-options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ CFLAGS:
- --display_error_number
- --enum_type=packed
- --abi=eabi
- --c99
- --c11
# these flags are not used when generating ppi/ppd/ppm information
common_compile_only:
- --emit_warnings_as_errors
Expand Down
12 changes: 6 additions & 6 deletions conf/env/conda_env_linux-pkgs.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,28 @@
name: 2021-08-arctic-fox-dev0
name: 2021-11-fennec-fox
channels:
- defaults
- conda-forge
- foxbms
dependencies:
- pandoc
- pip
- python=3.9
- qt
- zlib
- wxpython
- pip:
- appdirs
- babel
- black
- bokeh
- cantools[plot]
- cffconvert
- click
- colorama
- coverage
- crcmod
- dask
- docutils
- doorstop==2.2b4
- doorstop==2.2b5
- filterpy
- gcovr
- gitdb
Expand Down Expand Up @@ -63,7 +66,6 @@ dependencies:
- pyvisa
- pyyaml
- pyzmq
- qtpy
- requests
- rope
- rsinstrument
Expand All @@ -84,7 +86,6 @@ dependencies:
- sphinxcontrib-mermaid
- sphinxcontrib-needs
- sphinxcontrib-plantuml
- sphinxcontrib-qthelp
- sphinxcontrib-serializinghtml
- sphinxcontrib-spelling
- statsmodels
Expand All @@ -94,4 +95,3 @@ dependencies:
- typing-extensions
- uptime
- widgetsnbextension
- wxpython
Loading

0 comments on commit ee57761

Please sign in to comment.