diff --git a/.editorconfig b/.editorconfig index f228d58..e856098 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,3 @@ [**.py] indent_style = tab -tab_width = 4 \ No newline at end of file +tab_width = 4 diff --git a/.github/ISSUE_TEMPLATE/gen_stm32_feature_request.md b/.github/ISSUE_TEMPLATE/gen_stm32_feature_request.md index 997c6ff..5928c1b 100644 --- a/.github/ISSUE_TEMPLATE/gen_stm32_feature_request.md +++ b/.github/ISSUE_TEMPLATE/gen_stm32_feature_request.md @@ -7,4 +7,3 @@ assignees: vroncevic --- - diff --git a/.gitignore b/.gitignore index 0e4f7f4..6e4266f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ __pycache__/ *.py[cod] -*$py.class \ No newline at end of file +*$py.class diff --git a/.readthedocs.yml b/.readthedocs.yml index a051187..54e6559 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,4 +4,4 @@ build: tools: python: "3.11" sphinx: - configuration: docs/source/conf.py + configuration: docs/source/conf.py \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index e83ebe6..a9cde2b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,4 +5,4 @@ "__pycache__": true, "**/__pycache__": true } -} +} \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 56d9749..b055c63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,16 @@ RUN DEBIAN_FRONTEND=noninteractive \ unzip \ ca-certificates \ openssl \ - libyaml-dev + libyaml-dev \ + build-essential \ + gcc-arm-none-eabi \ + gdb-multiarch \ + libtool \ + pkg-config \ + autoconf \ + automake \ + texinfo \ + libusb-1.0-0-dev RUN wget https://bootstrap.pypa.io/get-pip.py RUN python3 get-pip.py diff --git a/LICENSE b/LICENSE index e72bfdd..f288702 100644 --- a/LICENSE +++ b/LICENSE @@ -671,4 +671,4 @@ into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read -. \ No newline at end of file +. diff --git a/MANIFEST.in b/MANIFEST.in index 08e203f..615e36d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ global-exclude *.py[cod] -global-exclude *.editorconfig \ No newline at end of file +global-exclude *.editorconfig diff --git a/README.md b/README.md index 4ed6dcd..0083005 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ You can use Dockerfile to create image/container. ### Dependencies -This module requires these other modules and libraries +**gen_stm32** requires these other modules and libraries * ats_utilities https://vroncevic.github.io/ats_utilities diff --git a/_config.yml b/_config.yml index 997eee1..0cf49ec 100644 --- a/_config.yml +++ b/_config.yml @@ -2,4 +2,4 @@ theme: jekyll-theme-cayman markdown: kramdown safe: true kramdown: - parse_block_html: true \ No newline at end of file + parse_block_html: true diff --git a/docs/.editorconfig b/docs/.editorconfig index 72716a4..b92ec54 100644 --- a/docs/.editorconfig +++ b/docs/.editorconfig @@ -1,3 +1,3 @@ [**.*] indent_style = tab -tab_width = 4 +tab_width = 4 \ No newline at end of file diff --git a/docs/build/doctrees/environment.pickle b/docs/build/doctrees/environment.pickle index 2225b4f..2066e27 100644 Binary files a/docs/build/doctrees/environment.pickle and b/docs/build/doctrees/environment.pickle differ diff --git a/docs/build/html/_modules/gen_stm32.html b/docs/build/html/_modules/gen_stm32.html index 38f4d9e..6f68f16 100644 --- a/docs/build/html/_modules/gen_stm32.html +++ b/docs/build/html/_modules/gen_stm32.html @@ -82,7 +82,7 @@

Source code for gen_stm32

 __copyright__ = '(C) 2024, https://vroncevic.github.io/gen_stm32'
 __credits__: List[str] = ['Vladimir Roncevic', 'Python Software Foundation']
 __license__ = 'https://github.com/vroncevic/gen_stm32/blob/dev/LICENSE'
-__version__ = '1.2.2'
+__version__ = '1.2.3'
 __maintainer__ = 'Vladimir Roncevic'
 __email__ = 'elektron.ronca@gmail.com'
 __status__ = 'Updated'
diff --git a/docs/build/html/_modules/gen_stm32/pro.html b/docs/build/html/_modules/gen_stm32/pro.html
index 92f5307..30025c4 100644
--- a/docs/build/html/_modules/gen_stm32/pro.html
+++ b/docs/build/html/_modules/gen_stm32/pro.html
@@ -81,7 +81,7 @@ 

Source code for gen_stm32.pro

 __copyright__ = '(C) 2024, https://vroncevic.github.io/gen_stm32'
 __credits__: List[str] = ['Vladimir Roncevic', 'Python Software Foundation']
 __license__ = 'https://github.com/vroncevic/gen_stm32/blob/dev/LICENSE'
-__version__ = '1.2.2'
+__version__ = '1.2.3'
 __maintainer__ = 'Vladimir Roncevic'
 __email__ = 'elektron.ronca@gmail.com'
 __status__ = 'Updated'
diff --git a/docs/build/html/_modules/gen_stm32/pro/read_template.html b/docs/build/html/_modules/gen_stm32/pro/read_template.html
index fa22bed..1f3642b 100644
--- a/docs/build/html/_modules/gen_stm32/pro/read_template.html
+++ b/docs/build/html/_modules/gen_stm32/pro/read_template.html
@@ -79,7 +79,7 @@ 

Source code for gen_stm32.pro.read_template

 __copyright__ = '(C) 2024, https://vroncevic.github.io/gen_stm32'
 __credits__: List[str] = ['Vladimir Roncevic', 'Python Software Foundation']
 __license__ = 'https://github.com/vroncevic/gen_stm32/blob/dev/LICENSE'
-__version__ = '1.2.2'
+__version__ = '1.2.3'
 __maintainer__ = 'Vladimir Roncevic'
 __email__ = 'elektron.ronca@gmail.com'
 __status__ = 'Updated'
diff --git a/docs/build/html/_modules/gen_stm32/pro/write_template.html b/docs/build/html/_modules/gen_stm32/pro/write_template.html
index e8f2614..61c4eaa 100644
--- a/docs/build/html/_modules/gen_stm32/pro/write_template.html
+++ b/docs/build/html/_modules/gen_stm32/pro/write_template.html
@@ -79,7 +79,7 @@ 

Source code for gen_stm32.pro.write_template

__copyright__ = '(C) 2024, https://vroncevic.github.io/gen_stm32'
 __credits__: List[str] = ['Vladimir Roncevic', 'Python Software Foundation']
 __license__ = 'https://github.com/vroncevic/gen_stm32/blob/dev/LICENSE'
-__version__ = '1.2.2'
+__version__ = '1.2.3'
 __maintainer__ = 'Vladimir Roncevic'
 __email__ = 'elektron.ronca@gmail.com'
 __status__ = 'Updated'
diff --git a/docs/build/html/objects.inv b/docs/build/html/objects.inv
index 5d5532e..9dce28c 100644
Binary files a/docs/build/html/objects.inv and b/docs/build/html/objects.inv differ
diff --git a/docs/source/conf.py b/docs/source/conf.py
index b0fb8b9..d898d27 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -29,7 +29,7 @@
 project: str = 'gen_stm32'
 project_copyright: str = '2024, Vladimir Roncevic '
 author: str = 'Vladimir Roncevic '
-version: str = '1.2.2'
+version: str = '1.2.3'
 release: str = 'https://github.com/vroncevic/gen_stm32/releases'
 extensions: List[str] = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
 templates_path: List[str] = ['_templates']
diff --git a/gen-stm32.code-workspace b/gen-stm32.code-workspace
index c1d2569..832cb2a 100644
--- a/gen-stm32.code-workspace
+++ b/gen-stm32.code-workspace
@@ -7,4 +7,4 @@
 	"settings": {
 		"makefile.extensionOutputFolder": "./.vscode"
 	}
-}
+}
\ No newline at end of file
diff --git a/gen_stm32/.editorconfig b/gen_stm32/.editorconfig
index f228d58..e856098 100644
--- a/gen_stm32/.editorconfig
+++ b/gen_stm32/.editorconfig
@@ -1,3 +1,3 @@
 [**.py]
 indent_style = tab
-tab_width = 4
\ No newline at end of file
+tab_width = 4
diff --git a/gen_stm32/__init__.py b/gen_stm32/__init__.py
index 0ff8eee..b45143f 100644
--- a/gen_stm32/__init__.py
+++ b/gen_stm32/__init__.py
@@ -44,7 +44,7 @@
 __copyright__ = '(C) 2024, https://vroncevic.github.io/gen_stm32'
 __credits__: List[str] = ['Vladimir Roncevic', 'Python Software Foundation']
 __license__ = 'https://github.com/vroncevic/gen_stm32/blob/dev/LICENSE'
-__version__ = '1.2.2'
+__version__ = '1.2.3'
 __maintainer__ = 'Vladimir Roncevic'
 __email__ = 'elektron.ronca@gmail.com'
 __status__ = 'Updated'
diff --git a/gen_stm32/conf/gen_stm32.cfg b/gen_stm32/conf/gen_stm32.cfg
index c7b1ed6..fcfbc08 100644
--- a/gen_stm32/conf/gen_stm32.cfg
+++ b/gen_stm32/conf/gen_stm32.cfg
@@ -1,4 +1,4 @@
 ats_name = gen_stm32
-ats_version = 1.2.2
+ats_version = 1.2.3
 ats_build_date = 26 May 2021
 ats_licence = https://github.com/vroncevic/gen_stm32/blob/dev/LICENSE
diff --git a/gen_stm32/log/gen_stm32.log b/gen_stm32/log/gen_stm32.log
index b14c2a6..e1b12fa 100644
--- a/gen_stm32/log/gen_stm32.log
+++ b/gen_stm32/log/gen_stm32.log
@@ -1,2 +1,2 @@
-06/13/2024 09:30:48 PM - INFO - generation project latest done
-06/13/2024 09:30:50 PM - ERROR - tool is not operational
+06/13/2024 10:18:22 PM - INFO - generation project latest done
+06/13/2024 10:18:24 PM - ERROR - tool is not operational
diff --git a/gen_stm32/pro/__init__.py b/gen_stm32/pro/__init__.py
index fb3c3e8..60c4a23 100644
--- a/gen_stm32/pro/__init__.py
+++ b/gen_stm32/pro/__init__.py
@@ -42,7 +42,7 @@
 __copyright__ = '(C) 2024, https://vroncevic.github.io/gen_stm32'
 __credits__: List[str] = ['Vladimir Roncevic', 'Python Software Foundation']
 __license__ = 'https://github.com/vroncevic/gen_stm32/blob/dev/LICENSE'
-__version__ = '1.2.2'
+__version__ = '1.2.3'
 __maintainer__ = 'Vladimir Roncevic'
 __email__ = 'elektron.ronca@gmail.com'
 __status__ = 'Updated'
diff --git a/gen_stm32/pro/read_template.py b/gen_stm32/pro/read_template.py
index 8e1a07c..34bb9ff 100644
--- a/gen_stm32/pro/read_template.py
+++ b/gen_stm32/pro/read_template.py
@@ -39,7 +39,7 @@
 __copyright__ = '(C) 2024, https://vroncevic.github.io/gen_stm32'
 __credits__: List[str] = ['Vladimir Roncevic', 'Python Software Foundation']
 __license__ = 'https://github.com/vroncevic/gen_stm32/blob/dev/LICENSE'
-__version__ = '1.2.2'
+__version__ = '1.2.3'
 __maintainer__ = 'Vladimir Roncevic'
 __email__ = 'elektron.ronca@gmail.com'
 __status__ = 'Updated'
diff --git a/gen_stm32/pro/write_template.py b/gen_stm32/pro/write_template.py
index 53daf8d..db92e0a 100644
--- a/gen_stm32/pro/write_template.py
+++ b/gen_stm32/pro/write_template.py
@@ -39,7 +39,7 @@
 __copyright__ = '(C) 2024, https://vroncevic.github.io/gen_stm32'
 __credits__: List[str] = ['Vladimir Roncevic', 'Python Software Foundation']
 __license__ = 'https://github.com/vroncevic/gen_stm32/blob/dev/LICENSE'
-__version__ = '1.2.2'
+__version__ = '1.2.3'
 __maintainer__ = 'Vladimir Roncevic'
 __email__ = 'elektron.ronca@gmail.com'
 __status__ = 'Updated'
diff --git a/gen_stm32/run/gen_stm32_run.py b/gen_stm32/run/gen_stm32_run.py
index cdfc9f7..a3f9543 100644
--- a/gen_stm32/run/gen_stm32_run.py
+++ b/gen_stm32/run/gen_stm32_run.py
@@ -33,7 +33,7 @@
 __copyright__ = '(C) 2024, https://vroncevic.github.io/gen_stm32'
 __credits__: List[str] = ['Vladimir Roncevic', 'Python Software Foundation']
 __license__ = 'https://github.com/vroncevic/gen_stm32/blob/dev/LICENSE'
-__version__ = '1.2.2'
+__version__ = '1.2.3'
 __maintainer__ = 'Vladimir Roncevic'
 __email__ = 'elektron.ronca@gmail.com'
 __status__ = 'Updated'
diff --git a/pyproject.toml b/pyproject.toml
index 07de284..9787c3b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,3 @@
 [build-system]
 requires = ["setuptools", "wheel"]
-build-backend = "setuptools.build_meta"
\ No newline at end of file
+build-backend = "setuptools.build_meta"
diff --git a/requirements.txt b/requirements.txt
index 6e1d279..b3590da 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1 @@
-ats-utilities
\ No newline at end of file
+ats-utilities
diff --git a/setup.cfg b/setup.cfg
index bf01627..a60d79c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -19,7 +19,7 @@
 
 [metadata]
 name = gen_stm32
-version = 1.2.2
+version = 1.2.3
 author = Vladimir Roncevic
 author_email = elektron.ronca@gmail.com
 description = STM32 Code Generator
diff --git a/setup.py b/setup.py
index 64da774..1078f1b 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@
 __copyright__ = '(C) 2024, https://vroncevic.github.io/gen_stm32'
 __credits__: List[str] = ['Vladimir Roncevic', 'Python Software Foundation']
 __license__ = 'https://github.com/vroncevic/gen_stm32/blob/dev/LICENSE'
-__version__ = '1.2.2'
+__version__ = '1.2.3'
 __maintainer__ = 'Vladimir Roncevic'
 __email__ = 'elektron.ronca@gmail.com'
 __status__ = 'Updated'
@@ -69,7 +69,7 @@
 PYP_CLASSIFIERS: List[str] = SUPPORTED_PY_VERSIONS + APPROVED_LICENSES
 setup(
     name='gen_stm32',
-    version='1.2.2',
+    version='1.2.3',
     description='STM32 project skeleton generator',
     author='Vladimir Roncevic',
     author_email='elektron.ronca@gmail.com',
diff --git a/tests/.editorconfig b/tests/.editorconfig
index e323fab..ca7ab61 100644
--- a/tests/.editorconfig
+++ b/tests/.editorconfig
@@ -1,3 +1,3 @@
 [**.{py,cfg,log,template}]
 indent_style = tab
-tab_width = 4
+tab_width = 4
\ No newline at end of file
diff --git a/tests/gen_stm32_setup_test.py b/tests/gen_stm32_setup_test.py
index 819fabd..977685c 100644
--- a/tests/gen_stm32_setup_test.py
+++ b/tests/gen_stm32_setup_test.py
@@ -38,7 +38,7 @@
 __copyright__ = '(C) 2024, https://vroncevic.github.io/gen_stm8'
 __credits__: List[str] = ['Vladimir Roncevic', 'Python Software Foundation']
 __license__ = 'https://github.com/vroncevic/gen_stm8/blob/dev/LICENSE'
-__version__ = '1.2.2'
+__version__ = '1.2.3'
 __maintainer__ = 'Vladimir Roncevic'
 __email__ = 'elektron.ronca@gmail.com'
 __status__ = 'Updated'
diff --git a/tests/gen_stm32_test.py b/tests/gen_stm32_test.py
index 2ab5c0e..e444dec 100644
--- a/tests/gen_stm32_test.py
+++ b/tests/gen_stm32_test.py
@@ -37,7 +37,7 @@
 __copyright__ = '(C) 2024, https://vroncevic.github.io/gen_stm8'
 __credits__: List[str] = ['Vladimir Roncevic', 'Python Software Foundation']
 __license__ = 'https://github.com/vroncevic/gen_stm8/blob/dev/LICENSE'
-__version__ = '1.2.2'
+__version__ = '1.2.3'
 __maintainer__ = 'Vladimir Roncevic'
 __email__ = 'elektron.ronca@gmail.com'
 __status__ = 'Updated'
diff --git a/tests/read_template_test.py b/tests/read_template_test.py
index b5e09a3..ccfdf29 100644
--- a/tests/read_template_test.py
+++ b/tests/read_template_test.py
@@ -40,7 +40,7 @@
 __copyright__ = '(C) 2024, https://vroncevic.github.io/gen_stm8'
 __credits__: List[str] = ['Vladimir Roncevic', 'Python Software Foundation']
 __license__ = 'https://github.com/vroncevic/gen_stm8/blob/dev/LICENSE'
-__version__ = '1.2.2'
+__version__ = '1.2.3'
 __maintainer__ = 'Vladimir Roncevic'
 __email__ = 'elektron.ronca@gmail.com'
 __status__ = 'Updated'
diff --git a/tests/run_coverage.sh b/tests/run_coverage.sh
index c167140..26d69bc 100755
--- a/tests/run_coverage.sh
+++ b/tests/run_coverage.sh
@@ -9,4 +9,4 @@
 
 rm -rf new_simple_test/ full_simple/ latest/
 python3 -m coverage run -m --source=../gen_stm32 unittest discover -s ./ -p '*_test.py' -vvv
-python3 -m coverage html
+python3 -m coverage html
\ No newline at end of file
diff --git a/tests/write_template_test.py b/tests/write_template_test.py
index 83e5287..f65296a 100644
--- a/tests/write_template_test.py
+++ b/tests/write_template_test.py
@@ -41,7 +41,7 @@
 __copyright__ = '(C) 2024, https://vroncevic.github.io/gen_stm8'
 __credits__: List[str] = ['Vladimir Roncevic', 'Python Software Foundation']
 __license__ = 'https://github.com/vroncevic/gen_stm8/blob/dev/LICENSE'
-__version__ = '1.2.2'
+__version__ = '1.2.3'
 __maintainer__ = 'Vladimir Roncevic'
 __email__ = 'elektron.ronca@gmail.com'
 __status__ = 'Updated'