Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.0.3

- Import STM32 Open-CMSIS-Pack DFP data sources.
- Use DFP sources for memory map and CPU frequency.
- Import latest changes from modm-devices for new STM32 devices.
- Update dependencies and frozen requirements.txt.


## 0.0.2

- Update the regression tests and enforce it via CI.
Expand Down
16 changes: 8 additions & 8 deletions tools/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
anytree==2.12.1
babel==2.17.0
backrefs==5.9
certifi==2025.10.5
backrefs==6.1
certifi==2025.11.12
charset-normalizer==3.4.4
click==8.3.0
click==8.3.1
colorama==0.4.6
CppHeaderParser==2.7.4
ghp-import==2.1.0
idna==3.11
Jinja2==3.1.6
kuzu==0.11.3
lxml==5.4.0
Markdown==3.9
Markdown==3.10
MarkupSafe==3.0.3
mergedeep==1.3.4
mkdocs==1.6.1
mkdocs-get-deps==0.2.0
mkdocs-material==9.6.22
mkdocs-material==9.7.1
mkdocs-material-extensions==1.3.1
packaging==25.0
paginate==0.5.7
pathspec==0.12.1
pdoc==14.7.0
platformdirs==4.5.0
platformdirs==4.5.1
ply==3.11
Pygments==2.19.2
pymdown-extensions==10.16.1
pymdown-extensions==10.20
pypdfium2==4.30.0
python-dateutil==2.9.0.post0
PyYAML==6.0.3
pyyaml_env_tag==1.1
requests==2.32.5
six==1.17.0
tqdm==4.67.1
urllib3==2.5.0
urllib3==2.6.2
watchdog==6.0.0
Loading