forked from flipperdevices/flipperzero-firmware
-
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 'release-candidate' into release
- Loading branch information
Showing
339 changed files
with
8,416 additions
and
5,786 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,8 @@ jobs: | |
do | ||
hex2dfu \ | ||
-i bootloader/.obj/${TARGET}/bootloader.hex \ | ||
-o bootloader/.obj/${TARGET}/bootloader.dfu | ||
-o bootloader/.obj/${TARGET}/bootloader.dfu \ | ||
-l "Flipper Zero $(echo $TARGET | tr a-z A-Z)" | ||
done | ||
- name: 'Build firmware in docker' | ||
|
@@ -86,7 +87,8 @@ jobs: | |
do | ||
hex2dfu \ | ||
-i firmware/.obj/${TARGET}/firmware.hex \ | ||
-o firmware/.obj/${TARGET}/firmware.dfu | ||
-o firmware/.obj/${TARGET}/firmware.dfu \ | ||
-l "Flipper Zero $(echo $TARGET | tr a-z A-Z)" | ||
done | ||
- name: 'Generate full hex file' | ||
|
@@ -129,7 +131,8 @@ jobs: | |
do | ||
hex2dfu \ | ||
-i firmware/.obj/${TARGET}/full.hex \ | ||
-o artifacts/flipper-z-${TARGET}-full-${SUFFIX}.dfu | ||
-o artifacts/flipper-z-${TARGET}-full-${SUFFIX}.dfu \ | ||
-l "Flipper Zero $(echo $TARGET | tr a-z A-Z)" | ||
done | ||
- name: 'Full flash asssembly: bootloader as base' | ||
|
@@ -157,14 +160,6 @@ jobs: | |
>> artifacts/flipper-z-${TARGET}-full-${SUFFIX}.bin | ||
done | ||
- name: 'Publish artifacts' | ||
uses: actions/upload-artifact@v2 | ||
with: | ||
name: artifacts | ||
path: artifacts/* | ||
if-no-files-found: error | ||
retention-days: 7 | ||
|
||
- name: 'Upload artifacts to update server' | ||
uses: burnett01/[email protected] | ||
with: | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: 'Lint C/C++ with clang-format' | ||
|
||
on: push | ||
on: pull_request | ||
|
||
env: | ||
TARGETS: f6 | ||
|
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 |
---|---|---|
@@ -1,10 +1,6 @@ | ||
name: 'Python Lint' | ||
|
||
on: | ||
push: | ||
paths: | ||
- '**.py' | ||
pull_request: | ||
on: pull_request | ||
|
||
jobs: | ||
lint_python: | ||
|
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
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
Oops, something went wrong.