Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
projects:wikibass [2025/02/27 19:21] – [Install] darron | projects:wikibass [2025/02/28 11:28] (current) – darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====WikiBASS | + | ====wikiBASS |
[[projects: | [[projects: | ||
STM32 microcontroller development boards and their microcontrollers. | STM32 microcontroller development boards and their microcontrollers. | ||
- | WikiBASS requires [[tools: | + | WikiBASS requires [[tools: |
If you do not have access to a [[tools: | If you do not have access to a [[tools: | ||
Line 76: | Line 76: | ||
</ | </ | ||
- | Later you may invoke | + | Later you may invoke |
< | < | ||
- | py script_name.py | + | py stm32.py |
</ | </ | ||
===Chrome=== | ===Chrome=== | ||
- | [[tools: | + | [[tools: |
==Debian== | ==Debian== | ||
Line 93: | Line 93: | ||
==Windows== | ==Windows== | ||
- | [[https:// | + | [[https:// |
===STM32CubeMX === | ===STM32CubeMX === | ||
Line 120: | Line 120: | ||
</ | </ | ||
+ | STM32CUBEMX points to the installation directory which is probably the above on Windows. | ||
+ | |||
+ | The .env file must be found in the current directory to be used by the script when it is called. | ||
+ | |||
+ | For Debian shells the environment variables can be placed within the | ||
+ | login profile instead of the .env file. | ||
=== Install ==== | === Install ==== | ||
Line 137: | Line 143: | ||
=== Run === | === Run === | ||
- | Building the demo [[: | + | Building the demo [[: |
- | * Parse XML board files | + | - Parse XML board files |
- | * Scrape board schematics | + | - Scrape board schematics |
- | * Scrape chip datasheets | + | - Scrape chip datasheets |
- | The XML board files need to processed prior to scraping. | + | Step one to parse the XML board files must be performed first. |
+ | |||
+ | You can analyse the script [[https:// | ||
==Debian== | ==Debian== | ||
- | In Debian the scripts are run from within the virtual environment. | + | In Debian the script is run from within the virtual environment. |
< | < | ||
Line 155: | Line 163: | ||
</ | </ | ||
- | ===Windows/ | + | ==Windows/ |
- | For Windows and WSL1 the scripts are run from the installation | + | For Windows and WSL1 the script is run from the installation |
directory. | directory. | ||
Line 168: | Line 176: | ||
===Demo=== | ===Demo=== | ||
- | Visit the demo [[https:// | + | Visit the demo [[https:// |