Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NFC and BT/BLE changes in this repo makes crush if try to emulate Nice FloR-S protocol. #24

Closed
Eng1n33r opened this issue May 19, 2022 · 6 comments
Labels
bug Something isn't working

Comments

@Eng1n33r
Copy link

Eng1n33r commented May 19, 2022

Describe the bug
By elimination method I figured out that NFC and BT/BLE part changes leads to hard fault if you try emulate Nice FloR-S protocol

To Reproduce
Steps to reproduce the behavior:

  1. Open Nice FloR-S signal
  2. Press button 'SEND'
  3. Flipper reboots with HARD FAULT message

Expected behavior
No conflicts

Target
F7

@Eng1n33r Eng1n33r added the bug Something isn't working label May 19, 2022
@Eng1n33r Eng1n33r changed the title NFC changes in this repo makes crush if try to emulate Nice FloR-S protocol. NFC and BT changes in this repo makes crush if try to emulate Nice FloR-S protocol. May 19, 2022
@Eng1n33r Eng1n33r changed the title NFC and BT changes in this repo makes crush if try to emulate Nice FloR-S protocol. NFC and BT/BLE changes in this repo makes crush if try to emulate Nice FloR-S protocol. May 19, 2022
@RogueMaster
Copy link
Owner

@Eng1n33r
Copy link
Author

Could you try and build https://github.com/RogueMaster/flipperzero-firmware-wPlugins/tree/ab9b667c7db5e7c27cd5dbfc20e06c87eb2c155e and let me know if it fixes it

I think I made same changes like in your patch commit. So it should compile correct.

@Eng1n33r
Copy link
Author

Please check NFC also, as it makes hard fault.

@Eng1n33r Eng1n33r reopened this May 20, 2022
@RogueMaster
Copy link
Owner

Latest update to main builds revert both sets of changes, thank you for your testing

@RogueMaster
Copy link
Owner

flipperdevices#1238 flipperdevices#1242 heads up these fixes made Nice FloR-S stop working per Eng1n33r

@RogueMaster
Copy link
Owner

Hey @Eng1n33r , if either of these pulls get approved, flipperdevices#1238 or flipperdevices#1242, the main dev update will break that Nice FloR-S emulation. Any idea if it is caused by a bug in the changes, or just a change in protocol support? If Nice FloR-S support can be updated to work with the pull changes, you may want to consider if they get approved.

RogueMaster pushed a commit that referenced this issue Oct 31, 2023
RogueMaster pushed a commit that referenced this issue Oct 31, 2023
* Fixed #24
* Small improvement to the USB mode restore code
RogueMaster pushed a commit that referenced this issue Nov 2, 2023
RogueMaster pushed a commit that referenced this issue Nov 2, 2023
Add confirmation dialog before wallet regeneration
RogueMaster pushed a commit that referenced this issue Nov 4, 2023
removed html from readme for app catalog
RogueMaster pushed a commit that referenced this issue Dec 2, 2023
3758a8d upd gps
9cb005d add automatic 5v power in gps app
dbd100e update gps uart
25662db fixing some big bugs
07e9c82 combine 1
d5df4d8 move base pack here
REVERT: ecd900b Clean up changing baud rate logic.
REVERT: bdff18e Properly initialize gps_uart struct members.
REVERT: 565e93b Merge pull request #24 from dl9sec/main
REVERT: cc8b253 Update README.md
REVERT: e3cd903 Remove unnecessary enum identifier.
REVERT: 5c70f6e Add include guard to constants.h.
REVERT: 7112bef Update module compatibility information. Closes #21.
REVERT: ec77166 Merge pull request #23 from ezod/4800baud
REVERT: fb7946f Add 4800 baud rate. Closes #20.
REVERT: a27b41c Merge pull request #22 from ezod/mph
REVERT: d875fb5 Add setting for speed display in miles per hour. Closes #19.
REVERT: 88e7324 Add uFBT build instructions. Closes #15.
REVERT: aa8a4b7 Remove YMMV warning about NEO-6M.
REVERT: 734e2c4 Add Royaltek RBT-2100LP to supported module list.
REVERT: 0a86422 Add installation instructions.
REVERT: dc3aa4f Ignore .clang-format autogenerated by ufbt.
REVERT: b36bc47 Remove unused sdk-index-url context.
REVERT: 7a45a4f Add build status badge.
REVERT: 96f0f59 Add GitHub action to build FAPs for dev and release SDK.
REVERT: 3972929 Add missing parenthesis.
REVERT: 53c610a Fix link on issue reference.
REVERT: e9317fc Add note about NEO-6M not working for some people.
REVERT: f433916 Add usage section to README for new interactions. Closes #11.
REVERT: 47b3e0a Remove contributing section, as it is no longer relevant.
REVERT: d28dfe9 Merge pull request #10 from xMasterX/ul-updates
REVERT: a9c1301 Delete minmea.h
REVERT: e21c132 Delete minmea.c
REVERT: 53aa016 Import minmea as a submodule and add FAP library definition.
REVERT: 6147cb9 Ignore .vscode from uFBT.
REVERT: 841db2d Set default baud rate to 9600.
REVERT: 6128470 Merge branch 'main' into ul-updates
REVERT: f6fa1e7 Apply ./fbt format (excluding third-party sources).
REVERT: 606389c Add all current updates
REVERT: aaea283 Add comments to serial readline loop.
REVERT: 5b74829 Add support for GLL NMEA sentence.
REVERT: 397a8f1 Improve context object pointer handling.
REVERT: 3334056 Update mutex to new API.
REVERT: e7bf036 Add link to Lab401 tutorial video by RocketGod. Closes #4.
REVERT: dc9fa7a Add note about PRs for compatible module list.
REVERT: b73b3c6 Remove binary from source tree; to be added to GitHub release.
REVERT: d400dc6 Change app category to GPIO.
REVERT: 0a524e6 Add u-blox NEO-6M to compatible module list.
REVERT: e8bdc1a Add list of confirmed compatible modules.
REVERT: 4ab2114 FAP: API version 11.5.
REVERT: e22f4fc FAP: API version 10.1.
REVERT: 502ff34 FAP: API version 7.5.
REVERT: 5e08103 FAP: API version 7.2.
REVERT: 123583a Add default handler to input even switch statement.
REVERT: 03d8ffe Add contributing section to README.
REVERT: f5dbde5 Initialize time fields to zero.
REVERT: f088296 Scale down wiring diagram.
REVERT: c507855 Add wiring diagram.
REVERT: 4f1ed02 Expand build instructions.
REVERT: 27b213d Add UI image.
REVERT: 60f86ae Add color-coded LED blinks on successful NMEA message parse.
REVERT: b9269b4 Improve UI layout.
REVERT: 87de232 Add time fields to GPS status struct.
REVERT: 1014b5d Add several more GPS fields to status struct and display.
REVERT: f30f219 Code style formatting overhaul.
REVERT: 47fadfc Update UART code to use new stream buffer API. Closes #1.
REVERT: 75940c7 Update README with new FAP target.
REVERT: 58fa5b9 Rename main app source file.
REVERT: b3cd0e7 Update application manifest and add icon.
REVERT: 8aff5d2 Move sources to root of repository.
REVERT: 6e654f9 Mention and link minmea in README.
REVERT: c4909c6 Create README.
REVERT: fe98f61 Import and FAP conversion of GPS plugin from flipperzero-firmware fork. Does not build yet as stream_buffer.h API is not yet available for FAP.
REVERT: 2feee6c Initial commit

git-subtree-dir: gps_nmea
git-subtree-split: 3758a8d
RogueMaster pushed a commit that referenced this issue Dec 2, 2023
2dd92db add lib back
a0ff0ba remove submodule
952c674 sync license of totp plugin
4d791b7 update totp
dcc5d48 update totp and include cli plugins
574c3ac upd totp ver
12ace98 update totp
293b36d update totp
58440b2 update totp
020928c move base pack here
REVERT: b082440 Dropped OFW-catalog specific stuff. Changed license to GPLv3 (#208)
REVERT: d5b30ab Updated descriptions
REVERT: 87cb8b2 Updated version
REVERT: 69659e8 Implemented #205 (#206)
REVERT: 54fe1db Implemented #203 (#204)
REVERT: e8c5187 Updated changelog for OFW catalog
REVERT: 005df8c Updated version
REVERT: 726d1a5 Disable Crypto v1 by default
REVERT: 172f292 Implemented #200 (#201)
REVERT: 6513672 Implemented #198 (#199)
REVERT: b106c91 Updated version
REVERT: ebc6eab Update DESCRIPTION.md
REVERT: cd20802 Update CHANGELOG.md
REVERT: dca6043 Small fix
REVERT: 88a9666 Updated version
REVERT: 62cff06 Implemented #195 (#196)
REVERT: 3d1c00e Updated version
REVERT: 4f6d25c clang format
REVERT: 0d9c3b2 Implemented #193
REVERT: 07752e5 Updated version
REVERT: 8f86849 Fixed #190 (#191)
REVERT: 9c6c257 Updated version
REVERT: cd5cd64 Implemented #188 (#189)
REVERT: 2593677 Updated changelog for OFW catalog
REVERT: f9834a0 Updated version
REVERT: 68646aa Revert "Updated version"
REVERT: 77cc775 Updated version
REVERT: 57fdb34 Revert "Updated version"
REVERT: 22c6ff2 Updated version
REVERT: 86a90ab Implemented #185 (#187)
REVERT: afe7e56 Refactoring (#184)
REVERT: 446e0a1 Refactoring (#183)
REVERT: 1b3e5d8 Fixed #178 (#182)
REVERT: a9de233 Update CHANGELOG.md
REVERT: af5b9f2 Implemented #177 (#179)
REVERT: 658125b Ghi 171 (#176)
REVERT: bc5daa2 Implemented #171 (#175)
REVERT: 0604b90 FIxed #172 (#174)
REVERT: 19fbbe0 Fixed #169 (#170)
REVERT: 3790f18 Implemented #167 (#168)
REVERT: 2a6a725 Corrected stuff for OFW catalog
REVERT: e134591 Update CHANGELOG.md
REVERT: 1b4673e Closing #165 (#166)
REVERT: 6315ccc Code cleanup
REVERT: 0a424a5 CLang format
REVERT: bf3952d Code cleanup
REVERT: 749fbf4 Got rid of useless things I found
REVERT: d0cb734 CLang format
REVERT: 0ee50f3 Updated changelog
REVERT: 4c3d75d Closing #162 and prepared for OFW catalog (#163)
REVERT: 654d929 Returning back original category
REVERT: c0efd36 Fixed file name naming
REVERT: 7054937 clangformat
REVERT: ab7bbb9 Few tweaks for OFW catalog (#161)
REVERT: 5627bc9 * Fix for #158
REVERT: 44a0949 Refactoring 6 6 (#157)
REVERT: a89d15e Fixed #155 (#156)
REVERT: 9713ccb Fix for #153 (#154)
REVERT: 123f421 * Updated firmware references (#151)
REVERT: d13bcd7 Closing #148 (#150)
REVERT: bc1eab7 Improved token input automation code to get rid of caps lock key usage (#147)
REVERT: 1020c3c Refactoring (#144)
REVERT: 4d3e208 Added banner image for FlipC webpage
REVERT: d8bf9c5 Moved FlipC screenshots (#143)
REVERT: c11a722 Refactoring & bugfixes (#142)
REVERT: 3458f0a Implemented #137 (#141)
REVERT: 168c6e9 Implemented #138 (#139)
REVERT: 9df6fc5 * Added `--clean` flag to custom FBT tool (#133)
REVERT: 7b34241 Refactoring (#130)
REVERT: 0a9cc9e Fix BT adv name length on Xtreme firmware (#126)
REVERT: a8ea396 Closing #123 (#124)
REVERT: 5aff2f0 Refactoring. Dropping useless methods #120 (#121)
REVERT: b4e434b * Firmware submodules updated (#119)
REVERT: cb111a6 Fixed #116 (#117)
REVERT: 6ca8a70 Added Steam algo (#115)
REVERT: 2d52c78 Xtreme firmware build (#114)
REVERT: 16ba603 Implemented #106 (#107)
REVERT: 2901da8 Implemented #103 (#105)
REVERT: 5b6aedb Implemented #102 (#104)
REVERT: fd60525 Implemented #95 (#97)
REVERT: 03a7f93 Implemented BadBT automation (#91)
REVERT: 97c6116 Updated firmware references (#88)
REVERT: 44df62c * Updated firmware submodules (#76) (#78)
REVERT: ebb0a3a * Updated firmware submodules (#72) (#73)
REVERT: f7e7550 Affecting dolphin level at start (#71)
REVERT: 141f424 Cosmetic fixes
REVERT: 41c23ba Implementation of #65 (#66)
REVERT: cd7c9c7 Initial changes on #58 (#59)
REVERT: 2a69aa2 Fix for #53 (#54)
REVERT: ba15840 Fix for #51 (#52)
REVERT: b718e64 Implemented #49 (#50)
REVERT: 7bb00ea Use dedicated config directory instead of app folder (#48)
REVERT: 805adfe Implemented #36 (#38)
REVERT: fbb9d22 Clang format ran (#35)
REVERT: fea22d7 Implemented PIN changing via CLI (#32)
REVERT: 018aa7e Implemented #30 (#31)
REVERT: ee4252c Implemented #26 (#27)
REVERT: 9dcb6cb Fixed #24 (#25)
REVERT: 766a3d6 Implemented "type code in badusb mode"
REVERT: 3a111ef Clang format ran
REVERT: 44879ec Refactoring (#22)
REVERT: bd0e3c9 Reduced code size to avoid weird issue with COMPACT=1 DEBUG=0 build (#19)
REVERT: a11332c PVS-Studio pipeline (#18)
REVERT: e8bcd90 Refactoring (#17)
REVERT: 70f84f0 Still fixing SONAR issues (#15)
REVERT: 57d83e7 Fixed SONAR issues (#14)
REVERT: a5fcc23 Fixing SONAR issues (#13)
REVERT: 8d7167c Ran clang format
REVERT: 8083b9e CLI help text refactoring to better match http://docopt.org/ standard
REVERT: 1a51c11 Clang format ran
REVERT: 3a08fee Few more refactoring
REVERT: a8f2ca0 Improved authentication handling in CLI
REVERT: 4c5533f * Refactoring
REVERT: bc9836e * Updated firmware submodules
REVERT: 75b3849 A better fix for #8
REVERT: 2674ab5 Fixed issue #6
REVERT: a55ac88 Refactoring.
REVERT: 526213c Clang format ran
REVERT: 0483d8f * Fixed "Add new token" scene.
REVERT: 9c1d1b9 * Made PIN optional (#4)
REVERT: 5ea454e Added timezone configuration UI
REVERT: c0a9aa7 Updated format specifier where were wrong
REVERT: 5f8e55e Well... CLI was nice idea, but I can't make it work. Maybe next time
REVERT: 99e8ceb * Updated to FuriString
REVERT: e85da67 Initial commit. Moved all the code and setup flipper firmware as submodule

git-subtree-dir: totp
git-subtree-split: 2dd92db
RogueMaster pushed a commit that referenced this issue Feb 9, 2024
RogueMaster pushed a commit that referenced this issue Feb 23, 2024
RogueMaster added a commit that referenced this issue May 19, 2024
08e6a50866 Format
7b24042e85 Merge slots from https://github.com/xMasterX/all-the-plugins
d8cb256caa Merge pokemon_trading from https://github.com/EstebanFuentealba/Flipper-Zero-Game-Boy-Pokemon-Trading
4b91e13622 Merge nrf24mousejacker from https://github.com/xMasterX/all-the-plugins
17dea5554c Merge nfc_magic from https://github.com/xMasterX/all-the-plugins
4a454cb4c4 Merge mifare_nested from https://github.com/xMasterX/all-the-plugins
56b24f9dd0 Merge magspoof from https://github.com/xMasterX/all-the-plugins
b09549dc5d Merge flashlight from https://github.com/xMasterX/flipper-flashlight
b33e3560e1 Merge flashlight from https://github.com/xMasterX/all-the-plugins
72eab00ca6 Merge cntdown_timer from https://github.com/xMasterX/all-the-plugins
41db75d2f6 Fix merge
a693d1ff49 Add meal_pager from https://github.com/leedave/flipper-zero-meal-pager
9658164b62 Second remote
2009bd0984 Add meal_pager from https://github.com/xMasterX/all-the-plugins
1fe90b927b Name and category
cd42027fa8 Add gpio_badge from https://github.com/jamisonderek/flipper-zero-tutorials
570e72f162 Fix merge
1fd5c5f07f Add ethernet from https://github.com/arag0re/fz-eth-troubleshooter
3ff6c509a0 Second remote
3b1516865a Add ethernet from https://github.com/karasevia/finik_eth
88bdddb870 NFC Playlist: Fix incorrect free
ebd64efef0 Format
3692a195a8 Fix merge
e7d36eec06 Add nfc_playlist from https://github.com/acegoal07/FlipperZero_NFC_Playlist
fc8831a879 Second remote
b8a913d598 Add nfc_playlist from https://github.com/xMasterX/all-the-plugins
32645c883c Fix merge
259f455807 Add quac from https://github.com/xMasterX/all-the-plugins
0758879dc5 Second remote
eafa11373c Fix merge
25e8645ba7 Add pokemon_trading from https://github.com/xMasterX/all-the-plugins
e702df53f9 Second remote
205dd0380a upd version and readme
4e93f13 upd readme
f8734c2 sync with alltheapps
6f51e81eed add flashlight connections picture
30bd363ae6 add quac app
a7ec92bb76 upd nfc magic
d733ca3bd0 merge memory management fixes for nested
e484c13a0a upd pokemon trade
ae9996cfaa upd slots
bc4c80a1c5 upd magspoof
287664c89a upd mousejacker
e676b1ecd3 upd coundown timer
530fc9f Merge pull request #22 from acegoal07/dev
bdec676 Adds new skip error setting
b9fd9dc Merge pull request #36 from Willy-JL/fix-double-free-crash
4066eb5 Fix double free crash at app exit on TLSF
8d0e6d3 New rename
4eecf4c Revert "Update nfc_playlist_scene_file_rename.c"
1e5c189821 backported ported and added kostily and velosipedy
041e17f fix metronome crash
3f7302e move back to working apps
9bcd76d upd vb migrate app
2b20fc9 upd mfkey
80af529 upd colorguess
5597c36 upd picopass
6923d54 add links to binary sources
a3e4906 update espflasher
91b7fb2 upd hex viewer
a15380b upd magspoof
85e9525 fix unitemp icon
4db8b6b upd subbrute
3c7fdd3 upd readme
91093d3 upd blespam
9257a40 fix pocsag version and about
576174a upd magspoof
66ef95b update unitemp
d63e2da update findmy
352969b upd readme
3d35b48 Revert "testing unpacked assets"
a26e26c add error handle in switch
e025802 upd findmyflipper
5ab0b9e remove app
dcd0f61 upd readme
568a4c9 testing unpacked assets
0556b0a upd gps nmea
91a93bd fix picopass plugin path
c294d2b update magspoof
4425c28 update totp
838813b oops
fd25990 upd seader
ad8745d upd picopass
79759af Update nfc_playlist_scene_file_rename.c
801ed11 Update nfc_playlist_scene_playlist_select.c
ccfe2de upd readme
8ccf444 upd version nfc magic
e112358 fix uart terminal
42df96c upd picopass
570cb8b upd flizzertracker
4341a56 upd findmyflipper
7f50b71 sync nfc magic gen4
9c98d45 upd blespam
a80208f upd badkb
67d8655 Moved stored variable
42381d1 Merge pull request #21 from acegoal07/dev
6a6bf77 Update README.md
e8c40d8 Merge pull request #20 from acegoal07/dev
9bdc60a Update README.md
d9cb04b Update nfc_playlist_scene_name_new_file.c
2481c5e Merge pull request #19 from acegoal07/Momentum_Support
c1a5bee Update nfc_playlist_scene_emulation.c
cda4499 Just some small tweaks
c1eecf4 Update README.md
50bcedf Improvments
88a32ff bump version
e5c07d3 fix typo, fix difference with ofw
f0a0914 Overhaul
b586b00 Merge pull request #18 from acegoal07/new_scene_manager
cd66660 Further cut backs
8ad052b new scene manager
328cefa fixes spelling mistake
b95887d update readme
86b0e95 remove duplicated app (local player only)
76ce61972f fix missing frees
17a48b4 fix missing frees
86dd162 Create playlist
16d6509 Update README.md
340a3d5 Add items to playlists
42e436c small UI fix
ada95eb Adds view playlist content
0e31325 update readme
7802de5 upd ble spam
7b685bf nfc magic sync with gen4
bf06a6f upd picopass
ec33779 Cut down
1f56464 playlist select tweaks
fa1d26f Update settings.c
32e27c9 Update settings.c
e5d93c8 Update emulation.c
7c6ad46 Merge pull request #17 from acegoal07/main
294fc6a Merge pull request #16 from acegoal07/dev
11c121a Merge branch 'main' into dev
93cb03f Quality of life
5dcdf94 Merge pull request #27 from leedave/feature/fix_0.100.3
7813bcf Fix for crash on exit in 0.100.3
a7df03f fix icon
288ecd1 bump versions
c8e11f2 upd readme
5eaa423 upd wch_swio_flasher
3348951 return missing part
f746977 no gen4 ? :(
19b0f83 upd weather station
9b98911 upd findmyflipper
2b9d505 upd badkb
fb49d09 upd flizzertracker
ddef3d2 upd blespam
999dc95 ir apps add support for new settings
9313050 upd mfkey
7fd5152 formatting
2f513b0 Major Improvements
a6f6996 Update main_menu.c
c237b91 Update README.md
646e30a Update application.fam
276fabe Merge pull request #15 from acegoal07/main
12aa3dd Merge pull request #14 from acegoal07/dev
fdcdd56 Adds back debugging + Adds folder exist check
4b245e1 Merge pull request #13 from acegoal07/main
f45826d Merge pull request #12 from acegoal07/dev
990adc1 Merge pull request #26 from leedave/feature/ufbt_update
6b5b5ad Update for compilation on ufbt or cfw
86596b3 fixes for latest api
30309ab upd readme
fa85291 Fix for firmware API improvements
de11574 Merge pull request #92 from noproto/dev
d58b555 Update MFKey to version 2.1
8f812c3 oops
6e9c797 "fix" adding spi sensors unitemp
47d5101 update nfc magic
317d576 fix unitemp UI being not updated if app started from favourites
626123b fix UI
df3cbe9 fix newline
5dd3520 upd readme
7f07604 nfc magic fixes merge
90edac5 update ci
aff265d Merge pull request #89 from noproto/dev
11f0c1f upd readme
2a30138 revert gen2(not ready for release yet)
6f19c6d Fix UART deinit issues in multiple apps
7172669 Fix view alloc/free
7b4b27b Replace Mfkey32 with MFKey
8245889 upd readme
c8a5d83 nfc magic updates
9b3ef0d remove duplicate
844cdc4 use previous path
a5e9150 use status led properly via notifications
ef52585 update dcf77 sync
26fcf9d upd readme
d453cfe upd airmouse
61bbee6 update xremote
83d7bdd update seader
9461329 upd uhf rfid
f242900 upd wifi marauder app
26ad6d8 upd findmy flipper
05f4814 upd readme
0885def upd wifi marauder companion
c810e25 upd esp flasher bins
ca26d68 sync badkb
f37d0d5 upd blespam
3c15091 upd atomic dice
2c5ff59 upd geiger counter app
cc5ecab upd camera suite
f5c4d9d fix duplicate
30378bc sync airmouse
ead0694 upd barcode gen
ab2ba32 upd totp
c9ea186 upd findmy readme
5a354dd Update Version number in app
b9b9e89 Merge pull request #25 from leedave/feature/fixes_0.99.1
b27b217 Fix for compile errors under 0.99.1
2dc4331 Fix for compile errors under 0.99.1
a8dc713 bump versions
bd432cd fix typo
9f9f020 what?!?
4f43fde revert part
f147cc7 some fixes
81d75dd upd readme
d27c8fc update findmy
f357174 upd bt kodi remote
1380811 add findmyflipper
1e6a122 add 2nd dcf77 clock sync app
d56472e add air labyrinth game
455f94b upd nfcmaker
ebda850 upd blespam
8bafb1c upd espflash ver
bc063f2 upd air arkanoid
efc1c53 upd avr isp
e8505a8 upd picopass
da7101b upd airmous ver
a7c86b6 upd seader
ce1e291c50 Update fapping.yaml
a72282af52 Update fapping.yaml
78187d09b1 Update fapping.yaml
0ca32231ed Update fapping.yaml
689a139819 Update fapping.yaml
121497fded Update fapping.yaml
1213e51128 Update fapping.yaml
c2f6ca50d7 Update eth_save_process.c
ae56737692 Update fapping.yaml
00b2435dd1 Update fapping.yaml
ae5bb12421 Update fapping.yaml
dc77a10407 Update fapping.yaml
0ed8d3312d Update fapping.yaml
55264f4d2d Update fapping.yaml
157f334332 Update fapping.yaml
b1efae18ac Merge branch 'master' of https://github.com/arag0re/fz-eth-helper
b02c0fa976 cleanup
045fc88a54 Update fapping.yaml
6aa6d94587 Create fapping.yaml
a3f0fd50af removed big u8g2 lib and only added the needed stuff into eth_view_process.h
0c1e9a5f1c updated file location of screenshots to not hinder builds
9b57fe9 Removes error screen and fixes rename
bad0821 upd readme
1dd4978102 add nfc playlist
b066300 add nfc playlist
94e5cbb upd blespam
ee439dd add pc monitor app
5464006 upd totp
8b99bc6 upd seader
957b673 update
bf9314c Worker update
aaa7858 Adds error light
5971c2a Update file_exists_error.h
bf749c6 Update file_exists_error.c
38e733a Rename error screen
623192432c Merge branch 'karasevia:main' into master
de95b93 add screenshots
c7b67bd compile error fix
c626381 Merge pull request #11 from acegoal07/dev
45118d4 Version Bump + Formatting
bb251e1 Update emulation.c
caaa6e1 Crash fix
62238cc Update emulation.c
e666ec3 revert of the revert
4bc5176 upd readme
892dc02 to base pack
c6459fe upd readme
ed1f34c fix cicd
fe71187 update vgm tool
09f1688 Revert "upd nfc magic"
287ac5c update wifi marauder app
49f4228 Make is so the nfc data can be cleared
bfbf7d5 Update README.md
0f10921 fix for new c version
45798c6 fix badge
b3af2b2 upd readme
367bec3 fix for new c/cpp versions
256b734 upd vgm manifest move to gpio
e38c736 upd blespam
aca6de0 upd picopass
94ec628 upd totp
3d5cbb3 replace badbt with badkb
5ebd692 Merge pull request #10 from acegoal07/main
5040683 Merge pull request #9 from acegoal07/dev
fe37f03 Merge branch 'main' into dev
b578ea0 Formatting
f036552 Revert "Hide error setting"
de776b3 Update emulation.c
c142e67 move for now
a534b79 upd airmouse
0c46ae9 upd airmouseofw
79de917 triggerble updates
fb12c36 upd blespam
8a687a8 totp updates
a7f3699 fix
8f34ad7 upd readme
574c479 upd nfc magic
d8becee datetime fixes
8e34246 more fixes
74944b1 totp fixes
3d80280 upd readme
834c914 upd submodules
2fca679 add new ofw apps for new module
d87bc7d upd readme
a55a6b6 upd air mouse
b5b85fb upd esp flasher
84d2025 upd evil portal
9fb7fcecd7 Fixes for gcc12
7d8eb6d Fixes for gcc12
708e25a fixes for mifare fuzzer
f6b603e8b1 Workaround for furi_hal_gpio_add_int_callback conflict with expansion
99f6bc2 Workaround for furi_hal_gpio_add_int_callback conflict with expansion
f43f8c3 upd totp
ea84dfd upd readme
8104610 add new game
d6398e6 upd blespam
9dc271e update nfc maker
a937495 upd picopass
6e49d82 bump ver
2bc295a150 upd meal pager
90e6ce0 upd meal pager
5999573 Hide error setting
42ce380 Moving settings
df60e6e Format
3f42ba6 Formatting
e2af6cc Merge pull request #8 from acegoal07/dev
d852cc8 version + readme
5765690 No playlist
4e1dc64 Update text_input.c
be7ffc0 Merge pull request #24 from leedave/feature/cfw_cleanup
460d7c8 Version 1.3
8c94d96 Rename improvements
4d6aeeb Update emulation.c
0107074 Rename playlist 1
9154d45 Rename playlist
c18aa25b97 temp fix for meal pager
af7d2cf temp fix for meal pager
75629d3 Edit playlist
fe62eab readmefixes
f76165d fix! no more bugs please
8706168 update readme
f44ede8 add mfc_editor app
37833bb upd readme
c5a37d8 bump
d298d17 upd airmouse
49f0ffd upd picopass
e71aa91 bump versions for catalog apps
0875b3c fix uart related plugins to disable expansion protocol
679b99e07e upd mealpager
7c8d72c upd mealpager
9c1f2d8 upd readme
4940105 upd esp flasher
fea8ac6 upd version
e8ac70f upd seader
d50f8b7 upd minesweeper
a3015b0 upd picopass
9844072 change ci node
9b81ac6 Merge pull request #23 from leedave/feature/cfw_cleanup
a42e22d Cleanups for better support in CFW
392f66c493 added README.md
4d6e727dc6 renamed stuff to eth_troubleshooter
dbdbb1e fixed some typos and fixed a ui bug where it flipped the hex-chars of the mac
ee08c7c make stuff work
57a0d14 fix duplicated apps, wrong folder in ci
4c1bdae oops
89c9dde more fixes
141de86 upd readme
7f288e4 fix seader
e30bbdb upd weatherstation
648dce0 upd picopass
cb94234 upd seader
b31a49a fix hidfiletransfer
940c260 upd readme
8f510d6 update led tester
f0fabb6 upload new multiki
3660138 FIXES FIXED - Fixed by RogueMMX WILL BE IN LATEST RELEASE 2024
b00abe1 uhfrfid merge
5b4cd59 merge fixes pt2
ed94779 readme upd
aacb85a rename espflasher
509478f espflasher version by Willy-JL
822dfe6 merge fixes pt1
9699914 Update emulation.c
28c4893 Update issue templates
25919b0 upd readme
e9f02f2 upd uhfrfid
4c4ee80 sync readme
5005521 rename conflicting funcs
51f62b2 remove unused icon
e3ec858 upd readme
d8b5be8 trying 83
c5a4ffe Update nfc_playlist.h
36b2187 numlock support in mousejackers
978271b upd minesweeper
0af2b82 Update nfc_playlist.c
a6bb802 Delete catalog directory
2144e72 Update nfc_playlist.h
590288e upd readme
aae0279 Merge pull request #38 from Kondenko/mifare_fuzzer_card_emulation
2e518f0 upd readme
d69e2cb add new apps
0144591 replace minesweeper with redux version
16e2482 upd hangmangame
b0c71a1cb9 add free's in case of return
96cb4c0 add free's in case of return
4511ead7fd upd meal pager
3ccfd66 upd meal pager
8148d34 upd nupogodi
5d6fe16 update totp
5d86ba6 update picopass
c61f86f add missing furi_string_free
a6ddbef Update nfc_playlist.c
df5a44e Check fix
9721102 upd nfcmaker
84a8a0c Catalog
9ed8bef Update emulation.c
cde30bb fix includes to allow usage with ufbt
45c8a02 Create chanelog.md
866c7c0 Assets update
c17baa9 Update file_select.c
055fb31 Update README.md
c1dd710 Update README and TODO
a540e69 Blink the LED while emulating cards
fb02471 Add card emulation logic
54f8154 Add .gitignore
fe4c1d7 Update README.md
1035a10 Optimisation
663a985 Merge pull request #22 from leedave/feature/stationSet
284498d Added limitations to first/last pager/station
42049b3 Merge pull request #21 from leedave/feature/stationSet
9d8cc15 Fix Memory Leak
a627f9a Added new UI to define stations/pagers range
99c9556 Optimisation
0b96ee3 upd readme
e1c72bb Struggling with null pointers in int_input form
d8fc459 fix missing icon usage
11a23ce continue work on number input
b861e0e Merge pull request #7 from acegoal07/file-select
8e94168 version bump
17b1eb6 Tweaks
5736a4d upd readme
cbeb65c upd weatherstation
6cc3a52854 upd mealpager
dda9b40 upd mealpager
dab2bfa Initial add of file selector
6f038da Started on UI for Station Id
d866416 Merge pull request #20 from leedave/feature/td174
e2e3c2e Added support for TD174
b6dcd49 Solved issue with different Frequency on TD174
01e8273 Merge pull request #19 from leedave/feature/td165
810bec7 Added support for TD165
31dbb69 upd ci
9875821 upd readme
78b2d3a upd seader
35d7166 move to firmware repo
52784f7 upd readme
c32ae53 add lic
7a3e7b8 add new app, apply fixes
9382de4cc0 add new apps
2ffce83 add new apps
9bb8658 upd progcalc
91e6e2e upd picopass
0ed0713 add new app
0e9c7a5 Update FUNDING.yml
85a94f8 Merge pull request #18 from leedave/feature/repeats
ca16f0c Version update
771a649 Added signal repeat feature
cc0c618 Merge pull request #17 from leedave/feature/linting
f179b0d Finished linting and reducing manifest and includes
a0794b1 formatting/linting
908eb0b Merge pull request #16 from leedave/feature/td157
48684e7 Support for TD157
65b7247 Moved common functions
b058080 Create FUNDING.yml
ae0b74b Update README.md
c4abdfa Merge pull request #6 from acegoal07/Settings
82ed1da Update emulation.c
22fb491 Update settings.c
50bf4fc Merge pull request #15 from leedave/feature/subghz_updates
d42c5ce Shifted assets out of root
524fc2e Merge pull request #14 from leedave/feature/subghz_updates
36d024a Display when data is being generated and when it is being sent
782ee25 Merge pull request #13 from leedave/feature/subghz_updates
c687b9d Fix for wrong blinking settings
441d7b2 Merge pull request #12 from leedave/feature/subghz_updates
6be3d60 Updates for interrupted transmission
11bbcfb Merge pull request #11 from leedave/feature/subghz_updates
215b772 updated readme
c03560b Merge pull request #10 from leedave/feature/subghz_updates
ba29d9a Set defailt last station to lower number to prevent memory crash
1aaffe0 Merge pull request #9 from leedave/feature/subghz_updates
effec4e Cleanup root
e6689e7 Merge pull request #8 from leedave/feature/subghz_updates
31f62b8 Can finally send, correctly control LEDs and return to menu when done
3ea8078 Merge pull request #7 from leedave/feature/subghz_updates
238a5b3 Stop Programm if cannot open tmp file
7ce4cfe upd readme
d848829 add new apps
e575513 upd counter
8f2b917 fix icons
41620b9 upd readme
47a502b Merge pull request #36 from Leptopt1los/dev
1316afb NFC Magic: application.fam minor fixes
77d8de9 NFC Magic: Incorrect total blocks usage fix from (#102)[flipperdevices/flipperzero-good-faps#102]
cc246d5 NFC Magic: gui fixes, code cleanup
5803cfe upd wavplayer
5fefacb upd ublox
50bab0a upd progcalc
86023e9 Settings view
25a1afe NFC Magic: GetCFG renamed to GetCfg
ac41bc5 NFC Magic fixes: new back button event handlers, cleanup
0b7aebd NFC Magic update to 1.5
e4c6137 upd readme
9f90187 Adds Icon
1d550e4 Update README.md
940f7de Merge pull request #5 from acegoal07/Early-Stop-2
ee965b6 Final push
86dde6c Formatting
d2620fa State
d8a7c3e Update emulation.c
e1543db Tweaks
9a9d87e add new app
8350da6 Merge pull request #34 from Mr-Proxy-source/patch-1
e2f9998 Merge branch 'Early-Stop' into Early-Stop-2
506cca0 Added new devices
44df993 upd readme
b4d94b1 upd picopass
ea43c22 Led indicator
3d39d1c upd readme
e92de59 upd readme
30b09d8 upd spi mem
d4815da240 fix missing lib and wrong appid
374a2b7 fix missing lib and wrong appid
7dca89a Settings changes
a9ae66c Stop early
db1b36e upd readme
f720fbb727 upd pokemon trading
7c6052b upd pokemon trading
e4dc07f upd picopass
378630d upd picopass
0e320c6 upd picopass
bbf4ed1 upd picopass
7c40674 sync nfc magic
f444e8c upd motion mouse
ea69e74 add new app
f8c5826 add videoplayer lic
d541476 upd video player
35865a9 upd hangman game
ab51889 upd seader
2da78ea upd wifi marauder
6fb4f14 upd subbrute
85b58f3 Update emulation.h
df9aa70 Update nfc_playlist_worker.c
8b2e4cf Update README.md
f3fcc1d Refactoring
ee805ea Split scenes
db2900a Update README.md
b2d6812 Update nfc_playlist_worker.c
e95aafa Update nfc_playlist.c
881391a Menu tweaks
816c0d9 Update README.md
2dc8f38 Merge pull request #2 from acegoal07/New-UI
9330ae6 New UI Update
3f596c1 Merge pull request #33 from hryamzik/hid_app_ptt
19e4eb1 upd readme
5c6bec8 upd wifi marauder
2ead2ef fix readme
b2498d2 add new app
40f2c0e upd picopass
6512b39 upd blespam
5f807c4 Emulating improvements
103bf81 PTT: fixed 'raise hand' for zoom on mac
b837101 Update README.md
f69b9ea Merge pull request #1 from acegoal07/Timeout-Improvements
3412037 Merge branch 'main' into Timeout-Improvements
d09861f Update README.md
0d7fc57 Update nfc_playlist.c
4e8be3d Update README.md
7bb227c Update README.md
12a6e35 Update README.md
5ddd829 Update README.md
ea5693d Adds new timeout
4728659 Fix timeout
17c86f7 Fixes UI
b925047 return 5px movements to mouse jiggler
590c023 upd readme
721936e upd picopass
4cfd1cd Adds UI
127faac Update application.fam
57a7086 Update README.md
a27df3d Worker Added!
3ecb84a Update README.md
6a34f2b Name changes
eea3cb3 Merge branch 'main' of https://github.com/acegoal07/FlipperZero_NFC_Playlist
318dc9c Add code
6aa95d7 Update README.md
6594489 Initial commit
cafb07c upd readme
d70f146 upd nfc magic
25a1579 upd hangmangame
8a35240 update blespam
7e9cfca Merge pull request #6 from leedave/feature/subghz_updates
c934ddd searching for error with tmp file being open
d270d69 Merge pull request #5 from leedave/feature/subghz_updates
49cfa7f Seems to be sending, but doesn't close nicely
1b45037 Merge pull request #4 from leedave/feature/subghz_updates
52f1e75 Debugging SubGhz RXTX
03cd4ba Merge pull request #3 from leedave/feature/subghz_updates
7b5b0a2 Removal of obsolete logs
3ee5280 upd seader
3659155 upd hangmangame
374a9f9 upd readme
785be88 upd nfc magic
c470295 upd picopass
b55c5ff format
544d20b Working on TX
4c22643 upd wiegand
e8cec59 upd readme
390b301 upd hex viewer
a2f906f upd readme
ec3e655 upd picopass
aa7fcb7 upd hangmangame
0a2f3ea upd ublox
199ce67 uart terminal add missing uart deinit
f108761 upd blespam
7e6a9fa add some missing frees for subghz playlist
ca7b211 rework esubghz chat to use mbedtls
84c97f6 rework atomic dice roller to use mbedtls and fix otg
bc91d51 upd readme
3a74df4 Merge pull request #2 from leedave/feature/adding_subghz
d2a81e2 hotfix
c0e2fcc upd readme
c5f4426 upd blespam
efeac36 upd readme and uart term co-authors
7364830 bump versions for catalog
1010eda Added LED Effects for compile & subghz
bdb10b6 Merge pull request #32 from rnadyrshin/hex-mode
6fac013 Added SubGhz classes without features
21a95de Merge pull request #1 from leedave/freature/refactor_includes
41a408c Refactoring Includes
8f4d942 Now generates tmp.sub file for transmission
2212ab0 readme fix
c365e77 Hex mode & bug fixes
0916cc1 upd readme
42e9c7f upd blespam
ddf2f1c upd blespam
d2610f2 upd readme
8d57666 upd readme
2986d78 upd blespam
c593c54 Initial Commit
a750fd5 upd evilportal
fd7cdae restore usb app icon
21ba455 Merge pull request #31 from hryamzik/ptt
07c08b3 PTT: added webex
41c4dc0 PTT: added google hangouts
8ccdbfc PTT: added slack and signal
bdd526c PTT: help text fix
7dab4d9 PTT: improved disconnect notification
34610b4 PTT: added menu, new apps and improved controls
e027d10 upd readme
a54596f upd nfc magic
7949334 upd picopass
c0bf8c3 upd spi mem
36d2e9c upd seader
cbac196 upd hangmangame scripts
67158a3 upd espflasher
3a90d16 upd blespam
be7c52c update readme and move app to working apps
4421edb13d upd pokemon trading
81c2264c1f pokemon trading update (refactor PR)
24fde89639 upd pokemons
d4d5a81 fix compile errors
19f7020 fix dhcp
58bd123 ping work
7ca5218532 Update README.md
05c0b58 add  statici[
6696e166f3 Add "binary counter" effect
f563e450c6 Update screenshot
f01fdb58bd Version 1.1 (more effects)
dc7bde3 app fixes
3a0272a31d update banner image
78ead920aa Add .flipc pictures
ef82521f8d GPIO Badge v1.0
b90babf save success ping TODO: normalize code
73b16f9 cool dhcp work
6e8ba51 dhcp work
d5516e3 add normal module check
a1b1d88 fix ptr error
f9d3091 fix bugs
1e75210 first connection to w5500
fa03054 add eth_log
36de235 add power indicator to view
4a70e3c log
8d00470 add log
17386d9 save all configs
2e60d50 add save mac to file
0f3117d move app icon
096c0ba evp_printf, dinamic strings count
dbd1112 delete old structures
772839f gui changes
f284f3ed74 move apps
a4c8bd2 gui fixes
84dca5b add ping process
4c645f7 gui fixes
0234554 add static menu
c217027 add mac adress redactor
688a8af new screens add
1f050d4 fix memory
1a7afc6 new gui iteration
4d0e1d2 gui changes
4500353 add power consumption monitor
c0684d7 it's alive
9f7c8c6 move to lib
c5d2b83 save
a5b5bf2 add W5500 driver
f2ff7e9 add new ethernet icon
20e16d7 change naming
de62fef Amperka example

git-subtree-dir: applications/external
git-subtree-split: 08e6a50866e1b336e3eceedca1c6dceda509262f
RogueMaster pushed a commit that referenced this issue May 20, 2024
RogueMaster added a commit that referenced this issue May 23, 2024
e57513706a Merge seader from https://github.com/bettse/seader
0726f8e roll back a few free that are on decoded structs
9633df8f98 Format
831c7dc3e1 Merge nfc_playlist from https://github.com/acegoal07/FlipperZero_NFC_Playlist
e1e3243914 Merge magspoof from https://github.com/zacharyweiss/magspoof_flipper
b1ed211346 Merge flipbip from https://github.com/xtruan/FlipBIP
1f27ffd0b5 Merge cntdown_timer from https://github.com/0w0mewo/fpz_cntdown_timer
03ecedf7fb Merge chess from https://github.com/xtruan/flipper-chess
d57c045 Merge pull request #19 from Willy-JL/fix-double-free
85d1291 Correct syntax for gh cli pr to upstream from fork
2a7c0d7 Add auto-pr logic; bump action ver
a582863 Fix for TLSF allocator crashes
5d211f4 Merge pull request #28 from acegoal07/dev
e574e05 Changes
a0bd65f Merge pull request #27 from acegoal07/dev
20898f1 Update nfc_playlist_scene_file_rename.c
90eb26d Update nfc_playlist_scene_file_rename.c
94443e7 Update nfc_playlist_scene_file_rename.c
198b9ce Update nfc_playlist_scene_file_rename.c
00e5c6e Update app_catalog_upd.yml
f387a6a Just some tweaks
4db8bc9 Merge pull request #34 from xtruan/develop
1740b15 chore: bump manifest 1.16
5afc1d3 Merge branch 'main' into develop
cf969fa fix: minor UI cleanup, screenshot cleanup
23e4aff Fix < 1 sec crash as @Willy-JL advised
c5f522b Merge branch 'develop'
2fb9f43 chore: bump catalog
936a32f fix: remove import
e0a1fc6 fix: typo
be56492 fix: remove ref to u8g2
9f7dd64 Merge pull request #26 from acegoal07/dev
f7d6f3c Update application.fam
c2c7c8b Update nfc_playlist_scene_file_rename.c
f9bef93 Update app_catalog_upd.yml
be6fdbf Merge branch 'main' of https://github.com/zacharyweiss/magspoof_flipper
26bc489 Update application.fam
0cf8e0b Create app_catalog_upd.yml
cd021de Merge pull request #24 from acegoal07/main
c33455d Update README.md
0dcfd59 Merge pull request #23 from acegoal07/dev
63ca18d Update nfc_playlist_scene_file_rename.c
f99ad11 Fixes incorrect frees
06626d8 Improvements
cb10252 Update README.md
a7d517d Merge pull request #8 from xtruan/develop
5214970 chore: bump manifest
4678ec9 fix: disable workflow better
8477442 chore: bump manifest
7dda90e fix: version bump, disable ufbt build
121ff4a Merge branch 'develop'
1c5b502 Merge pull request #33 from xtruan/develop
206e84b chore: bump manifest
a9b4ead chore: bump version
6c08905 feat: fixes from Momentum
5b5957e Merge branch 'main' into develop
8bce552 Merge pull request #7 from leha-bot/fix/build-on-rel-fw
1aca239 Update ufbt_build.yaml
b8b5c96 Update ufbt_build.yaml
b93ee28 Adds ability to remove playlist lines
f97b1c2 fix: updates from Momentum
0c371a2 Improves the detection of blank lines
66995c1 fix: avoid buffer overflow in sam engine if index == 255
57b7f65 fix: avoid dangling pointers to local storage

git-subtree-dir: applications/external
git-subtree-split: e57513706aa6dcadfcfcd1c92e0092b48899bc9f
RogueMaster pushed a commit that referenced this issue May 27, 2024
RogueMaster added a commit that referenced this issue May 31, 2024
1fb63f0d97c SubGHz Playlist: Fix crash with region lock
ae55aa3176b SubGHz Playlist: Show item play fail, some UI fixes
a442bf147c6 Ethernet: Same appid for compatibility
f245471ff7a Quac!: Fix SubGHz protocols and crash (#11)
3cad714758c IFTTT: Fix memleaks and wrong free's (#10)
8706bacad2f Remove redundant extra API
7b65d07fbab Merge pokemon_trading from https://github.com/EstebanFuentealba/Flipper-Zero-Game-Boy-Pokemon-Trading
47eb81ffd3f Merge magspoof from https://github.com/zacharyweiss/magspoof_flipper
282237f Merge pull request #24 from kbembedded/main
16a33e8 application.fam: Update for 2.0
a76f760 Update dependabot.yml
719d3d1 Create dependabot.yml
333894f images: update images used in app catalog
8dd4699 README_catalog: update app catalog README with latest
1f86352 README: update with latest features
678bfdd changelog: update with 2.0 changes
833f02e pokemon_pins: note MALVEKE pinout as <= rev 2.5
22ce90b pokemon_data: update for new sprite sizes
a32c6f1 sprites: custom sprites
9c62035 sprites: add custom sprites
1c88c1a trade: turn on backlight with each byte received over EXT
9359890 trade: do dolphin deed after a completed trade
7e5b99c assets: add surprised pika for exit conf
d2c52ab gblink: bump to v0.61
33d56d9 gitignore: ignore dist/ folder
691746f README/es: Fix typo
2d12faf pokemon_data: remove MALVEKE check
a982886 patch_list: Add party_sz to main pokemon data struct
e0581ec pokemon: support gen ii trades
57dac60 char_encode: add hyphen character support

git-subtree-dir: applications/external
git-subtree-split: 1fb63f0d97cce732d8dadf869d1ee89aa32efcf0
RogueMaster pushed a commit that referenced this issue Jul 19, 2024
…torage

Furi String free in storage if things fail
RogueMaster pushed a commit that referenced this issue Aug 27, 2024
feat: level select and tx level data to player 2
RogueMaster added a commit that referenced this issue Oct 21, 2024
b907dbf7a3 Add debug tool to mount drive.
d929b41ea6 Update badusbdemo for MNTM-008
48ee1bbba0 Update ADC example for MNTM-008
5eb8b97cee Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials
039a8186b7 Archive old JavaScript files.
9adc9ff9ca Merge pull request #32 from Einstein2150/main
060dde6846 Updated to compile with latest firmware.
2b09689495 Fix deprecated warining
94c5e6587c Updated UART demo. Read w/o delims.
f45e6f5c48 #37 - use clearText api
e6debaf388 Update for latest API + fix hang bug
55db5662ec bitbang for sk9822 LEDs
ae42dc8f84 Add running variable, repaint every message.
9c3127ecf5 remove fap_assets entry.
7bab3a86cd Update for timer demo.
f3b8ae012f Update for best practices
a1358a5642 Add lucky example
e88a6bee81 Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials
0dac47fc2f ATtiny85 files
e97b313aa2 Update README.md
2ebf199ad4 Simplify app using the LFRFIDReader library
efb1269e02 Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials
e071459744 Update API. Thanks Addison for bug report!
bd21796c03 Remove HTML from readme
60147e9aa9 move backtick
7520aba1a5 remove _v3 from appid
fdf1984c7c Updates for app store
09ed9f6bd6 Improved timing of notes
3ee4fdfec9 DAC code (needs readme)
1c097bbe7c Fix for fast notes/pauses
34095cf003 readme - backtick not allowed
1eda2bfaba Add screenshots
f97d1b8d84 fmf_to_sub v1.0
c07fbbe530 Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials
b714ac51f4 JavaScript BigBanging SPI MAX7219
942748870b ChatGPT training for JavaScript
c9c8ecdb95 JavaScript ADC demo.
e3053c4d0d Update with protocol format
307ac450ed LFRFID FSK GEO DEMO
e6acfb405f InstaFob
fcf242ac47 Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials
bbd40cb103 Initial check-in for T5577
0420e698ee Update Light_on.sub for Matthew's house
546f5f048b Add more pre-build FAL files
3c5019697d Add note about creating .sub files
3f74c682b1 JS: Flipboard
6b9195fb42 Prebuilt files for momentum and official.
c70c4fb65e JS: vgm_sensor tutorial
6b1cc1013e Update README.md
fe2480db16 Updated comments
63154ff02d JS: BadUSB Readme
df144e1753 Delete MP3 file from repo.
1a7616538f Automated JavaScript BadUSB demo
9006626231 Update cookie clicker with updated Bluetooth API.
9c944be2e6 Speaker ffi example
de3e8f323d Intro JS
ca9efc0342 API change requires DateTime.
89f34981b4 Update readme with Fine Tuning directions.
00e2574c5a Fix crash when no VGM. Use void* context (support more input scenarios).
05e629786a IMU Controller
6f17e6eb48 Low frequency RFID spreadsheet
db6b5e4f1a Merge pull request #31 from Willy-JL/air-labyrinth-fixes
4c228ffddf Air Labyrinth: Use PYTHON3 var
36d68f0ebc Update README.md
b17c15ac07 AirLabyrinth: Fix sprites on windows (still precompiled tho)
d27edb92fe AirLabyrinth: Fix for gcc12 toolchain
d5c329739a Merge pull request #28 from kitsunehunter/auto_reader_power
a54146a4af Update readme
9e839e1a79 Update readme
4e33c80125 Add the fxbm asset
e4ac198717 Make assets pre-built
119f4f244e Update readme with v0.1 game image.
f6d509a409 Updated readme
28eb2041c2 Air Labyrinth v0.1
53eed82f55 capturing my notes on security1.0/2.0
fdb828016a Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials
31ef491bd9 Latest OFW needs this file instead (thanks Prophet)
0662157ca6 Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials into main
b995a55ef3 Genie Recorder v3
eb39e8bc4a Xtreme/RM now contain the auto-detect patch!
2184839b43 Key 0001 and 0002 using "Protocol: Genie"
95d939cd2a badusb example commands
8792cccfcb delete unused file
809ff21416 A couple of badusb test scripts
393b4febc1 bug fix: free resource
dca8b03b8a clarify this is viewport
97a19a32f6 Updated readme
d617a8503a Update readme
2b940d644f Link to YouTube video - Update README.md
50141c9e74 Update directions for CFW
84e7a70362 automatically supply GPIO power when using read functions to turn on reader
6d812948f3 fix issue #27 - PushPull if connected to GND (reported by llgarrido)
7e4d4a06cb Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials
8241069354 IR Blaster auto-detect patch for Offical Firmware
a012ec78e0 Version 1.9 - fix first LED "laggy" issue (reported by Z3BRO).
fe3bb3b354 Use logic LOW when not sending data.
9ec25ed0b4 Reduce to 512 LEDS (out of mem) on some FW.
cafdbcc001 Improvements for ws2812b_tester app
216c15dd77 Fix version on application.fam.   Refactor code for COUNT_OF.
774b228856 v1.7: blanking signal.  Reset remaining leds.
6b817ad23e v1.6: Add support for 1000 LEDS, Add "dirty" support to remove update flicker.
606abe7887 Ver1.3: (w35, w36, PACS_ fields, filename)
46a0d76f52 Update readme
49204805cf Merge pull request #18 from kitsunehunter/main
2808278087 Merge pull request #1 from kitsunehunter/Add_Wiegand_Formats_and_Decoding
6e1ced7e8b verbose output off to get to decoded data faster
812c50b41f Add version in About screen.
4abe084717 Reverse direction so single LED goes in RGBW order.
e517031c7c Add LED Speed option
b875cb8103 iOS17.  :)
145067632f Update iOS18 instructions + stop timer on BACK button.
2739089114 Update WS2812B with .flipcorg data
04480cbbe3 WS2812B Tester
447e7ec040 documentation
4db81a96bd edit H10301 decoder to display FC and CN first for consistancy
5004306d9d edit file naming struct for readibility
d9f9ccae08 edit log file encoding for wiegand_load compatibility
d43bc66305 rename RAW_Data to PACS_Binary
742bfc1559 add pm3 command for single step encoding
54785fe8d9 modify log file to provide PACS binary string only for downgrades
07c286642b add decoding formats C10005 and C1k35s
ddb07eaeee Fix bug found by Slackware!
6934ea564d SPI demo w/W25Q32 chip
3d0aed8283 Updated skeleton app
27a50ac914 Update readme
32b40d268a Fix off-by-one bug. Stop clicking when all found.
87df63a3e9 YIKES! BUG COULD HURT YOUR FLIPPER?
5d92a3c39b Add NULL check, just to be safe.
1d10fa2019 Script to make keys.txt into fix.GNE file
88992639c6 Genie v2 - supports custom protocol handler
0f7ab59050 Update readme with warning about fast-forwarding.
45d8c3d723 Add a few genie sub files (no python required).
0c8570244c bug #14: Update x10 remote with latest
7376e5a6e7 Flipper Zero modulation samples
367a8ff09e Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials
4202990995 genie_recorder 1.3 (no private API)
09b0eed345 Update README.md
12560931d5 Update README.md
4eeafe3357 Thread demo (PWM example)
7595c42fdc Update README.md
1cc4506a6b Add version info.
1569680800 Updated readme and about text.
b6482bfdfd Issue reported by RogueMaster (api_symbols.csv)
90644e11b2 Edit script to allow for multiple numbers.
c0159c6920 Created genie.py for generating a RAW .SUB file
3e463b17b6 Remove crashing bug.
1044c0bf8c Fix crashing bug -- can't append 1000s of times?
54c1f4fd13 Genie GIRUD-1T
fec280d3a5 Genie recorder
88db25b8de remove random_name API call
7e8bdc0559 v1.1 - Add scan code (needs refactor)
384d618485 Fix typo.  :)
1b454277c8 v1.5 (L/R count, OK=flush+CLOSED, signal=vibrate)
46f987a00e Update readme
356f49365b Add support for W48 (H2004064)
7d18e75287 Also increment fap_version
31fbce8209 bug fixes (see changelog)
99e76d6214 update comment.
1b5dfecf20 update .fam file.
d99a059a01 Fix huge delay on Transmit Signal.
be6e4ba9ed Add ver info to readme. Add note about Xtreme DEV.
6ac133d820 Add version to FAP DESC as well.
936221cded Added versioning
61e8fb3d70 Add .flipcorg meta data.
109cbd7b4e Add description and YouTube link
6b0fe23993 Latest updated based on video
c28bf80713 Add Keeloq diagram
aa89a121c4 Added "Test attack" diagram
b44ff0786c Update contact info
c0241ed223 Rolling-Flaws (KeeLoq rolling code teacher)
26104939ab Signal send demo - Aug 22, 2023 session
568f74348f Add skeleton_app for jump starting FZ apps!
68714ad1c5 Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials
a13cfb712b Update subghz_demo - latest firmware changes.
6921a26905 Update README.md
4d1d89a791 Add Discord info
f370cff1a7 Add "binary counter" effect
e5df7c5e5b Update screenshot
961294756e Version 1.1 (more effects)
593b7dd948 update banner image
b5238d6a6f Add .flipc pictures
6e06cd4550 GPIO Badge v1.0
8dfd5a598a Send princeton signals
37252b745b Merge pull request #13 from LionZXY/catalog/full_description
06a5c43621 Add full description
af269d5c3f Remove doc images
e9022c7eb0 Example of basic_scenes split across files.
4beca0ce95 Add screenshots
00480d1fc8 v1.3 - Echo signals a few times
d931817ae5 Updated README
0112d1cbfe Add license to RPS game
8c3b4e66b2 version 1.2 of RPS
4bf3a47358 Build with: ufbt update --channel=release
b84221eb3c BACK at "play again" should broadcast quit.
a9915dc092 Update RPS for latest API changes
8a782817c7 r15ch13 contribution
3f9554fb07 Add comment about GpioModeAnalog
5c5333e55e Add blink PWM example
ecbb5c037b kilohm https://physics.nist.gov/cuu/pdf/sp811.pdf
d536cf1101 Update per bunni feedback
a0eff12f17 UART demo, making UART read easier.
4c304ac075 Add Blink LED example
7a0540971e SHTC3 app to print id.
1d8134f778 appid must be lowercase in latest firmware
435aad3ecf #3 - update signal for serialize/deserialize
885c465b44 #8 - Add decimal values to id & facility.
bd1b14bb01 Add x,y,m values to instructions.
052f4f8679 fix initialization. add speed.
6fad46cfb2 dev 30.1 RM no longer has DEED macro
d1816692ce 30.x requires [a-z0-9_] for app id
5741fcc57c Added config screen
d922892bea #11 wrong spot - Make click location configurable.
554e36a4f2 Delete plugins/basic_scenes/docs directory
bee1c4c67c Delete basic_scenes.png
d02135a37a Delete basic_scenes.c
2e6174b0d6 Delete application.fam
c7d1b4177d Update README.md
2fb10c8b1f Move Basic_scenes under UI folder
0672ab0b77 ViewDispatcher example
808e0772c2 Simple ViewPort demo - Hello World
d0733985b0 Update README.md
833b1d2a04 Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials
f1c4a190e6 Add MOSFET support to Wiegand app.
bf381dd765 Update README.md
89b590090e Added link to Visual Guide to FZ GUI Components.
2e17693d87 typo
d5e63fda45 Marauder readme
a7c155e88d Add security topic to readme.
0466503c64 Remove debug spew
8b86b58e88 Move into secret_ssid + README file.
0230baa7e8 Allow acting as ATT wifi.
a829cb7620 Improve comments
25500ab2db Improved SSID encode/scan.
d2740d37e8 Improve comments.
80e445b094 Fix bug + add commented test code.
6ad7d9e2b0 Add scan.ps1 script
f7f6e2a17e fix issue #7 - invoke view_dispatcher_remove_view
bfd76eac24 Merge pull request #6 from Brodan/main
f500d4b577 fix basic_scenes tutorial cleanup function and update readme accordingly
d71c9ee7cd Update README -- deprecated tutorial.
195a8a9265 issues #4 - Wrong pins for I2C
505926825e Add UNUSED to functions
30c9d6d186 Minor updates
257f048fde Update readme to fix typos
3c53683796 Change category to Bluetooth to align with Roguemaster FW naming
e6d61aa22c Initial check-in for hid_cookie
3a1a0c19ab Updated flipc.org files
e8339970c1 add fap_icon_assets_symbol to FAM file
bc1e3e541a Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials into main
f4703885d4 Fix paths for non-windows systems.
54122eacc3 Updated readme
a49aeb3536 Add prebuilt for Release 0.80.1
ffdd292550 RPS play again signal from remote user.
a5ca0c1976 Viewport code example.
ff73bde3f5 Updated .gitignore
3a312faca8 Add reader and clips to electronics.
74322c1400 Add wiegand to the tutorials readme.
0860e09785 Add install directions for Wiegand.
25caf3752c Initial Wiegand application
e9b37d5b50 Cookie Clicker over bluetooth!
10fee7301b Add link to YouTube series tutorial.
78dfd1bf2e Integrate Karol's feedback on README.md file.
9dd831b58d Renamed image.
84aeb858b7 Improvements to basic scenes tutorial.
fe0490a5a3 Initial draft of Basic Scenes tutorial
2b41dcff2f Update with archived releases
96db4ad485 Update links to direct raw files
029804873a update readme
df12e82738 v1.0 RPS for RC-0.80.0 official fw
d93e358bb6 v1.0 RPS for V0.79.1 official fw
13736cdccd Relaxed timing. Update readme.
c6a176d94a fix freq not available bug w/join w/o games.
2fa4067702 Do not require sync clicking.
1540853283 Play again prompt at end of game.
b96047cd7b Update social info for existing player.
3d1fff533f Support subghz chat messages.
dfe9b6371e Breaking change - Update protocol.
a97e6df1d9 Host exit removes game from list.
a5cc35db5b fix some remote games not added to list.
e7b49ae7b2 Use constants for enter/backspace.
6f43c5bc7b Move social type to separate line.
228f46fea9 Make "edit contact info" first choice.
bf0b8063a7 save/load social preferences.
2ca12eb770 Code cleanup
7d87a22b10 RPS - Allow configuring social info.
c88d5dbf3a Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials into main
efe95a10de Added sample messages to readme
0fb6fb32d1 Initial code for i2c_demo
418c419171 Initial check-in for scenes demo.
f11f6a86b1 initial checkin for knob_component
97b7900a99 Remove game when another Flipper does a join.
fda2fbcdbb Show past games.
615e307bf5 Save game results w/contact info to SD card.
3e5acab130 Free sender name.
c683a15a5f Host ACKs the join request.
74f931e1f6 Added main menu + join feature.
272a7bc594 Links tool - help me build tutorials w/various fw
72b1d89078 Add vibro on move. Song on game end.
b8db448de7 furi_hal_subghz_is_tx_allowed not in all fw.
8f0c94c1a5 furi_hal_subghz_is_tx_allowed(..) not in all fw.
69f7ee770d Reformat document with VSCode.
9d123a5963 issue #2 - unused var gives errors in latest SDK
b6fef49575 Mesmic Mx2125 Dual-Axis Accelerometer
91da549b6a Demo of GPIO interrupt
4c450f8f9f Error-prone script: convert SUB RAW into CSV!
dd93de7dbf Test to see if BACKSPACE and DELETE keys work.
ba5a8c6749 The usb id triggers  rekordbox fw update.
5c613a19db Youtube: GPIO pull-up/down resistors
f376b55dec Update youtube entries
043013c8c1 Fix my second NRF24L01 to be named correctly.
4475b64c5e Update descriptions
541cf81a61 Update youtube index
5cb69ccedd Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials into main
ee8e6c9d32 Added first draft of "pins" project
d53407d42b Add electronic tools - iron and logic analyzer
31c9be7ef7 Improved accuracy for hc_sr04 ultrasonic device!
2d35562eeb Copy of original hc_sr04 code
53e18600aa Control 7-segment display with Flipper Zero
668fd49fe3 Merge branch 'main' of https://github.com/jamisonderek/flipper-zero-tutorials into main
681c379419 Basic application with custom canvas draw.
ad34f24762 7-segment link
e565593360 Add link to resistors.
093511c7e7 Add section for wires.
08e9dd6b40 7-segment youtube link
2df8a0766d Add links to electronics videos
1a941f5749 Add links for electronic parts
1d364099a6 Update readme with new youtube video link
d0df56c65d Update README for subghz samples
9783c9fb53 Update readme.
1a7a71e7f1 Add subghz readme files
f23c54ac4f Page with links to YouTube videos
4a881a0f6f Updated application.fam file
7c09c11f9b update readme
dd608f6d8e Add images to rock paper scissors game.
58ccc2ef0b More game states + helper methods
ca5515c8b9 Initial version of rock paper scissors.
4a63e040e8 Add X10 remote samples
43fade6f5f Update readme to have correct png filename
ceaac67386 Updated quantum-fire - filenames&protocol capture.
084bd051e9 Chevy HHR 2006 lock/unlock
8928073d1a Merge pull request #1 from jamisonderek/add-subghz-rx-tx-worker
560788869d Add subghz code + bug fixes.
85a02ebaa9 code with only logging
0e1bc2f6e9 add missing break statements + logging.
b3a68e3743 Bug fixes
6bcde7fd08 Add subghz_demo application.
7cf67362f8 Update appid casing to align with other apps.
a8a2c5376d Add gpio_polling_demo tutorial
b20142a928 Add subghz-samples-quantum-fire to readme.
38c2673899 Quantum-fire fireworks subghz sample recordings.
9c7d138868 Add screen capture images for x10.
56f18ef376 Add another link to firmware-updating tutorial.
8af5eb6834 Update README.md with link to firmware-updating.
8a04b0bbb8 Initial tutorial for firmware-updating.
de30222da1 Update README.md with links to source files.
65721becff Add initial subghz-protocol-x10-decoder project
b8972e54fd Initial commit
REVERT: e32be2d5fd SubGHz Bruteforcer: Fix one/two byte text
REVERT: 92aed8ff2d ESP Flasher: Update Marauder bins to v1.0.0
REVERT: 228d566302 BLE Spam: Can use 20ms again with LFS gone
REVERT: 2a023e8d47 Add support links
REVERT: fa9648df8e Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer
REVERT: c9c23b9191 Merge esp_flasher from https://github.com/0xchocolate/flipperzero-esp-flasher
REVERT: f425ad34ee Merge pull request #9 from zinongli/revert-8-patch-1
REVERT: e11cc4947b Fix fap build (#28)
REVERT: 4ded47a932 Revert "Update t5577_writer.c"
REVERT: b65288e391 Revert "Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer"
REVERT: c443619d77 Format
REVERT: 072d1b264e Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer
REVERT: 021c7ab097 Merge flipbip from https://github.com/xtruan/FlipBIP
REVERT: caf58eb3ff Merge chess from https://github.com/xtruan/flipper-chess
REVERT: 5710cd8249 fix: bump build version, fix warnings
REVERT: 1eae49b977 fix: warning fixes
REVERT: f602636779 fix: test imports
REVERT: de098b00e7 fix: bump version
REVERT: 5f07eee566 Merge pull request #8 from Moon-Byeong-heui/patch-1
REVERT: e2962d9619 Fixes for `-Wundef`
REVERT: 6230b6bf30 Merge totp from https://github.com/akopachov/flipper-zero_authenticator
REVERT: 7d80fbcab7 Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer
REVERT: a059814356 Merge seader from https://github.com/bettse/seader
REVERT: a8e7da3aa9 Merge nfc_playlist from https://github.com/acegoal07/FlipperZero_NFC_Playlist
REVERT: 29e2887c24 Merge pull request #34 from acegoal07/dev
REVERT: 27f9aa4132 Update README.md
REVERT: 981c7de774 new file extension check + error messages
REVERT: 8ff87126d4 Update t5577_writer.c
REVERT: 6a35952f5c Update README.md
REVERT: 1a4f688327 Update README.md
REVERT: e33073a7cc 更新 README.md
REVERT: 1aa4e213eb Update README.md
REVERT: b2a4846376 refactor: Xtreme FW is dead
REVERT: fa5371f8f8 Create LICENSE
REVERT: ddf8a8906b exclude a little more from asn1c command
REVERT: cf3d31663b commands for getting size of symbols
REVERT: 7a7f74be1a T5577 Raw Writer: Use system icon
REVERT: c3b24c90bb Format
REVERT: 6453eadc70 Add t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer
REVERT: 38502d5459 Merge seader from https://github.com/xMasterX/all-the-plugins
REVERT: e41dcd8e0e Merge seader from https://github.com/bettse/seader
REVERT: dc8494512d Merge qrcode from https://github.com/bmatcuk/flipperzero-qrcode
REVERT: a730651ba2 Merge branch 'main' of https://github.com/zinongli/T5577_Raw_Writer
REVERT: a154ac8ebe update about screen
REVERT: 5a14b8f85a Revert "why not allowing changes to block 0"
REVERT: d337057b9d Update README.md
REVERT: 374c5a68d8 Merge branch 'main' of https://github.com/zinongli/T5577_Raw_Writer
REVERT: c7d8ec0b84 why not allowing changes to block 0
REVERT: 51ee3efbd0 Merge pull request #7 from zinongli/config_rework
REVERT: c0cc9861f9 fixed issue. add/edit manually live
REVERT: 6a752e9da9 byte input functioning but can't be saved yet
REVERT: 13279fb2ed restart add manually. views added.
REVERT: 47e743809d clean up and update comments
REVERT: 55538afde4 clean ups
REVERT: cbb366c07a clean ups
REVERT: 88aef3b60a Update README.md
REVERT: 1fb14cc891 Update README.md
REVERT: b8f459c787 Merge pull request #5 from zinongli/popup
REVERT: 6222b01fc2 minot calculation debug
REVERT: e2db89be85 Merge pull request #3 from zinongli/popup
REVERT: e0f9031173 success screen added
REVERT: c1ea848c11 Merge pull request #2 from zinongli/popup
REVERT: 7a9ab7d7e5 Writing ends after 3 second. Config memory loss fixed.
REVERT: d86debe07c fix
REVERT: e0d2ee8564 upd seader
REVERT: 33b687f6c3 writing gui
REVERT: 58c9b45615 update to firmware 0.104.0
REVERT: f054082f8d example file
REVERT: 28fd381593 uncreative fap icon
REVERT: 9e95c2c9cc Update app name
REVERT: 4157699205 branch managing
REVERT: e69c75a3f8 initial
REVERT: df8738a798 Initial commit
REVERT: 21223f1055 Remove unrolling in loclass to save space in memory
REVERT: 3adb8d0cb4 Remove redundant setting of credential type
REVERT: 227c6b84da Improve debug logging
REVERT: 16fa7cdd0c Check for SeaderPollerEventTypeFail
REVERT: b28f155ee9 typo
REVERT: 493c7031cf Merge pull request #21 from bettse/apdu_runner
REVERT: 60020378c0 dry up sam_present call to save ui state
REVERT: 5643b321e6 reudce SeaderUartTxWorker stack
REVERT: 8b65648c00 APDURunner
REVERT: b5c45a9349 more use of malloc
REVERT: 0d677d5bea use malloc for seader_send_apdu
REVERT: 4aaef3d76a Dry up seader_send_t1 and use malloc
REVERT: 61724f9958 Move display array into function using it
REVERT: e58f5ef812 upd seader
REVERT: 3361e70f8f Merge pull request #20 from bettse/t_1
REVERT: 6d33a43ab5 Format
REVERT: 667b20d74d Merge seader from https://github.com/bettse/seader
REVERT: 1e702c94a5 Merge seader from https://github.com/xMasterX/all-the-plugins
REVERT: 99598b0922 Merge quac from https://github.com/xMasterX/all-the-plugins
REVERT: 8f8480e612 Temp disable MTP app for release
REVERT: a19b63dcb6 bump version
REVERT: 29f36f5d26 T=1 support
REVERT: 766e9ada27 2 byte length in ccid
REVERT: 9d3a7e89d5 mv GET_RESPONSE
REVERT: df7bb05b82 Fix small memory leak switching back to ASN free
REVERT: 69c85f1d85 Set poller to null after free
REVERT: 3b721d37b8 move calloc after size check
REVERT: ace1455918 Change seader_send_apdu to use seader param instead of seader_uart
REVERT: 82300adb33 convert more methods to use seader param instead of seader_uart
REVERT: 236332be71 pull seader_worker changes from T=1 branch
REVERT: b98f39d473 Update seader_ccid_SetParameters arguements
REVERT: 3b1e7215e8 0.104.0 format
REVERT: 7e72e5f52e convert seader_send_nfc_rx to use seader param
REVERT: b0597f975a Change seader_parse_nfc_off to accept seader parameter
REVERT: e5b4647cf8 pull LRC file from branch
REVERT: 7239664de1 Increase thread memory for uart
REVERT: 77ab28fbcc Increase rx buffer size
REVERT: 8270d5117f upd seader
REVERT: 7bba8524b6 upd quac
REVERT: 8bc84893fa Format
REVERT: 4d53723255 Merge totp from https://github.com/xMasterX/all-the-plugins
REVERT: 6b7d599429 Merge seader from https://github.com/bettse/seader
REVERT: 5e93a08c49 Merge seader from https://github.com/xMasterX/all-the-plugins
REVERT: e60c8ae08a Merge quac from https://github.com/rdefeo/quac
REVERT: 193e4352db Change seader_worker_process_sam_message sig
REVERT: fa1f959095 upd totp
REVERT: 72d8238425 upd seader
REVERT: 9bd2759b7b change ccid log prefix
REVERT: b8d24a5bf6 Reduce SeaderUartWorker memory
REVERT: 415169e797 Update CHANGELOG.md
REVERT: 9b4fb7d430 update version to v0.6.2
REVERT: a7f3dfb897 Merge branch 'master' of github.com:rdefeo/quac
REVERT: f848547c85 fixed IR Import when empty, add hint when empty
REVERT: 66968917d5 MTP: Use system icons
REVERT: 67af85443f Format
REVERT: 61fdc0b6ab Add mtp from https://github.com/Alex4386/f0-mtp
REVERT: e6d5a160ce Merge seader from https://github.com/bettse/seader
REVERT: efe995273d Quac: Explain to hold right when emtpy
REVERT: c36c0b5cc7 Quac: Fix IR import busfault when empty
REVERT: c353bd84d6 Show type for MFC
REVERT: 0aaaf5a5f4 change UI when card detected
REVERT: 2882ea383d Validate LRC
REVERT: 727eef07ae chore: clearly state issue
REVERT: d63a35546f Merge totp from https://github.com/akopachov/flipper-zero_authenticator
REVERT: 4670323397 Merge subghz_remote from https://github.com/DarkFlippers/SubGHz_Remote
REVERT: b2c8bdb7dc Merge nfc_magic from https://github.com/flipperdevices/flipperzero-good-faps
REVERT: e95edda112 Merge esp_flasher/lib/esp-serial-flasher/submodules/stm32-cmake from https://github.com/ObKo/stm32-cmake
REVERT: fe2077c82e New formatting
REVERT: 9ac3220fad Empty line after TAGs as per new formatting
REVERT: 6ba386c09e run new fbt format
REVERT: c60236f1e0 Update nfc_magic_scene_not_magic.c (#232)
REVERT: 5f5c92c1a0 Merge pull request #345 from ciuzhienki/master
REVERT: 49bc5c2a2b chore: Updated version
REVERT: 9d43e7b83a feat: added support of multiple BT profiles (#238)
REVERT: d2fd05e478 Merge quac from https://github.com/rdefeo/quac
REVERT: 02269f50c2 Merge picopass from https://github.com/xMasterX/all-the-plugins
REVERT: d03e4267fa Merge esp_flasher/lib/esp-serial-flasher/submodules/stm32-cmake from https://github.com/ObKo/stm32-cmake
REVERT: fd615a8cd5 upd picopass
REVERT: d8f9e07c9f Merge pull request #342 from xanthio/maintenance/dynamic-matrixing
REVERT: e89dfc52ef Merge pull request #344 from xanthio/fix/multicore-tests
REVERT: d8881dc023 Update README.md
REVERT: 6072a9c81c Format for toolchain 37
REVERT: 469eca4e11 Merge wav_player from https://github.com/xMasterX/all-the-plugins
REVERT: 5e947ecdaa Merge seader from https://github.com/xMasterX/all-the-plugins
REVERT: dc34f58c12 Merge picopass from https://gitlab.com/bettse/picopass
REVERT: 3f7aebd9ba Merge picopass from https://github.com/xMasterX/all-the-plugins
REVERT: 10ed09ee6a Merge nfc_playlist from https://github.com/xMasterX/all-the-plugins
REVERT: d87313927a Merge nfc_magic from https://github.com/xMasterX/all-the-plugins
REVERT: bd07d22609 Merge mfkey from https://github.com/xMasterX/all-the-plugins
REVERT: c0bfb03cb2 Merge gps_nmea from https://github.com/ezod/flipperzero-gps
REVERT: 7a8c64dfc9 Merge camera_suite from https://github.com/xMasterX/all-the-plugins
REVERT: 27ff837944 upd nfc magic (merged PRs links in desc)
REVERT: e635457da7 upd camera_suite
REVERT: 39baed393f upd seader
REVERT: fae741171f upd picopass
REVERT: 55d55a15a3 upd nfcplaylist
REVERT: 88c63699b8 upd mfkey
REVERT: 6ef54afba6 Add numbering to NR-MAC parts
REVERT: 6fd741bdd0 Hide info line when auth fails
REVERT: 85010d1c4c Merge pull request #33 from diskfutility/patch-1
REVERT: 0cbe0421ee Format
REVERT: e352a9e0b6 WAV Player: Reconfigure to use 8-bit memory buffer, halving memory usage
REVERT: 0f51370211 Merge jetpack_joyride from https://github.com/timstrasser/flipper-jetpack-game
REVERT: 985c4342fd Merge camera_suite from https://github.com/CodyTolene/Flipper-Zero-Camera-Suite
REVERT: 847f0f0b39 Bump version
REVERT: a9ecea4075 Update changelog
REVERT: 470c1f645b Fix up horizontal flip when camera is rotated 180 degrees
REVERT: dcefdf1c79 Update in-app pinout guide, readme, and version.
REVERT: 866901316b Merge pull request #4 from CookiePLMonster/master
REVERT: ca74bc2b08 Updated to SDK 0.103
REVERT: 6b755858d3 WAV Player: Reconfigure to use 8-bit memory buffer, halving memory usage
REVERT: 400bd29e10 This repo is back
REVERT: fe9887c6a5 Update README.md
REVERT: d93ea95f3c Merge quac from https://github.com/rdefeo/quac
REVERT: 799b27e04f Merge picopass from https://gitlab.com/bettse/picopass
REVERT: b477140d50 updated changelog
REVERT: 401cd19d70 updating minor version
REVERT: 4773c8e126 Fix icons
REVERT: c664278101 ESubGHz Chat: Merge nfclegacy port by xMasterX
REVERT: 4e880dfa7c Add firmware and app version to log
REVERT: f82a5943df Revert "Merge geiger from https://github.com/nmrr/flipperzero-geigercounter"
REVERT: 4049c794c8 Revert "Merge atomicdiceroller from https://github.com/nmrr/flipperzero-atomicdiceroller"
REVERT: f0f16c481a Merge seader from https://github.com/bettse/seader
REVERT: 1a7bde1ab8 Merge qrcode from https://github.com/bmatcuk/flipperzero-qrcode
REVERT: f651f7a4b0 Merge picopass from https://gitlab.com/bettse/picopass
REVERT: d13eb7d89b Merge nfc_rfid_detector from https://github.com/flipperdevices/flipperzero-good-faps
REVERT: 5b1bf1b4b3 Merge nfc_rfid_detector from https://github.com/xMasterX/all-the-plugins
REVERT: fe76bafcd8 Merge nfc_playlist from https://github.com/acegoal07/FlipperZero_NFC_Playlist
REVERT: 8a256b15f4 Merge nfc_magic from https://github.com/flipperdevices/flipperzero-good-faps
REVERT: df861468ec Merge nfc_magic from https://github.com/xMasterX/all-the-plugins
REVERT: 2f3a0e252f Merge mfkey from https://github.com/noproto/FlipperMfkey
REVERT: 6eced5f538 Merge mfkey from https://github.com/xMasterX/all-the-plugins
REVERT: 5758d591ce Merge meal_pager from https://github.com/leedave/flipper-zero-meal-pager
REVERT: 27feab085b Merge magspoof from https://github.com/zacharyweiss/magspoof_flipper
REVERT: cc8e3308c1 Merge ir_intervalometer from https://github.com/Nitepone/flipper-intervalometer
REVERT: 7ccad50192 Merge geiger from https://github.com/nmrr/flipperzero-geigercounter
REVERT: dd559f2894 Merge cross_remote from https://github.com/leedave/flipper-zero-cross-remote
REVERT: edecb75a5b Merge atomicdiceroller from https://github.com/nmrr/flipperzero-atomicdiceroller
REVERT: dbec9cce53 Merge airmouse/lib/lsm6ds3tr-api from https://github.com/STMicroelectronics/lsm6ds3tr-c-pid
REVERT: f35ab2bc6a MFKey 2.7
REVERT: a80d4f530f Bump version to 2.2
REVERT: b109adfff3 Add version to log
REVERT: 3d872e77d6 bug fix (again)
REVERT: f5477fb66b bug fix (again)
REVERT: 153864d2b4 Release driver version 2.0.1
REVERT: 1ebc3ed2ca updated README.md file with tag reference and mdelay description
REVERT: 7c02559868 chore: `MTP_DEVICE_VERSION`
REVERT: e7e54264ad bump application version
REVERT: 64135f4d51 bump version
REVERT: c93309ab3d fix minor typo
REVERT: d60b4e8bb3 bump version
REVERT: ae535f9c1e Handle SAM removal better
REVERT: 7fe02d3632 upd rfid detector
REVERT: 9d520fabdb upd mfkey
REVERT: f327e1a7a0 Merge branch 'elite_keygen' into 'main'
REVERT: e98eda59b4 Update README.md
REVERT: 9abb109aab chore: move device configuration into "define" macro
REVERT: 53734767f1 Add to readme
REVERT: aa572f1dce Add elite keygen attack to UI
REVERT: 99970363e6 Add VB6 RNG
REVERT: ba349ffdd8 [FL-3862] Fix typos in the RFID detector app (#229)
REVERT: 9d49cdf5ad Config cards
REVERT: 560eaa8aa9 sort elite dict, remove a dup
REVERT: 1c7699859c Fix: Update input cb func signature
REVERT: 6c3d87d7da fix gen4 poller nfc magic
REVERT: e8df6e2a0a Fix for new MfUltralightTypeOrigin naming
REVERT: 5935b90a8b Merge pull request #31 from leedave/feature/update_0.103.1-rc
REVERT: 75ed8c9130 Update for compatibility with 0.103.1-rc
REVERT: 3128ca95ca Merge pull request #20 from leedave/feature/conflict_0.103.1-rc
REVERT: c5d7979e7a Formatting
REVERT: bfecd49b95 Code Updats for 0.103.1-rc
REVERT: 34673d7caf NFC Magic: update app with latest API (#223)
REVERT: 20bfacfc42 chore: enhanced debugging
REVERT: 6c59ca5fec Update NOTES.md
REVERT: 11acf7cd78 Update md_links.yml
REVERT: 66731dbe3a Create md_links.yml
REVERT: aa562cc751 Update README.md
REVERT: 773e4bffd5 Merge pull request #32 from acegoal07/dev
REVERT: 6c2ca1a11f Update nfc_playlist_scene_emulation.c
REVERT: 1aafa3919a Merge pull request #31 from acegoal07/dev
REVERT: a1526ac396 Update nfc_playlist_scene_emulation.c
REVERT: 68747a66fe Merge pull request #30 from acegoal07/dev
REVERT: 0ccb606151 New Icon
REVERT: e8e0ea02ca docs: enjoy
REVERT: 95ac73f322 Merge zombiez from https://github.com/xMasterX/all-the-plugins
REVERT: 8c6a4084d8 Merge yatzee from https://github.com/xMasterX/all-the-plugins
REVERT: 46910dd0d1 Merge wav_player from https://github.com/xMasterX/all-the-plugins
REVERT: 32d3582cbd Merge videopoker from https://github.com/xMasterX/all-the-plugins
REVERT: 4b21b4eb23 Merge unitemp from https://github.com/quen0n/unitemp-flipperzero
REVERT: 3f923959d6 Merge uart_terminal from https://github.com/xMasterX/all-the-plugins
REVERT: b96951ef50 Merge tuning_fork from https://github.com/xMasterX/all-the-plugins
REVERT: bd16644ab7 Merge timelapse from https://github.com/theageoflove/flipperzero-zeitraffer
REVERT: 17131b22f4 Merge timelapse from https://github.com/xMasterX/all-the-plugins
REVERT: d9a964cda1 Merge tictactoe from https://github.com/xMasterX/all-the-plugins
REVERT: 07fe9e2166 Merge text_viewer from https://github.com/xMasterX/all-the-plugins
REVERT: a7540d61c0 Merge text2sam from https://github.com/xMasterX/all-the-plugins
REVERT: 3b447f2de8 Merge tetris from https://github.com/xMasterX/all-the-plugins
REVERT: e421ec4b01 Merge t_rex_runner from https://github.com/xMasterX/all-the-plugins
REVERT: 5c56445a4e Merge swd_probe from https://github.com/xMasterX/all-the-plugins
REVERT: 5c28968527 Merge spectrum_analyzer from https://github.com/xMasterX/all-the-plugins
REVERT: c88bb464d4 Merge snake_2 from https://github.com/xMasterX/all-the-plugins
REVERT: 964d4160e3 Merge slots from https://github.com/xMasterX/all-the-plugins
REVERT: 840e221a7a Merge sentry_safe from https://github.com/xMasterX/all-the-plugins
REVERT: 09e1f838f9 Merge scorched_tanks from https://github.com/xMasterX/all-the-plugins
REVERT: 3dcd2f7b93 Merge rubiks_cube_scrambler from https://github.com/xMasterX/all-the-plugins
REVERT: df45fd5c49 Merge rootoflife from https://github.com/xMasterX/all-the-plugins
REVERT: 1a5b5bf92f Merge reversi from https://github.com/xMasterX/all-the-plugins
REVERT: 5c5cac6a20 Merge protoview from https://github.com/xMasterX/all-the-plugins
REVERT: 212c1688e1 Merge pong from https://github.com/xMasterX/all-the-plugins
REVERT: c0b55d9069 Merge pomodoro from https://github.com/xMasterX/all-the-plugins
REVERT: 02348af21b Merge picopass from https://gitlab.com/bettse/picopass
REVERT: 581c5205cf Merge picopass from https://github.com/xMasterX/all-the-plugins
REVERT: 7cc3d20bf2 Merge passgen from https://github.com/xMasterX/all-the-plugins
REVERT: 0a9884f276 Merge paint from https://github.com/xMasterX/all-the-plugins
REVERT: 3f5c9dd690 Merge nightstand_clock from https://github.com/xMasterX/all-the-plugins
REVERT: a62444fe00 Merge music_player from https://github.com/flipperdevices/flipperzero-good-faps
REVERT: 4c8a2add22 Merge multi_fuzzer from https://github.com/DarkFlippers/Multi_Fuzzer
REVERT: d3fa0fc854 Merge multi_converter from https://github.com/xMasterX/all-the-plugins
REVERT: 26b1f9213f Merge morse_code from https://github.com/xMasterX/all-the-plugins
REVERT: 88f348e13e Merge mifare_nested from https://github.com/xMasterX/all-the-plugins
REVERT: 4bf3330175 Merge mifare_fuzzer from https://github.com/xMasterX/all-the-plugins
REVERT: eb3a7009e5 Merge metronome from https://github.com/xMasterX/all-the-plugins
REVERT: ac120110e9 Merge meal_pager from https://github.com/xMasterX/all-the-plugins
REVERT: 513fe8e3a1 Merge magspoof from https://github.com/zacharyweiss/magspoof_flipper
REVERT: 7327df9078 Merge ir_scope from https://github.com/xMasterX/all-the-plugins
REVERT: 6876e7e030 Merge hex_editor from https://github.com/xMasterX/all-the-plugins
REVERT: b66a67a57d Merge heap_defence from https://github.com/xMasterX/all-the-plugins
REVERT: 324384f292 Merge gps_nmea from https://github.com/xMasterX/all-the-plugins
REVERT: ea31fb23b9 Merge gpio_reader_a from https://github.com/xMasterX/all-the-plugins
REVERT: 954606b86f Merge geiger from https://github.com/xMasterX/all-the-plugins
REVERT: 84c208e863 Merge game_of_life from https://github.com/xMasterX/all-the-plugins
REVERT: fbc97907b4 Merge game15 from https://github.com/xMasterX/all-the-plugins
REVERT: 2a517535bb Merge flappy_bird from https://github.com/xMasterX/all-the-plugins
REVERT: 68a24b5675 Merge esubghz_chat from https://github.com/xMasterX/all-the-plugins
REVERT: ff07fb32f8 Merge dtmf_dolphin from https://github.com/xMasterX/all-the-plugins
REVERT: f4547e55e2 Merge doom from https://github.com/xMasterX/all-the-plugins
REVERT: 7f0a86f0cf Merge counter from https://github.com/xMasterX/all-the-plugins
REVERT: c3ec58242c Merge cntdown_timer from https://github.com/xMasterX/all-the-plugins
REVERT: 3ffae9b1f4 Merge calculator from https://github.com/xMasterX/all-the-plugins
REVERT: 6a810a87a7 Merge caesarcipher from https://github.com/xMasterX/all-the-plugins
REVERT: 56d94676c4 Merge bt_trigger from https://github.com/xMasterX/all-the-plugins
REVERT: 09a210988d Merge bpmtapper from https://github.com/xMasterX/all-the-plugins
REVERT: 65026dc34e Merge bomberduck from https://github.com/xMasterX/all-the-plugins
REVERT: 545fc1793f Merge barcode_gen from https://github.com/xMasterX/all-the-plugins
REVERT: 7801583e55 Merge asteroids from https://github.com/xMasterX/all-the-plugins
REVERT: 02e17637e2 Merge arkanoid from https://github.com/xMasterX/all-the-plugins
REVERT: 4a0f46b916 Merge airmouse from https://github.com/ginkage/FlippAirMouse/
REVERT: 476b1e6e96 Merge 4inrow from https://github.com/xMasterX/all-the-plugins
REVERT: 751d3614df Merge 2048 from https://github.com/xMasterX/all-the-plugins
REVERT: 3dba39fb7d readme updates
REVERT: ae4097ddd0 Improvements
REVERT: 3b8a10c537 music_player: fix icon (#220)
REVERT: b2cc1c3188 music_player: update api v.65.0 (#219)
REVERT: ff023e9fe5 free properly
REVERT: 395f6971dd fix barcode and nightstandclock
REVERT: 54c0bee5e6 fix barcode and nightstandclock
REVERT: 25647899dc redraw manually just in case
REVERT: 8160312416 redraw manually just in case
REVERT: 6d88124989 redraw manually just in case
REVERT: df7d630baa redraw manually just in case
REVERT: 85ba7c4e76 redraw manually just in case
REVERT: 159d2d9363 fix icons
REVERT: 37b490f81e fix icons
REVERT: c5efd93f3e fix icons
REVERT: 4d2208046a fix icons
REVERT: 0b70fe9da6 fix icons
REVERT: 8614854d40 fix icons
REVERT: 5ec155d2d0 fix icons
REVERT: 98a07685f8 bump versions for catalog
REVERT: a12fe83a3d bump versions for catalog
REVERT: 064f5c917a bump versions for catalog
REVERT: 888760a6eb bump versions for catalog
REVERT: 46a25c9a99 bump versions for catalog
REVERT: 9480148fe7 bump versions for catalog
REVERT: 85c97cedd2 bump versions for catalog
REVERT: 4e470d657e bump versions for catalog
REVERT: ed8a2172a5 bump versions for catalog
REVERT: 0c242324ec bump versions for catalog
REVERT: 780ea66fd6 bump versions for catalog
REVERT: 04e2d67918 bump versions for catalog
REVERT: cd73fd6591 bump versions for catalog
REVERT: 9a79056432 bump versions for catalog
REVERT: db1b20479f bump versions for catalog
REVERT: 99b4ca8abd bump versions for catalog
REVERT: 2629a89b5a bump versions for catalog
REVERT: dfa6a00ae2 bump versions for catalog
REVERT: cf2bcecd8f bump versions for catalog
REVERT: 831c30e7ec bump versions for catalog
REVERT: 1cf34a02af bump versions for catalog
REVERT: 753d5e87e8 bump versions for catalog
REVERT: a128abfc46 bump versions for catalog
REVERT: 22773dd5fb bump versions for catalog
REVERT: 27178f24af bump versions for catalog
REVERT: 6e118d6351 bump versions for catalog
REVERT: bb4b930c90 bump versions for catalog
REVERT: 7d0551e6bf bump versions for catalog
REVERT: 82a62de1cb bump versions for catalog
REVERT: 75187bca10 bump versions for catalog
REVERT: aa1a784196 bump versions for catalog
REVERT: 5ead19f039 bump versions for catalog
REVERT: b69782a703 bump versions for catalog
REVERT: 7b6ad38214 bump versions for catalog
REVERT: 3097866176 bump versions for catalog
REVERT: ba125ba96a bump versions for catalog
REVERT: 9b69fd2650 bump versions for catalog
REVERT: 72d1202d2b bump versions for catalog
REVERT: a0ebaa40e8 bump versions for catalog
REVERT: d15c46cbdd bump versions for catalog
REVERT: 0e73e6defe bump versions for catalog
REVERT: 3ead308d2c bump versions for catalog
REVERT: a7027fb677 bump versions for catalog
REVERT: fcdac3ec69 bump versions for catalog
REVERT: 09f1108a29 bump versions for catalog
REVERT: 11a20f1c4e bump versions for catalog
REVERT: 64dd1b4b0f bump versions for catalog
REVERT: 9c053b5473 bump versions for catalog
REVERT: 864553ff77 bump versions for catalog
REVERT: 22f14bc791 bump versions for catalog
REVERT: 4e0f2a6efd bump versions for catalog
REVERT: 61d040accb bump versions for catalog
REVERT: a7769b1d6f bump versions for catalog
REVERT: 20dcb663bc Compatibility to API 65.0
REVERT: 6200aa1757 Compatibility to SDK 65.0 f7
REVERT: 2ecfcd857d limit TD to fix crash and bump version
REVERT: 21eb0fbb31 Replace 'Elite Dict Attack' with 'Read' in instrunctions
REVERT: 6da212763a free up some space in mifare nested too
REVERT: 1c11c09507 free some memory in esubghz chat
REVERT: 50d56159c6 Update CHANGELOG.md
REVERT: 8f99cf97d2 Merge pull request #37 from jamisonderek/master
REVERT: de97ad1436 Fix return values
REVERT: a69929f346 Fix duplicate defines
REVERT: 2c332a9636 fix reuse of define
REVERT: 556f7830d5 upd picopass
REVERT: 852769ef72 Update README.md
REVERT: 3b83638df7 Update README.md
REVERT: 62fb6ed463 v1.5 (build on 102.3)
REVERT: 27de47368e Update README.md
REVERT: e6120e52e7 Update changelog
REVERT: b1f62c97de Fix RAM size output of stm32_get_memory_info
REVERT: f723e6f700 Update README.md
REVERT: 473c89298a Update README.md
REVERT: 2b9504a675 docs: line feed
REVERT: 31055cdaa1 docs: note
REVERT: fb85463a23 chore: slow:tm:
REVERT: fd89918927 chore: properly implement recursive deletion
REVERT: 894455d0d3 chore: prevent memory leak on exit
REVERT: 4b6edc8a66 feat: allow deleting directories
REVERT: daa10635dc docs: add streaming support
REVERT: f60d3a9a53 docs: add large file transfer support
REVERT: 85a19dea72 feat: `send_mtp_response_stream` now works.
REVERT: 426aeafff1 chore: implement `send_mtp_response_stream`
REVERT: 976cb43c41 Merge esp_flasher/lib/esp-serial-flasher/submodules/stm32-cmake from https://github.com/ObKo/stm32-cmake
REVERT: 33e2f7009c Fix bulk update for subdirs
REVERT: e0b5fee942 Merge picopass/plugin from https://gitlab.com/bettse/flipper-wiegand-plugin
REVERT: 5755285fdc Merge picopass from https://gitlab.com/bettse/picopass
REVERT: 2eb2c36aeb chore: reimplement streaming GetObject
REVERT: e6d5856e15 bump plugin
REVERT: bbc0157341 more acknowledgement line breaks
REVERT: 6f2d8520a3 bump plugin
REVERT: dde6192486 Add H10302, fix H10304
REVERT: 10bad06f67 bump plugin
REVERT: 5e2e8b25d2 clang-format
REVERT: aa476ad225 H10304
REVERT: aae801448d Fix the typo that made the test not creating executable for second core
REVERT: 2557bd6a2e find CMSIS only for family under test
REVERT: 03d6c9fe49 docs: add explanation that it is youtube link
REVERT: e1086bb79f docs: update landing page
REVERT: e9f0420ecf docs: add youtube
REVERT: 56b39f8e24 docs: add UCS-2 Windows Unicode rant
REVERT: 033b86a29e chore: UCS-2
REVERT: 4dccca2528 docs: update to match with current features
REVERT: c9bc43a1ef feat: allow deleting apps
REVERT: a15f66c028 Merge pokemon_trading from https://github.com/EstebanFuentealba/Flipper-Zero-Game-Boy-Pokemon-Trading
REVERT: 531c6d4f67 Merge nfc_playlist from https://github.com/xMasterX/all-the-plugins
REVERT: c6655ffc11 Merge mifare_nested from https://github.com/xMasterX/all-the-plugins
REVERT: 35f8af15f8 Merge gps_nmea from https://github.com/ezod/flipperzero-gps
REVERT: d371767d60 Merge esubghz_chat from https://github.com/xMasterX/all-the-plugins
REVERT: 79751e5913 Merge airmouse from https://github.com/xMasterX/all-the-plugins
REVERT: 4e04a13d9a Merge branch 'main' of https://github.com/Alex4386/f0-mtp
REVERT: 960d5140b4 feat: implement basic SendObjectInfo
REVERT: 24769ce8e3 Update FUNDING.yml
REVERT: 7603594658 Update nfc_playlist_scene_emulation.c
REVERT: 6123d66185 chore: add license
REVERT: 6d5238e1fd docs: add image
REVERT: ade62e9166 docs: update docs
REVERT: b7ef842c39 docs: update docs
REVERT: c5b34ec5ac feat: implement mtp
REVERT: 00587b4061 feat: basic mtp
REVERT: e384834f4a Merge pull request #32 from AEtherC0r3/add_m10q-5883
REVERT: f6cf995e68 Add M10Q-5883 to the list of tested modules
REVERT: 783fd93617 upd nfc playlist
REVERT: bfc2840c78 upd airmouse
REVERT: 1b4c21b68c fix build
REVERT: 6e0b27b3ed fix build
REVERT: d6e56cf65b Airmouse: Update name for LSM6DSO
REVERT: 56ac7d818f Fix nfclegacy
REVERT: 797864056e Format
REVERT: cd4879a178 Add airmouse/lib/lsm6ds3tr-api from https://github.com/STMicroelectronics/lsm6ds3tr-c-pid
REVERT: a369e5ecf1 Add airmouse/lib/lsm6dso-api from https://github.com/STMicroelectronics/stm32-lsm6dso
REVERT: 4f3c5f303b Add airmouse/lib/bmi160-api from https://github.com/boschsensortec/BMI160_SensorAPI
REVERT: 1a63f9260f Submodules
REVERT: 4d953ae718 Merge timelapse from https://github.com/xMasterX/all-the-plugins
REVERT: dd67e14042 Merge nightstand_clock from https://github.com/xMasterX/all-the-plugins
REVERT: d8cd9248c9 Merge nfc_playlist from https://github.com/acegoal07/FlipperZero_NFC_Playlist
REVERT: d6c633d9c6 Fix merge
REVERT: 31c8d467b2 Merge zombiez from https://github.com/xMasterX/all-the-plugins
REVERT: 211f931025 Merge wiiec from https://github.com/xMasterX/all-the-plugins
REVERT: 41992e4dc8 Merge wifi_scanner from https://github.com/xMasterX/all-the-plugins
REVERT: 824e458de0 Merge videopoker from https://github.com/xMasterX/all-the-plugins
REVERT: cf56337b20 Merge tuning_fork from https://github.com/xMasterX/all-the-plugins
REVERT: cfb26b3b62 Merge totp from https://github.com/xMasterX/all-the-plugins
REVERT: fad2bd459d Merge tictactoe from https://github.com/xMasterX/all-the-plugins
REVERT: 70139865ee Merge tetris from https://github.com/xMasterX/all-the-plugins
REVERT: 9f0ea5d9af Merge tanks from https://github.com/xMasterX/all-the-plugins
REVERT: 21fccf6fba Merge tama_p1 from https://github.com/xMasterX/all-the-plugins
REVERT: 651261b912 Merge t_rex_runner from https://github.com/xMasterX/all-the-plugins
REVERT: e29261eb57 Merge subghz_playlist from https://github.com/xMasterX/all-the-plugins
REVERT: 9c3a426970 Merge solitaire from https://github.com/xMasterX/all-the-plugins
REVERT: 585ec84172 Merge snake_2 from https://github.com/xMasterX/all-the-plugins
REVERT: 033e9e1030 Merge slots from https://github.com/xMasterX/all-the-plugins
REVERT: 4188ee9b00 Merge sentry_safe from https://github.com/xMasterX/all-the-plugins
REVERT: a0bb541547 Merge scorched_tanks from https://github.com/xMasterX/all-the-plugins
REVERT: c25a108c5d Merge rootoflife from https://github.com/xMasterX/all-the-plugins
REVERT: e0361baa6b Merge rc2014_coleco from https://github.com/xMasterX/all-the-plugins
REVERT: 97b5a2d29e Merge quac from https://github.com/rdefeo/quac
REVERT: 1ba815bc8e Merge quac from https://github.com/xMasterX/all-the-plugins
REVERT: 2c8406fd98 Merge qrcode from https://github.com/bmatcuk/flipperzero-qrcode
REVERT: fc30e1249f Merge qrcode from https://github.com/xMasterX/all-the-plugins
REVERT: 29359baebe Merge picopass from https://github.com/xMasterX/all-the-plugins
REVERT: d72b7c7e8d Merge passgen from https://github.com/xMasterX/all-the-plugins
REVERT: 58b0e1bb6a Merge nrf24sniff from https://github.com/xMasterX/all-the-plugins
REVERT: 932728cd43 Merge nrf24scan from https://github.com/xMasterX/all-the-plugins
REVERT: de9f481eed Merge nrf24mousejacker from https://github.com/xMasterX/all-the-plugins
REVERT: 8f4489c4f8 Merge nrf24batch from https://github.com/xMasterX/all-the-plugins
REVERT: 09d3708899 Merge music_player from https://github.com/xMasterX/all-the-plugins
REVERT: 5854f7a391 Merge multi_converter from https://github.com/xMasterX/all-the-plugins
REVERT: 9866280eec Merge morse_code from https://github.com/xMasterX/all-the-plugins
REVERT: 9ad05917e5 Merge mifare_nested from https://github.com/xMasterX/all-the-plugins
REVERT: 82a27018bf Merge mfkey from https://github.com/xMasterX/all-the-plugins
REVERT: e50f3c0eb4 Merge metronome from https://github.com/xMasterX/all-the-plugins
REVERT: 5eded3f256 Merge meal_pager from https://github.com/leedave/flipper-zero-meal-pager
REVERT: 16781ae844 Merge mayhem_qrcode from https://github.com/eried/flipperzero-mayhem
REVERT: 2895fcc468 Merge mayhem_nannycam from https://github.com/eried/flipperzero-mayhem
REVERT: 7fe3710f78 Merge mayhem_motion from https://github.com/eried/flipperzero-mayhem
REVERT: 20c638eeba Merge mayhem_morseflash from https://github.com/eried/flipperzero-mayhem
REVERT: 253a9baac7 Merge mayhem_marauder from https://github.com/eried/flipperzero-mayhem
REVERT: 3d277c5063 Merge mayhem_camera from https://github.com/eried/flipperzero-mayhem
REVERT: c15462aa41 Merge jetpack_joyride from https://github.com/xMasterX/all-the-plugins
REVERT: 6024e545ed Merge ir_intervalometer from https://github.com/xMasterX/all-the-plugins
REVERT: 51ee0957a3 Merge ifttt from https://github.com/xMasterX/all-the-plugins
REVERT: de1404f47c Merge heap_defence from https://github.com/xMasterX/all-the-plugins
REVERT: 5668416d85 Merge hc_sr04 from https://github.com/xMasterX/all-the-plugins
REVERT: a25ff33747 Merge gps_nmea from https://github.com/xMasterX/all-the-plugins
REVERT: 5fbed3ef47 Merge gpio_reader_a from https://github.com/xMasterX/all-the-plugins
REVERT: eccc8028b9 Merge game_of_life from https://github.com/xMasterX/all-the-plugins
REVERT: 7bc7e57910 Merge game15 from https://github.com/xMasterX/all-the-plugins
REVERT: a9c3c7575d Merge flashlight from https://github.com/xMasterX/all-the-plugins
REVERT: ee516f63d9 Merge flappy_bird from https://github.com/xMasterX/all-the-plugins
REVERT: d216a3ca0b Merge esubghz_chat from https://github.com/xMasterX/all-the-plugins
REVERT: 63fc519df7 Merge esp8266_deauth from https://github.com/xMasterX/all-the-plugins
REVERT: 5b6ef11052 Merge doom from https://github.com/xMasterX/all-the-plugins
REVERT: 667ce94f7a Merge counter from https://github.com/xMasterX/all-the-plugins
REVERT: eda39d6cf3 Merge bt_trigger from https://github.com/xMasterX/all-the-plugins
REVERT: 0c32924e91 Merge bpmtapper from https://github.com/xMasterX/all-the-plugins
REVERT: c32d7c0881 Merge blackjack from https://github.com/xMasterX/all-the-plugins
REVERT: 5252e2a66c Merge arkanoid from https://github.com/xMasterX/all-the-plugins
REVERT: 826319f8de Merge airmouse from https://github.com/ginkage/FlippAirMouse/
REVERT: 55ce1d363d fix mutex
REVERT: 6e1d9e6538 fix mutex
REVERT: e668dd614b fix mutex
REVERT: 9f6b0f02cd fix mutex
REVERT: 166b3416f6 fix mutex
REVERT: 605aedd601 fix mutex
REVERT: 1ac00c09b9 fix mutex
REVERT: 6327794822 fix mutex
REVERT: 6a82ca5448 fix mutex
REVERT: 19b726071b tweaks
REVERT: 53cf805358 fix for latest API
REVERT: 9714bb986c fix for latest API
REVERT: 6aa2b8460a chore: oof
REVERT: 9fe3a70dfb oof
REVERT: e5abf9d271 oof
REVERT: eb86e1809d oof
REVERT: b58e3f6995 oof
REVERT: bfb91d4b53 oof
REVERT: c5c3c93577 oof
REVERT: 077e164823 oof
REVERT: 3b531a7327 oof
REVERT: bcaeabeac2 oof
REVERT: 239547643b oof
REVERT: 09093d8cfc oof
REVERT: 4bcbbfbf5c oof
REVERT: 2146bfb521 oof
REVERT: c55063cb06 oof
REVERT: db86c3f0e3 oof
REVERT: 8a931ab0d7 oof
REVERT: 727ca78c69 oof
REVERT: cac87059ee oof
REVERT: 75cc2baec6 oof
REVERT: c55958755f oof
REVERT: c887f38261 oof
REVERT: 82670f4230 oof
REVERT: 19c5ebf73a oof
REVERT: a6b1fb4323 oof
REVERT: eb305f2251 oof
REVERT: c94a688176 oof
REVERT: b3ecb7bee8 oof
REVERT: a0307492f7 oof
REVERT: 25deaa2e14 oof
REVERT: e8d76ee3ce oof
REVERT: 911dc02975 oof
REVERT: b77be5c0a1 oof
REVERT: 84d5fb71f6 oof
REVERT: e2ea680535 oof
REVERT: 416afdf972 oof
REVERT: fd6907e2f1 oof
REVERT: 2c697810d3 oof
REVERT: a02810fb49 oof
REVERT: 5edd7f8d77 oof
REVERT: 1b5b3fe937 Map axes correctly for the test module
REVERT: 1475270904 upd picopass
REVERT: 2176d60767 upd totp
REVERT: c147f5226a upd subghz playlist
REVERT: 75ab10560f upd quac
REVERT: 17209cd7b9 upd ifttt
REVERT: 3e65a46e5d Add error message if the module is not connected
REVERT: d03534440b A little more cleanup and styling fixes
REVERT: 4170177508 Clean up driver headers
REVERT: 79e9154fc2 Merge pull request #23 from alex-vg/lsm6dso
REVERT: ee94679eaf Revert "split matrix creation into steps"
REVERT: e067e06b7e split matrix creation into steps
REVERT: 44f11fea68 update companions to newer fz sdk
REVERT: 5df3d5a079 update companions to newer fz sdk
REVERT: ecc4103664 update companions to newer fz sdk
REVERT: 216b97358e update companions to newer fz sdk
REVERT: 4f806b2ec7 update companions to newer fz sdk
REVERT: 07ab42f016 update companions to newer fz sdk
REVERT: 924f84afd7 chore: oof
REVERT: 429190f1bc chore: tmp
REVERT: 971f41d157 Update README.md
REVERT: 6f353a5762 chore: minimum work for at least get usb to work
REVERT: e3b83f3401 chore: mtp
REVERT: 29da8eb0cc Merge pull request #29 from acegoal07/dev
REVERT: c65c6e73b1 More fixes
REVERT: 4b632c0c98 chore: implement example MTP page
REVERT: 7813960912 docs: add docs
REVERT: 7c9305717d Fixes + Cutbacks
REVERT: a661759a06 Merge pull request #30 from leedave/feature/updateCategory
REVERT: 13d45e99fd Update Category capitalization
REVERT: ee67ad2027 update to firmware 0.102.3
REVERT: 51063afd56 VGM Tool: Add new RGB firmware
REVERT: cd30043aa7 change icon_get_data to icon_get_frame_data
REVERT: e2ad6a178d Merge pull request #8 from Willy-JL/some-fixes
REVERT: d2432a5949 Merge totp from https://github.com/akopachov/flipper-zero_authenticator
REVERT: d1616805dc Merge picopass from https://gitlab.com/bettse/picopass
REVERT: be1902125f Merge metronome from https://github.com/ezod/flipperzero-metronome
REVERT: 6b28f54d1f Merge meal_pager from https://github.com/leedave/flipper-zero-meal-pager
REVERT: b9e2817058 Merge gps_nmea from https://github.com/ezod/flipperzero-gps
REVERT: 122854ecfd Merge bpmtapper from https://github.com/ezod/flipperzero-bpm-tapper
REVERT: cfecf81528 Fix for API change, wrap message queue in container.
REVERT: 068b44ddb9 Fix for API change, wrap message queue in container.
REVERT: 25fe22c3dd Merge pull request #31 from ezod/wrap-message-queue
REVERT: 965dcbee9f Fix for API change, wrap message queue in container.
REVERT: 7d823837cb bumped version to 1.2 renamed LSM6DS3_ADDRESS to LSM6DS3_DEV_ADDRESS moved LSM6DS3_DEG_TO_RAD into imu.h refactored using sizeof moved imu_t definition
REVERT: 5c277a9a36 Improvements
REVERT: bf3e463b68 Format
REVERT: 5d75907c6b Update for new message queue
REVERT: 30ce6bcc22 added dynamic lib usage depending on i2c address
REVERT: b7f561bfdd refactored imu headers
REVERT: 9bdc6ab5d3 Merge pull request #29 from leedave/feature/refactors
REVERT: 98e83eb086 Format
REVERT: 90f40dd985 chore: Updated version
REVERT: 514a494cf9 fix: `totp export` command uses the wrong format to print url-encoded symbol.
REVERT: 9ab87604dc Refactors from xMasterX & WillyJL
REVERT: c5eecfdce7 moved checked in drivers to submodules
REVERT: 946e42468a added lsm6dso version
REVERT: a00bc10f6a Fix subghz actions
REVERT: 1fb63f0d97 SubGHz Playlist: Fix crash with region lock
REVERT: ae55aa3176 SubGHz Playlist: Show item play fail, some UI fixes
REVERT: a442bf147c Ethernet: Same appid for compatibility
REVERT: e81e67e716 acknowledgements
REVERT: f245471ff7 Quac!: Fix SubGHz protocols and crash (#11)
REVERT: 3cad714758 IFTTT: Fix memleaks and wrong free's (#10)
REVERT: 0e7428b6b3 tweaks
REVERT: 8706bacad2 Remove redundant extra API
REVERT: 7b65d07fba Merge pokemon_trading from https://github.com/EstebanFuentealba/Flipper-Zero-Game-Boy-Pokemon-Trading
REVERT: 47eb81ffd3 Merge magspoof from https://github.com/zacharyweiss/magspoof_flipper
REVERT: 282237f7ce Merge pull request #24 from kbembedded/main
REVERT: 16a33e86a5 application.fam: Update for 2.0
REVERT: a76f7602de Update dependabot.yml
REVERT: 719d3d12f2 Create dependabot.yml
REVERT: 2b4ac9adf5 feat: implement scene manager based implementation
REVERT: f232070e06 Explain multiple subtree remotes
REVERT: f1e3cee9eb Fix typo
REVERT: 0a277a49c3 Fix manifest
REVERT: bd712c367f Merge seader from https://github.com/xMasterX/all-the-plugins
REVERT: cd756a1d42 Merge reversi from https://github.com/xMasterX/all-the-plugins
REVERT: 8d2d345c4f Merge nfc_playlist from https://github.com/xMasterX/all-the-plugins
REVERT: b1102cb9be Merge hex_viewer from https://github.com/QtRoS/flipper-zero-hex-viewer
REVERT: 4554255059 Merge flipbip from https://github.com/xMasterX/all-the-plugins
REVERT: e96183c398 Merge cntdown_timer from https://github.com/0w0mewo/fpz_cntdown_timer
REVERT: edfe8fffc5 Merge cntdown_timer from https://github.com/xMasterX/all-the-plugins
REVERT: 333dcf9b2e Merge chess from https://github.com/xMasterX/all-the-plugins
REVERT: 30563727e8 Tone Generator: Add indicator (by Matt)
REVERT: 771d833721 Fix merge
REVERT: 798311b9b7 Add tone_gen from https://github.com/GEMISIS/tone_gen
REVERT: 024ba3e2b0 Second remote for tone_gen
REVERT: 815c2914eb Add tone_gen from https://github.com/xMasterX/all-the-plugins
REVERT: 0f0dd9c90a Add tone_gen with subtree instead
REVERT: b3b8e1506a docs: index-url needs to be updated
REVERT: 452d10061b Merge pull request #6 from prplecake/fix-exit-crash
REVERT: 3a8d08c918 docs: update docs to wrap with parenthesis
REVERT: f1813ba454 chore: add resources and demo app
REVERT: eb1e312b34 Dynamically create family matrix for CI jobs
REVERT: 4876547c11 Update deprecated checkout action to revision
REVERT: 69be2f017d upd seader
REVERT: 768bbeab99 update nfc playlist
REVERT: 73d586d327 upd flipbip
REVERT: 9df1acbbf4 upd chess
REVERT: 369b66d72b Merge pull request #341 from xanthio/maintenance/split-devices-in-family-files
REVERT: 6e82cea3bd update reversi
REVERT: 2c140f1edd Improvements
REVERT: 6fa0239e44 Tweaks
REVERT: 416e22ff4b Tweaks
REVERT: 8834bfafa5 Catch exception on 'expected_count' < 0
REVERT: 748c3e496f Bump to v1.4
REVERT: 2e370554bb Minor changes
REVERT: ef535bc3e2 Minor changes.
REVERT: 1012b45ba4     countdown timer: make digit selection wrap when pressing right
REVERT: fce19e3ef6     countdown timer: Fix divide-by-zero crash when setting time to 00:00:00
REVERT: 2d24e1ac9d countdown timer: use a custom alert sequence for time-up alarm
REVERT: 4396569292 Uniform
REVERT: 8c7d75571b Add Tone Generator by GEMISIS
REVERT: e57513706a Merge seader from https://github.com/bettse/seader
REVERT: 0726f8e92e roll back a few free that are on decoded structs
REVERT: 9633df8f98 Format
REVERT: 831c7dc3e1 Merge nfc_playlist from https://github.com/acegoal07/FlipperZero_NFC_Playlist
REVERT: e1e3243914 Merge magspoof from https://github.com/zacharyweiss/magspoof_flipper
REVERT: b1ed211346 Merge flipbip from https://github.com/xtruan/FlipBIP
REVERT: 1f27ffd0b5 Merge cntdown_timer from https://github.com/0w0mewo/fpz_cntdown_timer
REVERT: 03ecedf7fb Merge chess from https://github.com/xtruan/flipper-chess
REVERT: d57c045b8f Merge pull request #19 from Willy-JL/fix-double-free
REVERT: d480fea016 countdown timer: make digit selection wrap when pressing right
REVERT: 163db32a21 countdown timer: Fix divide-by-zero crash when setting time to 00:00:00
REVERT: 670a5c6029 countdown timer: use a custom alert sequence for time-up alarm
REVERT: 85d1291dc7 Correct syntax for gh cli pr to upstream from fork
REVERT: 2a7c0d72f8 Add auto-pr logic; bump action ver
REVERT: a582863f8a Fix for TLSF allocator crashes
REVERT: ed77fb2cc6 Seader: Fix for TLSF allocator crashes
REVERT: 333894fdfe images: update images used in app catalog
REVERT: 8dd469995d README_catalog: update app catalog README with latest
REVERT: 1f863525a6 README: update with latest features
REVERT: 678bfdd307 changelog: update with 2.0 changes
REVERT: 833f02e218 pokemon_pins: note MALVEKE pinout as <= rev 2.5
REVERT: 22ce90b906 pokemon_data: update for new sprite sizes
REVERT: a32c6f111c sprites: custom sprites
REVERT: 9c62035222 sprites: add custom sprites
REVERT: 1c88c1a678 trade: turn on backlight with each byte received over EXT
REVERT: 9359890e53 trade: do dolphin deed after a completed trade
REVERT: 7e5b99c26d assets: add surprised pika for exit conf
REVERT: d2c52abb7e gblink: bump to v0.61
REVERT: 33d56d9c11 gitignore: ignore dist/ folder
REVERT: 691746f599 README/es: Fix typo
REVERT: 2d12faf562 pokemon_data: remove MALVEKE check
REVERT: a9828860ba patch_list: Add party_sz to main pokemon data struct
REVERT: e0581ec8aa pokemon: support gen ii trades
REVERT: 57dac60037 char_encode: add hyphen character support
REVERT: 5d211f4fab Merge pull request #28 from acegoal07/dev
REVERT: e574e059d0 Changes
REVERT: a0bd65fb9c Merge pull request #27 from acegoal07/dev
REVERT: 20898f1350 Update nfc_playlist_scene_file_rename.c
REVERT: 90eb26d998 Update nfc_playlist_scene_file_rename.c
REVERT: 94443e763c Update nfc_playlist_scene_file_rename.c
REVERT: 198b9ced36 Update nfc_playlist_scene_file_rename.c
REVERT: 00e5c6e52b Update app_catalog_upd.yml
REVERT: f387a6adde Just some tweaks
REVERT: d82426ddf3 Merge fixes
REVERT: 4db8bc927f Merge pull request #34 from xtruan/develop
REVERT: 1740b15e77 chore: bump manifest 1.16
REVERT: 5afc1d3d7b Merge branch 'main' into develop
REVERT: cf969fa77b fix: minor UI cleanup, screenshot cleanup
REVERT: 23e4affb62 Fix < 1 sec crash as @Willy-JL advised
REVERT: c5f522be5e Merge branch 'develop'
REVERT: 2fb9f4382e chore: bump catalog
REVERT: 936a32f359 fix: remove import
REVERT: e0a1fc62ca fix: typo
REVERT: be56492e7e fix: remove ref to u8g2
REVERT: b208c2f067 Revert to pre-split versions of CUBE HAL and CMSIS
REVERT: 86deaa191e Revert "Create MB_MEM2 shared section for devices with shared RAM up to date startup initialize it"
REVERT: 8396cdabe2 Revert "Latest MP1 system.c needs clocks value that are defaulted by HAL"
REVERT: 9f7dd64557 Merge pull request #26 from acegoal07/dev
REVERT: f7d6f3cc7d Update application.fam
REVERT: c2c7c8b080 Update nfc_playlist_scene_file_rename.c
REVERT: f9bef93042 Update app_catalog_upd.yml
REVERT: be6fdbf8af Merge branch 'main' of https://github.com/zacharyweiss/magspoof_flipper
REVERT: 26bc4893ce Update application.fam
REVERT: 0cf8e0b19d Create app_catalog_upd.yml
REVERT: cd021de54c Merge pull request #24 from acegoal07/main
REVERT: c33455dc53 Update README.md
REVERT: 0dcfd59a72 Merge pull request #23 from acegoal07/dev
REVERT: 63ca18d91f Update nfc_playlist_scene_file_rename.c
REVERT: f99ad11b94 Fixes incorrect frees
REVERT: 06626d8519 Improvements
REVERT: cb10252020 Update README.md
REVERT: a7d517da89 Merge pull request #8 from xtruan/develop
REVERT: 5214970835 chore: bump manifest
REVERT: 4678ec9a6d fix: disable workflow better
REVERT: 847744257c chore: bump manifest
REVERT: 7dda90e780 fix: version bump, disable ufbt build
REVERT: 121ff4aeb1 Merge branch 'develop'
REVERT: 1c5b5023c2 Merge pull request #33 from xtruan/develop
REVERT: 206e84b78e chore: bump manifest
REVERT: a9b4eadaa2 chore: bump version
REVERT: 6c08905ab9 feat: fixes from Momentum
REVERT: 5b5957e032 Merge branch 'main' into develop
REVERT: 8bce552603 Merge pull request #7 from leha-bot/fix/build-on-rel-fw
REVERT: 1aca239567 Update ufbt_build.yaml
REVERT: b8b5c961f9 Update ufbt_build.yaml
REVERT: b93ee280fd Adds ability to remove playlist lines
REVERT: 08e6a50866 Format
REVERT: 7b24042e85 Merge slots from https://github.com/xMasterX/all-the-plugins
REVERT: d8cb256caa Merge pokemon_trading from https://github.com/EstebanFuentealba/Flipper-Zero-Game-Boy-Pokemon-Trading
REVERT: 4b91e13622 Merge nrf24mousejacker from https://github.com/xMasterX/all-the-plugins
REVERT: 17dea5554c Merge nfc_magic from https://github.com/xMasterX/all-the-plugins
REVERT: 4a454cb4c4 Merge mifare_nested from https://github.com/xMasterX/all-the-plugins
REVERT: 56b24f9dd0 Merge magspoof from https://github.com/xMasterX/all-the-plugins
REVERT: b09549dc5d Merge flashlight from https://github.com/xMasterX/flipper-flashlight
REVERT: b33e3560e1 Merge flashlight from https://github.com/xMasterX/all-the-plugins
REVERT: 72eab00ca6 Merge cntdown_timer from https://github.com/xMasterX/all-the-plugins
REVERT: 41db75d2f6 Fix merge
REVERT: a693d1ff49 Add meal_pager from https://github.com/leedave/flipper-zero-meal-pager
REVERT: 9658164b62 Second remote
REVERT: 2009bd0984 Add meal_pager from https://github.com/xMasterX/all-the-plugins
REVERT: 1fe90b927b Name and category
REVERT: cd42027fa8 Add gpio_badge from https://github.com/jamisonderek/flipper-zero-tutorials
REVERT: 570e72f162 Fix merge
REVERT: 1fd5c5f07f Add ethernet from https://github.com/arag0re/fz-eth-troubleshooter
REVERT: 3ff6c509a0 Second remote
REVERT: 3b1516865a Add ethernet from https://github.com/karasevia/finik_eth
REVERT: f97b1c2761 fix: updates from Momentum
REVERT: 88bdddb870 NFC Playlist: Fix incorrect free
REVERT: ebd64efef0 Format
REVERT: 3692a195a8 Fix merge
REVERT: e7d36eec06 Add nfc_playlist from https://github.com/acegoal07/FlipperZero_NFC_Playlist
REVERT: fc8831a879 Second remote
REVERT: b8a913d598 Add nfc_playlist from https://github.com/xMasterX/all-the-plugins
REVERT: 32645c883c Fix merge
REVERT: 259f455807 Add quac from https://github.com/xMasterX/all-the-plugins
REVERT: 0758879dc5 Second remote
REVERT: eafa11373c Fix merge
REVERT: 25e8645ba7 Add pokemon_trading from https://github.com/xMasterX/all-the-plugins
REVERT: e702df53f9 Second remote
REVERT: 0c371a2653 Improves the detection of blank lines
REVERT: 205dd0380a upd version and readme
REVERT: 4e93f13f49 upd readme
REVERT: f8734c257b sync with alltheapps
REVERT: 6f51e81eed add flashlight connections picture
REVERT: 30bd363ae6 add quac app
REVERT: a7ec92bb76 upd nfc magic
REVERT: d733ca3bd0 merge memory management fixes for nested
REVERT: e484c13a0a upd pokemon trade
REVERT: ae9996cfaa upd slots
REVERT: bc4c80a1c5 upd magspoof
REVERT: 287664c89a upd mousejacker
REVERT: e676b1ecd3 upd coundown timer
REVERT: 530fc9ff24 Merge pull request #22 from acegoal07/dev
REVERT: bdec6766fa Adds new skip error setting
REVERT: b9fd9dc3bf Merge pull request #36 from Willy-JL/fix-double-free-crash
REVERT: 843ad7dc60 Format
REVERT: 26da8ddd9f Use asset packs not fap libs assets
REVERT: fbc80be9ef Fix import here logic
REVERT: 437d212fff Fix array out of bounds in create group when empty
REVERT: 4066eb5656 Fix double free crash at app exit on TLSF
REVERT: c750863dfd Tweak app names and categories
REVERT: cdb464e6b1 Pokemon Trading: Fix crash at exit
REVERT: d50d65de7a Add pokemon_trading/lib/flipper-gblink from https://github.com/kbembedded/flipper-gblink
REVERT: e19a4c8750 Replace submodule
REVERT: 03419d7252 Add pokemon_trading from https://github.com/EstebanFuentealba/Flipper-Zero-Game-Boy-Pokemon-Trad…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants