forked fromzephyrproject-rtos/gsoc-2022-arduino-core
Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork22
Portenta H7: extended pin list, pinNames, SPI, WIre, PWM, ADC#87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Closed
Uh oh!
There was an error while loading.Please reload this page.
Closed
Changes fromall commits
Commits
Show all changes
11 commits Select commitHold shift + click to select a range
18f027a
github: collect test warnings
pillo799d22251
github: upload artifacts on push
pillo79516bef9
github: generate package_index json
pillo794402664
Merge pull request #98 from pillo79/gh-ci
facchinmc120d83
ci: fix AWS credentials requirements
pillo79fb6a482
ci: publish: switch to 'production' environment
pillo79ddc3b53
ci: publish: use 'aws s3 cp' to upload artifacts
pillo796231f04
Portenta H7: extended pin list, pinNames, SPI, WIre, PWM, ADC
KurtE6f8eabe
full rebuild
KurtEc47ea7b
Add your copyright header to the 4 files...
KurtEcdd6fbc
Giga Pin Names
KurtEFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
The table of contents is too big for display.
Diff view
Diff view
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
99 changes: 96 additions & 3 deletions.github/workflows/package_core.yml
This file contains hidden or 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
11 changes: 11 additions & 0 deletionsextra/gen_package_index_json.sh
This file contains hidden or 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,11 @@ | ||
#!/bin/bash | ||
if [ -z "$CORE_TAG" ]; then | ||
echo "This script can be used in Github CI only." | ||
exit 1 | ||
fi | ||
export ARTIFACT_HASH=$(sha256sum $CORE_ARTIFACT) | ||
export ARTIFACT_SIZE=$(stat -c %s $CORE_ARTIFACT) | ||
envsubst < extra/zephyr-core-template.json > $PACKAGE_INDEX_JSON |
66 changes: 66 additions & 0 deletionsextra/zephyr-core-template.json
This file contains hidden or 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,66 @@ | ||
{ | ||
"packages": [ | ||
{ | ||
"platforms": [ | ||
{ | ||
"name": "Arduino Zephyr Boards", | ||
"architecture": "zephyr", | ||
"version": "$CORE_TAG", | ||
"category": "Arduino", | ||
"url": "https://downloads.arduino.cc/cores/zephyr/${CORE_ARTIFACT}.tar.bz2", | ||
"archiveFileName": "${CORE_ARTIFACT}.tar.bz2", | ||
"checksum": "SHA-256:${ARTIFACT_HASH}", | ||
"size": "${ARTIFACT_SIZE}", | ||
"help": { | ||
"online": "https://www.arduino.cc/en/Reference/HomePage" | ||
}, | ||
"boards": [ | ||
{ | ||
"name": "Arduino Giga" | ||
}, | ||
{ | ||
"name": "Arduino Nano 33 BLE" | ||
}, | ||
{ | ||
"name": "Arduino Portenta H7" | ||
}, | ||
{ | ||
"name": "Arduino Portenta C33" | ||
}, | ||
{ | ||
"name": "Renesas EK_RA8D1" | ||
}, | ||
{ | ||
"name": "NXP FRDM MCXN947" | ||
}, | ||
{ | ||
"name": "NXP FRDM RW612" | ||
} | ||
], | ||
"toolsDependencies": [ | ||
{ | ||
"packager": "zephyr", | ||
"name": "arm-zephyr-eabi", | ||
"version": "0.16.8" | ||
}, | ||
{ | ||
"packager": "arduino", | ||
"name": "dfu-util", | ||
"version": "0.11.0-arduino5" | ||
}, | ||
{ | ||
"packager": "arduino", | ||
"name": "bossac", | ||
"version": "1.9.1-arduino2" | ||
}, | ||
{ | ||
"packager": "arduino", | ||
"name": "zephyr-post-build-tool", | ||
"version": "0.1.0" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
Binary file modifiedfirmwares/zephyr-arduino_giga_r1_stm32h747xx_m7.bin
Binary file not shown.
Binary file modifiedfirmwares/zephyr-arduino_giga_r1_stm32h747xx_m7.elf
Binary file not shown.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.