Eng1n33r
3fc0105e6e
update docs
2022-06-14 02:55:44 +03:00
Eng1n33r
056e5f2c47
fix macOS builds & update changelog
2022-06-14 02:45:06 +03:00
Eng1n33r
f08630849b
update unirf remix app & keep custom icons
2022-06-13 23:40:23 +03:00
Eng1n33r
c780aedf35
Merge branch 'flipperdevices:dev' into dev
2022-06-13 15:37:48 +03:00
あく
cc861dd92b
Desktop: poweroff timer and 5 seconds delay and other improvements ( #1312 )
...
* Desktop: poweroff timer and 5 seconds delay
* Desktop: cleanup logic in settings application
2022-06-13 12:40:57 +10:00
Nikolay Minaylov
47acf24801
HW LED blink integration ( #1310 )
2022-06-13 10:08:28 +09:00
r3df0xx
c0fbe42ba3
Update came_atomo.c
...
remove incorrect "dma impulse takedown"
2022-06-13 00:27:15 +03:00
r3df0xx
1413f8e34f
Came Atomo emulation improvements
...
+ clean-up a little
2022-06-12 23:33:05 +03:00
Eng1n33r
4b22b122af
update UniRF Remix app
2022-06-12 05:42:37 +03:00
r3df0xx
b9761b424a
Update CHANGELOG.md
2022-06-11 23:02:37 +03:00
r3df0xx
1f4020240b
KeeLoq protocol rework. Atomo emulation beta-test.
...
Fix critical issue with keeloq manufacturer name random change. Now you can emulate any manufacturer system with proper key handling.
Came Atomo parcel counter increasing and emulation. Beta test (need rework signal header and make button counter cycle array for encoder).
2022-06-11 22:53:23 +03:00
Eng1n33r
8ff5a2ac70
Merge branch 'flipperdevices:dev' into dev
2022-06-10 17:39:41 +03:00
gornekich
d876f10193
nfc: don't store pcap for mifare classic emulation ( #1309 )
2022-06-11 00:23:45 +10:00
Kevin Wallace
d378ca6fda
desktop: prompt to power off on back button long press ( #1279 )
...
* desktop: prompt to power off on back button long press
Implemented by launching Power Settings app, passing "off" as arg to
directly jump to "power off" scene.
2022-06-10 22:29:25 +09:00
Eng1n33r
38a5a2efd7
Merge branch 'flipperdevices:dev' into dev
2022-06-10 16:00:25 +03:00
David
b3186e29e2
Desktop: Secondary favorite app ( #1307 )
2022-06-10 21:38:16 +09:00
あく
e0005d5336
[FL-2534] Correct scene navigation UX in storage app #1308
2022-06-10 19:49:25 +09:00
Nikolay Minaylov
761de00501
Fix CLI storage read ( #1305 )
...
* Fix cli storage read
* Github: install with web updater
Co-authored-by: あく <alleteam@gmail.com>
2022-06-10 10:28:05 +09:00
r3df0xx
35d752105f
extend receiver temp memory to 99 records
2022-06-10 03:34:42 +03:00
r3df0xx
a62f3416af
Update came_atomo.c
2022-06-09 23:29:41 +03:00
r3df0xx
97676e79a8
Update came_atomo.c
...
add header (beta-test)
2022-06-09 19:26:48 +03:00
Eng1n33r
84342e1aa8
Merge branch 'flipperdevices:dev' into dev
2022-06-09 18:27:48 +03:00
あく
f5ab37ac99
Cli: cleanup gpio commands ( #1306 )
...
* Cli: cleanup gpio commands
* Cli: extra gpio message for debug pins
2022-06-10 01:04:36 +10:00
Eng1n33r
6314272a71
Merge branch 'flipperdevices:dev' into dev
2022-06-09 15:03:18 +03:00
あく
936a2f64b2
[FL-2580] FuriHal: add more supported radio stacks ( #1301 )
...
* FuriHal: add more supported radio stacks
* Bt: correct ble stack enum value
* Bt: update cli testing commands implementation
* Scripts: always emitting ob data to update manifest; added ob_custradio.data for non-light radio stacks
* Scripts: added stack type whitelist & disclaimer message
* ble: remove scanner
* ble: remove HCI and advances ble stacks support
* bt: correctly close RPC session before bt reinit
* Scripts: update bundler: estimating flash layout & refusing to build dangerous packages; app frame: not adding redundant log handlers
* Docs: additional details on bundling updates; fixed updater error codes
* Docs: wording fixes for OTA.md
Co-authored-by: hedger <hedger@nanode.su>
Co-authored-by: gornekich <n.gorbadey@gmail.com>
Co-authored-by: SG <who.just.the.doctor@gmail.com>
2022-06-09 18:07:42 +09:00
Samuel Yvon
2bd4efd044
More GPIO control through CLI ( #1271 )
...
* Add more options
* Change from one big command to three small commands
These changes follow from the review. Instead of having to
rely in GOTOs (which are forbidden :<( ) to ensure cleaning,
I divided in smaller pieces. Since I had no feedback w.r.t
the previously existing `gpio_set`, this fits more with the
current implementation.
I also tried to interpret "That's not how we do enums" as
to not include a `enum EnumName` decl. when using typedefs.
I also distanced the implementation from using LL_GPIO
in favour of functions provided in `<furi_hal_gpio.h>`
but there was nothing to get the mode, so I stuck with
LL_GPIO for mode check.
Co-authored-by: あく <alleteam@gmail.com>
2022-06-09 17:53:26 +09:00
Kevin Wallace
9c9f66a30f
nfc: add debug PCAP output, refactor Mifare DESFire following #1095 ( #1294 )
...
* nfc: refactor nfc_worker_read_mifare_desfire to use furi_hal_nfc_tx_rx
Renames furi_hal_nfc_exchange_full to furi_hal_nfc_tx_rx_full, and
rewrites it to use furi_hal_nfc_tx_rx. This eliminates the final
remaining use of furi_hal_nfc_exchange, so remove that.
* nfc: write debug.pcap when debug mode enabled
Limited to NFC protocols that use furi_hal_nfc_tx_rx to communicate.
* switch to Doxygen style comment
Co-authored-by: Kevin Wallace <git+flipperzero@kevin.wallace.seattle.wa.us>
Co-authored-by: あく <alleteam@gmail.com>
2022-06-09 17:35:34 +09:00
Skorpionm
d5df4027d7
SubGhz: fix resetting the set frequency when retuning ( #1300 )
2022-06-09 16:39:12 +09:00
Nikolay Minaylov
cfb1a0d01c
Hardware LED blinking ( #1303 )
...
* Hardware LED blinking notification messages
* Blink: fix crash on exit, reset blinking on exit
* Lib: remove unused UNUSED
Co-authored-by: あく <alleteam@gmail.com>
2022-06-09 16:33:46 +09:00
Nikolay Minaylov
41cf421234
[FL-2565] Archive: switch to browser worker #1295
2022-06-09 16:09:52 +09:00
r3df0xx
9a15634705
Update came_atomo.c
...
working parcel counter ++
2022-06-08 18:52:37 +03:00
r3df0xx
6cb484375d
Update came_atomo.c
...
fix DMA delta impulse
2022-06-08 00:14:19 +03:00
r3df0xx
6e27b0cecb
Update came_atomo.c
...
revert header, need to put out of loop
2022-06-07 23:12:49 +03:00
r3df0xx
02f7d046a9
Update came_atomo.c
2022-06-07 23:00:23 +03:00
r3df0xx
1fbe15c1ce
Update came_atomo.c
2022-06-07 22:54:11 +03:00
r3df0xx
aec182c7e2
Update Manifest
2022-06-07 22:52:27 +03:00
r3df0xx
25a9e26f8d
Merge branch 'dev' of https://github.com/Eng1n33r/flipperzero-firmware into dev
2022-06-07 20:52:52 +03:00
r3df0xx
c2e9daca26
Update Manifest
2022-06-07 20:50:15 +03:00
Eng1n33r
3058bb6098
fixed mf classic dict
2022-06-07 20:37:59 +03:00
Eng1n33r
bdd053ab2b
mf classic dict deduplicated & manifest updated
2022-06-07 20:29:43 +03:00
Eng1n33r
4f8f0d29e9
Merge pull request #13 from UberGuidoZ/patch-2
...
Added 40 more keys + notes
2022-06-07 20:08:53 +03:00
r3df0xx
a29e34c3f4
Update came_atomo.c
...
code make-up, fix pause to 68ms
2022-06-07 20:01:22 +03:00
r3df0xx
d057c63344
Update came_atomo.c
2022-06-07 18:50:35 +03:00
r3df0xx
1b332c0323
Update came_atomo.c
2022-06-07 17:26:19 +03:00
UberGuidoZ
a330d48577
Added 40 more keys + notes
2022-06-07 00:25:37 -07:00
r3df0xx
e3395ae36e
Update came_atomo.c
...
test invert back
2022-06-06 17:53:13 +03:00
Eng1n33r
07b58631c6
update changelog & readme
2022-06-06 17:33:18 +03:00
Eng1n33r
ce8c491291
add spectrum analyzer
2022-06-06 17:20:46 +03:00
r3df0xx
78de90d429
Update came_atomo.c
...
invert data to upload
2022-06-06 16:25:46 +03:00
r3df0xx
42bf635ab3
data_2 in generic for Atomo protocol
...
split data concept for such case
2022-06-05 17:02:32 +03:00