Skip to content

Commit

Permalink
Fix: Fix PAC generator invocation
Browse files Browse the repository at this point in the history
In the workflow we missed the path to directory with SVD files.
  • Loading branch information
michalfita committed Nov 12, 2023
1 parent c8b51fc commit 9bf3adf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
targets: thumbv7em-none-eabihf
- name: Proper PAC crates generation
run: |
python3 tools/pacs.py
python3 tools/pacs.py ./svd
- name: Fire up `release-plz`
uses: MarcoIeni/[email protected]
env:
Expand Down
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ atpacks-svd-harvester -r https://packs.download.microchip.com/ -f same70,sams70,
## Update PACs
This step regenerates PAC crates based on `pac/templates` content. The `svdmap.json` is used to propagate info about versions of ATPACKs SVDs were obtained from as Atmel/Microchip do not version them.
```sh
tools/pacs.py
tools/pacs.py ./svd
```

## Test
Expand Down

0 comments on commit 9bf3adf

Please sign in to comment.