Skip to content
Draft
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.swp
__pycache__
.mypy_cache/
tmp/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ STM8CubeMX / STM32CubeMX database.

2. Unpack or install the software to a directory on your computer

3. Run `python3 extract.py --db path/to/cubemx/db/mcu/`
3. Run `python3 extract.py --db path/to/cubemx/db/`

[stm8cubemx]: https://www.st.com/en/development-tools/stm8cubemx.html
[stm32cubemx]: https://www.st.com/en/development-tools/stm32cubemx.html
Expand Down
Loading