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:33] – [Demo] 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 121: | Line 121: | ||
STM32CUBEMX points to the installation directory which is probably the above on Windows. | 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 138: | Line 143: | ||
=== Run === | === Run === | ||
- | Building the demo [[: | + | Building the demo [[: |
+ | |||
+ | - Parse XML board files | ||
+ | - Scrape board schematics | ||
+ | - Scrape chip datasheets | ||
- | * Parse XML board files | + | Step one to parse the XML board files must be performed first. |
- | * Scrape board schematics | + | |
- | * Scrape chip datasheets | + | |
- | The XML board files need to processed prior to scraping. | + | You can analyse the script [[https:// |
==Debian== | ==Debian== |