Commit Graph

84 Commits

Author SHA1 Message Date
Willy-JL
49253e5a7b Format 2023-04-09 19:56:34 +01:00
Willy-JL
769d44d793 Update TOTP 2023-04-09 19:52:56 +01:00
Willy-JL
8b2aa01f2e Merge branch 'ofw-dev' into xfw-dev 2023-04-09 19:07:21 +01:00
Willy-JL
67c5026f38 Format 2023-04-08 00:54:59 +01:00
Willy-JL
8aed004b7b Proper BT custom name length handling 2023-04-08 00:54:02 +01:00
Willy-JL
90e99fe794 Merge branch 'ul-dev' into xfw-dev 2023-04-07 23:40:28 +01:00
Skorpionm
6cc5f30c84 Fix gpio state isp programmer (#2567)
* ISP: fix state gpio ISP Programmer
* WS: delete string debug

Co-authored-by: あく <alleteam@gmail.com>
2023-04-07 11:02:29 +08:00
MX
5a7cddfb69 revert changes / update changelog 2023-04-07 00:07:12 +03:00
MX
9de6b6355e format 2023-04-06 23:50:34 +03:00
SkorP
b9bc34afbf WS: delete string debug 2023-04-06 23:50:14 +03:00
SkorP
bf29f55205 ISP: fix state gpio ISP Programmer 2023-04-06 23:50:00 +03:00
MX
51d52c213b Comment debug logs back
just in case, to avoid extra calls while reading flash
2023-04-06 07:28:19 +03:00
MX
8aed2375f3 Merge branch 'fz-dev' into dev 2023-04-06 07:22:53 +03:00
MX
aac7654ca3 Merge branch 'fz-dev' into dev 2023-04-06 07:14:48 +03:00
Skorpionm
d1ad924216 [AVR_ISP]: add AVR ISP Programmer FAP (#2475)
* [AVR_ISP]: add AVR ISP Programmer FAP
* [AVR_ISP]: add auto detect AVR chip
* [AVR_ISP]: fix auto detect chip
* [AVR_ISP]: fix fast write flash
* AVR_ISP: auto set SPI speed
* AVR_ISP: add clock 4Mhz on &gpio_ext_pa4
* AVR_ISP: fix "[CRASH][ISR 4] NULL pointer dereference" with no AVR chip connected
* AVR_ISP: add AVR ISP Reader
* AVR_ISP: add read and check I32HEX file
* AVR_ISP: add write eerom, flash, fuse, lock byte
* AVR_ISP: add gui Reader, Writer
* Github: unshallow on decontamination
* AVR_ISP: move to external
* API: fix api_symbols
* AVR_ISP: add wiring scene
* GUI: model mutex FuriMutexTypeNormal -> FuriMutexTypeRecursive
* AVR_ISP: add chip_detect view
* AVR_ISP: refactoring gui ISP Programmer
* AVR_ISP: add gui "Dump AVR"
* AVR_ISP: add gui "Flash AVR"
* AVR_ISP: fix navigation gui
* GUI: model mutex FuriMutexTypeRecursive -> FuriMutexTypeNormal
* AVR_ISP: fix conflicts
* AVR_ISP: fix build
* AVR_ISP: delete images
* AVR_ISP: add images
* AVR_ISP: fix gui
* AVR_ISP: fix stuck in navigation
* AVR_ISP:  changing the Fuse bit recording logic
* AVR_ISP: fix read/write chips with memory greater than 64Kb
* AVR_ISP: fix auto set speed SPI
* AVR_ISP: fix gui
* ISP: switching on +5 volts to an external GPIO

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-04-06 12:13:30 +08:00
Astra
b4ceb55fd2 [FL-2524] Graphics cleanup and icon rotation (#2561)
* Canvas with rotation
* Full icon rotation, cleanup of unused resources
* F18 API update
* Bitmap draw cleanup
* More cleaning up
* Migrate recovery and DFU to canvas
* Make the internal draw function static
* Remove all calls to u8g2_DrawXBM

Co-authored-by: あく <alleteam@gmail.com>
2023-04-06 11:36:12 +08:00
Willy-JL
4af2bd01ef Fix nightstand clock crashes 2023-04-06 02:18:16 +01:00
MX
563ec6c2ab Update TOTP
https://github.com/akopachov/flipper-zero_authenticator
2023-04-05 22:45:27 +03:00
MX
ef9dd5975b Update UART Terminal
https://github.com/cool4uma/UART_Terminal/tree/main
2023-04-04 22:02:58 +03:00
MX
61ec8818db fbt format 2023-04-04 21:59:05 +03:00
MX
b122db27cc Merge pull request #407 from kallanreed/feature/ir_scope
Add ir_scope app.
2023-04-04 21:56:00 +03:00
MX
2fe4508db8 Fix repeats 2023-04-04 13:37:50 +03:00
MX
862f89a57c Fix "Repeat" bugs 2023-04-04 13:32:05 +03:00
MX
bb8e1d8ee2 Merge branch 'fz-dev' into dev 2023-04-04 13:07:38 +03:00
Skorpionm
494002505e WS: fix protocol TX141TH-BV2 (#2559)
Co-authored-by: あく <alleteam@gmail.com>
2023-04-04 12:37:54 +08:00
Eric Betts
f98ac4c48a Add more detail to saved info screen (#2548)
* Add more detail to saved info screen
* PR feedback
* Format sources and add pvs temp files to gitignore

Co-authored-by: あく <alleteam@gmail.com>
2023-04-04 11:21:43 +08:00
kallanreed
95bd038d8a Add ir_scope external app. 2023-04-03 17:40:16 -07:00
Willy-JL
bba9fc4134 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2023-04-02 23:59:33 +01:00
MX
3d5701614f AVR ISP enable 5v power on start 2023-04-02 01:11:23 +03:00
MX
656e328a55 fbt format 2023-04-01 21:53:19 +03:00
MX
52944370e6 OFW PR 2548: Picopass Add more detail to saved info screen
by https://github.com/bettse
2023-04-01 21:48:04 +03:00
MX
bd78c3b3ea OFW PR 2475: AVR ISP Programmer FAP by @Skorpionm
merging before OFW, more testing needed!
2023-04-01 21:40:37 +03:00
MX
8a21b7c5a1 Update TOTP
https://github.com/akopachov/flipper-zero_authenticator
2023-04-01 17:45:52 +03:00
MX
37bacdd83d GPS NMEA -> Ability to see speed in Km/h
Use right button to switch between modes
2023-03-30 03:58:22 +03:00
Willy-JL
2b2f66bc55 Unlock loader in cli bridge (fix subghz chat) 2023-03-30 01:51:43 +01:00
MX
b5ed26ad70 Move multiple func calls into one var 2023-03-30 03:09:39 +03:00
MX
fe6d44d273 Show external CC1101 in weather station and POCSAG Pager apps 2023-03-30 03:00:00 +03:00
MX
910e4f3217 Improve GPS NMEA UART plugin, update changelog 2023-03-30 02:22:01 +03:00
Willy-JL
aa51016553 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2023-03-28 22:48:12 +01:00
MX
ae3481ef6c Merge branch 'fz-dev' into dev 2023-03-28 22:44:35 +03:00
Willy-JL
2d6d34fd46 Update subbrute 2023-03-28 11:07:50 +01:00
Eric Betts
0161d49d80 Elite progress (#2481)
* WIP: builds
* can read standard
* Test standard picopass dictiony during attack
* correctly save diversified key
* read card on success
* more logs
* update file location
* Call setup methods
* backbutton and attempt at skip
* fixed skip
* remove found key state
* rename dictionary attack
* move notification
* center button back to start menu
* wait for card
* Picopass: proper integer formatting
* Picopass: even more proper integer formatting
* remove nextState

Co-authored-by: あく <alleteam@gmail.com>
2023-03-28 17:21:14 +09:00
Willy-JL
d79b6e75d6 Fix build fail 2023-03-28 08:07:22 +01:00
Willy-JL
2201f71f7b Format pt2 (much fun) 2023-03-28 04:54:19 +01:00
Willy-JL
ad7aa172d8 Update apps 2023-03-28 04:47:54 +01:00
Willy-JL
12091643d5 Merge branch 'ul-dev' into xfw-dev 2023-03-28 03:40:33 +01:00
MX
85d3ecb729 Update Wifi marauder 2023-03-28 04:21:53 +03:00
Willy-JL
09f2a85d21 Merge branch 'ul-dev' into xfw-dev 2023-03-28 00:15:58 +01:00
Willy-JL
e771899ec9 Ext apps cleanup 2023-03-27 06:29:27 +01:00
Willy-JL
f8e140de0c Add XP to hacking apps 2023-03-27 06:00:36 +01:00