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:
authorSG <who.just.the.doctor@gmail.com>2021-09-10 05:19:02 +0300
committerGitHub <noreply@github.com>2021-09-10 05:19:02 +0300
commit80739929255ff1861eef82600f216c76c1064a08 (patch)
tree85ddfa48a375b758d345b3adb26668e75cce9d98 /.github
parentb6579d66d83ed207c92df2aa6a03e41d9092730c (diff)
[FL-1587] RFID: Clock for emulation timer from antenna (#622)
* RFID: pull antenna down when emulating * Rfid: fixed HID emulation by adding zero pulse every 4 bits * Rfid: HID emulation fixed with DSP based FSK oscillator. * Rfid: receive 125KHz clock for emulation timer from antenna and comparator * Rfid: commented unused variable * Firmware: rollback changes in f6. * Add F7 target based on F6. * F7/F6: update cube projects, apply changes to the targets, update linker scripts with correct RAM start values. * FuriHal: RFID init routine. * Scripts: update OTP tool for v11 board Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/lint_c.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 765da29a..722c7711 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -10,7 +10,7 @@ on:
pull_request:
env:
- TARGETS: f6
+ TARGETS: f6 f7
jobs:
build:
diff --git a/.github/workflows/lint_c.yml b/.github/workflows/lint_c.yml
index 7d4942a2..1fa47e5a 100644
--- a/.github/workflows/lint_c.yml
+++ b/.github/workflows/lint_c.yml
@@ -10,7 +10,7 @@ on:
pull_request:
env:
- TARGETS: f6
+ TARGETS: f6 f7
jobs:
lint_c_cpp: