Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorあく <alleteam@gmail.com>2022-03-23 20:59:20 +0300
committerGitHub <noreply@github.com>2022-03-23 20:59:20 +0300
commitc4a0847c99c68f6406c0f90f77df0191605f3207 (patch)
treec32e28d7734fa9aad8e804bff86cfc5555e59e7b /.github
parent3857cd7d5ff2691ee5b1ca7307cfd2306db66519 (diff)
FuriHal: replace HAL with LL in RFID Part 1. Drop F6. (#1049)
* FuriHal: new speaker HAL * FuriHal: drop PWM * FuriHal: move COMP1 to LL * FuriHal: move COMP1 to LL backport to F6 * FuriHal: remove missing gpio_rfid_carrier from F6 * FurHal: use LL for system controls in flash HAL * Drop F6 source tree * Drop F6 from GitHub workflow * Tie USE_FULL_ASSERT with APP_UNIT_TESTS * Speaker: return to old volume calculation * FreeRTOS: move TCB header to glue Co-authored-by: DrZlo13 <who.just.the.doctor@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md2
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/lint_c.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 697c34e5..798be4b8 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -6,7 +6,7 @@
- [ Describe how to verify changes ]
-# Checklist (do not modify)
+# Checklist (For Reviewer)
- [ ] PR has description of feature/bug or link to Confluence/Jira task
- [ ] Description contains actions to verify feature/bugfix
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d5f4ca7e..d4a2e97e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -10,7 +10,7 @@ on:
pull_request:
env:
- TARGETS: f6 f7
+ TARGETS: f7
DEFAULT_TARGET: f7
jobs:
diff --git a/.github/workflows/lint_c.yml b/.github/workflows/lint_c.yml
index 9d135c2c..52a5e9d7 100644
--- a/.github/workflows/lint_c.yml
+++ b/.github/workflows/lint_c.yml
@@ -10,7 +10,7 @@ on:
pull_request:
env:
- TARGETS: f6 f7
+ TARGETS: f7
jobs:
lint_c_cpp: