-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:dakhnod/NRF51-IO-module into i2c
- Loading branch information
Showing
9 changed files
with
1,598 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Jinja build | ||
|
||
on: [workflow_dispatch, push] | ||
|
||
jobs: | ||
parse: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: parse feature template | ||
uses: rondefreitas/[email protected] | ||
with: | ||
template: src/config/feature_config.template.h.jinja | ||
output_file: src/config/feature_config.template.h | ||
- uses: stefanzweifel/git-auto-commit-action@v5 | ||
with: | ||
commit_message: Auto-parse Jinja template | ||
status_options: '--untracked-files=all' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
set WORKAREASIZE 0 | ||
|
||
adapter driver bcm2835gpio | ||
|
||
bcm2835gpio peripheral_base 0xFE000000 | ||
|
||
bcm2835gpio speed_coeffs 236181 60 | ||
|
||
adapter gpio swclk 11 | ||
adapter gpio swdio 25 | ||
|
||
transport select swd |
Oops, something went wrong.