Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Software:
Browse files Browse the repository at this point in the history
* Toolchain:

  * none

* Bugfixes:

  * none

* Enhancements:

  * none

Hardware:

* none

Documentation:

* Updated the repository README and aligned the license information.

------------------------------------------------------------------------------
  • Loading branch information
foxBMS committed Sep 3, 2021
1 parent 29002ee commit 88d93be
Show file tree
Hide file tree
Showing 15 changed files with 519 additions and 89 deletions.
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ hardware that:
We therefore release foxBMS with permissive licenses:

- Hardware (layout, schematics) and documentation:
**Creative Commons Attribution 4.0 International License**
- Software: **BSD 3-Clause License**
**Creative Commons Attribution 4.0 International License (SPDX short identifier: CC-BY-4.0)**
- Software: **BSD 3-Clause License (SPDX short identifier: BSD-3-Clause)**

For details see the [LICENSE](../LICENSE) file and the
For details see the [LICENSE.md](../LICENSE.md) file and the
[license documentation](https://iisb-foxbms.iisb.fraunhofer.de/foxbms/gen1/docs/html/latest/general_information/licenses/licenses.html).

However foxBMS is not openly developed on GitHub (or any other platform). The
Expand Down
29 changes: 29 additions & 0 deletions BSD-3-Clause.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
BSD 3-Clause License (BSD 3-Clause "New" or "Revised" License)

Copyright (c) 2010 - 2021, Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
395 changes: 395 additions & 0 deletions CC-BY-4.0.txt

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@
Changelog
=========

**Release 1.6.8**

Software:

* Toolchain:

* none

* Bugfixes:

* none

* Enhancements:

* none

Hardware:

* none

Documentation:

* Updated the repository README and aligned the license information.

------------------------------------------------------------------------------

**Release 1.6.7**

Software:
Expand Down
51 changes: 0 additions & 51 deletions LICENSE

This file was deleted.

37 changes: 37 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# foxBMS Licenses

## foxBMS Hardware and Documentation License

- foxBMS hardware and documentation is licensed under the
Creative Commons Attribution 4.0 International License.
The license can be obtained from https://creativecommons.org/licenses/by/4.0/.
- The license text is found in [CC-BY-4.0.txt](CC-BY-4.0.txt).
- The SPDX short identifier is
[CC-BY-4.0](https://spdx.org/licenses/CC-BY-4.0.html).

## foxBMS Software License

- foxBMS software is licensed under the BSD 3-Clause License.
- The license text is found in [BSD-3-Clause.txt](BSD-3-Clause.txt).
- The SPDX short identifier is
[BSD-3-Clause](https://spdx.org/licenses/BSD-3-Clause.html).

## Further Information

We kindly request you to use one or more of the following phrases to refer to
foxBMS in your hardware, software, documentation or advertising materials:

- ″This product uses parts of foxBMS®″
- ″This product includes parts of foxBMS®″
- ″This product is derived from foxBMS®″

If you use foxBMS in your products, we encourage you to contact us at:

```
CONTACT INFORMATION
Fraunhofer IISB
Schottkystrasse 10
91058 Erlangen, Germany
mailto:[email protected]
https://foxbms.org
```
46 changes: 19 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,36 @@

> **_NOTE:_**
> - This is the repository of the **first generation** of foxBMS
> (https://github.com/foxBMS/foxbms-1)
> (https://github.com/foxBMS/foxbms)
> - The **second generation** of foxBMS (foxBMS 2) is also found on Github
> (https://github.com/foxBMS/foxbms-2)
foxBMS is a free, open and flexible development environment to design battery
management systems. It is the first modular open source BMS development
platform.

The foxconda environment: This environment provides all the tools necessary
to generate the documentation, compile the code for the MCUs and flash the
generated binaries on the MCUs (e.g., ``Python``, ``git``, ``GCC``). foxconda
can be downloaded [here](https://iisb-foxbms.iisb.fraunhofer.de/foxbms/gen1/).
## Documentation

The starting point to get foxBMS is the foxBMS repository at
[https://github.com/foxBMS/foxbms-1](https://github.com/foxBMS/foxbms-1), which
contains all files for the foxBMS project.
A current build of the documentation of this project can be found
here:
- [latest documentation build (of the most recent release)](https://iisb-foxbms.iisb.fraunhofer.de/foxbms/gen1/docs/html/latest/)
- [list of all available documentation builds](https://iisb-foxbms.iisb.fraunhofer.de/foxbms/gen1/docs/html/)

## foxBMS Repository
## Changelog

- In `foxbms\documentation` the configuration of the doxygen documentation for
the primary and secondary MCU can be found.
- The software for the MCUs is found in `foxbms\embedded-software`. This
includes the Hardware Abstraction Layer (HAL), the real-time operating system
FreeRTOS and the BMS application itself.
- The layout and schematic files for the foxBMS hardware are found in the
`foxbms\hardware`.
- The build toolchain and other tools related to foxBMS are found in
`foxbms\tools`.
The project changelog is found in
[CHANGELOG.rst](./CHANGELOG.rst).

A generated version of the Sphinx documentation can be found at
[iisb-foxbms.iisb.fraunhofer.de/foxbms/gen1/docs/html/latest](https://iisb-foxbms.iisb.fraunhofer.de/foxbms/gen1/docs/html/latest).
It explains the structure of the foxBMS hardware, how to install the foxconda
environment and how to use foxconda to compile and flash the sources.
## License

## Building the Sources
The license information of the project is found in [LICENSE.md](./LICENSE.md).

For building the software, open a shell and type ``python tools\waf --help``.
All available build options will be displayed. The top build directory is
``foxbms\build``.
Basically, the software is covered by the
[**BSD 3-Clause License (SPDX short identifier: BSD-3-Clause)**](https://opensource.org/licenses/BSD-3-Clause)
and the hardware and documentation by the
[**Creative Commons Attribution 4.0 International License (SPDX short identifier: CC-BY-4.0)**](https://creativecommons.org/licenses/by/4.0/legalcode).

[foxbms.org/](https://foxbms.org/)
## Acknowledgment

For funding acknowledgements and instructions on how to acknowledge foxBMS
please see [foxbms.org/acknowledgements](https://foxbms.org/acknowledgements/).
2 changes: 1 addition & 1 deletion documentation/doxygen/doxygen-primary.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = ""
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.6.7
PROJECT_NUMBER = 1.6.8

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion documentation/doxygen/doxygen-primary_bare.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = ""
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.6.7
PROJECT_NUMBER = 1.6.8

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion documentation/doxygen/doxygen-secondary.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = ""
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.6.7
PROJECT_NUMBER = 1.6.8

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion documentation/doxygen/doxygen-secondary_bare.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = ""
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.6.7
PROJECT_NUMBER = 1.6.8

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ released. The first line is the most recent one, the last one the oldest one.
**Versions 1.5.0 and higher:**

+--------+----------+--------------+------------------------------------------------------------------------+
| foxbms | foxconda | Release date | Documentation Permament Link |
| foxbms | foxconda | Release date | Documentation Permanent Link |
+========+==========+==============+========================================================================+
| v1.6.8 | 3.0.3 | 2021-09-03 | https://iisb-foxbms.iisb.fraunhofer.de/foxbms/gen1/docs/html/v1.6.8/ |
+--------+----------+--------------+------------------------------------------------------------------------+
| v1.6.7 | 3.0.3 | 2021-04-01 | https://iisb-foxbms.iisb.fraunhofer.de/foxbms/gen1/docs/html/v1.6.7/ |
+--------+----------+--------------+------------------------------------------------------------------------+
| v1.6.6 | 3.0.3 | 2021-02-05 | https://iisb-foxbms.iisb.fraunhofer.de/foxbms/gen1/docs/html/v1.6.6/ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ Testing the Project Setup

If problems occur while using the Eclipse workspace, it is possible to use
a VS Code setup. For details on |foxbms| and VS Code see
`here <https://github.com/foxBMS/foxbms-1/tree/v1.6.7/tools/vscode>`_.
`here <https://github.com/foxBMS/foxbms-1/tree/v1.6.8/tools/vscode>`_.

**However, VS Code is not actively supported and should only be used in**
**cases where the Eclipse setup does not work.**
Expand Down
2 changes: 1 addition & 1 deletion documentation/sphinx/macros.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.. -----------------------------------------------
.. General Documentation Macros
.. -----------------------------------------------
.. |version| replace:: ``1.6.7``
.. |version| replace:: ``1.6.8``
.. |version-hal| replace:: ``V1.7.4``
.. |version-cmsis| replace:: ``V2.6.2``
.. |version-freertos| replace:: ``V10.1.1``
Expand Down
2 changes: 1 addition & 1 deletion tools/dbc/foxbms.dbc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION "foxBMS-1.6.7"
VERSION "foxBMS-1.6.8"


NS_ :
Expand Down

0 comments on commit 88d93be

Please sign in to comment.