Willy-JL
9ef4b15f68
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
2023-10-09 21:12:33 +01:00
MX
76e5a1c087
Merge branch 'ofw_dev' into dev
2023-10-09 22:21:49 +03:00
h00die
38792f2c93
Fix spelling across some project files ( #3128 )
...
* codespell across project
Co-authored-by: あく <alleteam@gmail.com >
2023-10-10 04:01:17 +09:00
あく
fbded1e4ee
Lib: update stm32wb_copro to 1.17.3 release ( #3119 )
...
* Lib: update stm32wb_copro to 1.17.3 release
* Bump copro versions
* Lib: switch stm32_copro to release
2023-10-09 22:03:27 +09:00
Willy-JL
fb2b0e2385
Speedup and consolidate color lib with pointers
2023-10-09 01:27:38 +01:00
Sil333033
f7f3780aef
Updated pocsag,tpms,ws to save coords --nobuild
2023-10-06 16:34:36 +02:00
Sil333033
5b91931b76
Merge branch 'dev' of https://github.com/Flipper-XFW/Xtreme-Firmware into dev
2023-10-05 23:15:06 +02:00
Sil333033
ad22f6a0ef
Add GPS support for SubGHz
2023-10-05 23:14:58 +02:00
Willy-JL
7cea33c28b
Merge branch 'dev' of https://github.com/Flipper-XFW/Xtreme-Firmware into dev
2023-10-05 14:55:50 +01:00
Willy-JL
7954097882
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
2023-10-05 14:54:42 +01:00
MMX
e7ea821650
Merge pull request #612 from baugp/t5577-write-pwd-fix
...
bugfix t5577_write_with_pass
2023-10-03 09:14:11 +03:00
Willy-JL
7b6d0cd59a
Merge branch 'dev' of https://github.com/Flipper-XFW/Xtreme-Firmware into dev
2023-10-02 23:12:22 +01:00
Willy-JL
1c09a58f2f
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into dev
2023-10-02 23:04:55 +01:00
Willy-JL
721ee9dc09
Better SK6805 logging --nobuild
2023-10-01 06:14:52 +01:00
Willy-JL
f2e8dbaf15
Fix rgb backlight off bug (no last color checks)
2023-10-01 06:08:38 +01:00
Willy-JL
352473523d
Remove (void)
2023-10-01 05:29:26 +01:00
Willy-JL
d3fc08ac41
Refactor rgb backlight with mutexes
2023-10-01 05:28:32 +01:00
MX
2f44fd6cac
nice flor s add button code 0x3
2023-09-30 23:41:54 +03:00
Willy-JL
4ad6297285
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into dev --nobuild
2023-09-30 19:26:24 +01:00
Piyamate Wisanuvej
e739aeeb10
bugfix t5577_write_with_pass
2023-09-26 10:08:40 +07:00
HTotoo
9a96b44b94
Added sub file generator info
2023-09-25 14:09:21 +02:00
HTotoo
e18a6144a2
Enable Acurite_592TXR sending
2023-09-25 11:40:23 +02:00
HTotoo
ed579617c5
Nexus-TH sending tested, seems ok.
...
Added SUB file generator url to comment.
2023-09-22 14:36:03 +02:00
HTotoo
db6cf1521d
WIP - Implement nexus-th sending
2023-09-22 07:45:22 +02:00
MX
8666cdc5ef
Merge branch 'ofw_dev' into dev
2023-09-21 22:43:48 +03:00
HTotoo
7eaf213bce
TPMS Load / Save
2023-09-21 12:13:37 +02:00
HTotoo
e3d5b107a4
Fix pocsag save / load
2023-09-21 12:11:17 +02:00
HTotoo
3c24971952
Allow save and load Weather data.
2023-09-21 11:32:00 +02:00
Filipe Paz Rodrigues
a089aeb2bd
Add Initial CCID support ( #3048 )
...
* Add Initial CCID support
* Sync api symbols
* Format sources
Co-authored-by: あく <alleteam@gmail.com >
2023-09-21 18:09:00 +09:00
HTotoo
97e0c01bc3
Enabled pocsag
2023-09-21 08:09:28 +02:00
HTotoo
99b3d08f5b
remove w type
2023-09-21 07:54:59 +02:00
HTotoo
3b1e2ac183
Fix typo
2023-09-20 20:58:36 +02:00
HTotoo
4bc5342df1
Fix display
2023-09-20 20:48:02 +02:00
HTotoo
7318a08c32
fix npdref
2023-09-20 17:07:50 +02:00
HTotoo
b9382c912e
WIP integrate weather, tpms and pocsag to SubGhz app
2023-09-20 13:47:33 +02:00
MX
8f5ea2be83
Merge branch 'ofw_dev' into dev
2023-09-19 17:27:48 +03:00
あく
338fc3afea
New clock switch schema, fixes random core2 crashes ( #3008 )
...
* Updated stack to 1.17.0
* hal: ble: Fixed stack config
* Bumped stack version in config
* scripts: added validation of copro stack version in update bundles
* Copro: update to 1.17.2
* FuriHal: adjust tick frequency for HSE as sys clk
* FuriHal: adjust systick reload on sys clock change
* Sync api and format sources
* scripts: updated ob.data for newer stack
* FuriHal: return core2 hse pll transition on deep sleep
* FuriHal: cleanup ble glue
* FuriHal: rework ble glue, allow shci_send in critical section
* FuriHal: sync api symbols
* FuriHal: cleanup BLE glue, remove unused garbage and duplicate declarations
* FuriHal: BLE glue cleanup, 2nd iteration
* FuriHal: hide tick drift reports under FURI_HAL_OS_DEBUG
* Lib: sync stm32wb_copro with latest dev
* FuriHal: ble-glue, slightly less editable device name and duplicate definition cleanup
* FuriHal: update ble config options, enable some optimizations and ext adv
* FuriHal: update clock switch method documentation
* FuriHal: better SNBRSA bug workaround fix
* FuriHal: complete comment about tick skew
* FuriHal: proper condition in clock hsi2hse transition
* FuriHal: move PLL start to hse2pll routine, fix lockup caused by core2 switching to HSE before us
* FuriHal: explicit HSE start before switch
* FuriHal: fix documentation and move flash latency change to later stage, remove duplicate LL_RCC_SetRFWKPClockSource call
---------
Co-authored-by: hedger <hedger@nanode.su >
Co-authored-by: hedger <hedger@users.noreply.github.com >
2023-09-19 18:22:21 +04:00
Willy-JL
4b2cc53280
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev --nobuild
2023-09-16 19:28:54 +02:00
MX
7f474ed9c6
Ignore princeton option and fix typo magellan
2023-09-11 17:03:17 +03:00
MX
eb2607f308
Merge branch 'ofw_dev' into dev
2023-09-11 15:26:26 +03:00
あく
1c0276a0be
Various Fixes and Improvements ( #3059 )
...
* FuriHal: lower MGG display contrast by 4 points
* FuriHal: unify external gpio resources initialization
* Infrared: parse raw in universal TV file, cleanup it with new ifrared script. Other minor changes.
* Gui: fix elements_multiline_text_aligned eating symbols
* Lib: human readable errors in flipper application package
* Special request from marketing team
2023-09-11 16:23:00 +10:00
MatthewKuKanich
09986b33a7
commit new compact menu style
2023-09-08 23:23:02 -04:00
Willy-JL
7afa826897
Format
2023-09-08 04:50:51 +02:00
Willy-JL
02a50dda1f
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
2023-09-08 04:11:19 +02:00
MX
b3cce2351a
Some faac fixes
2023-09-05 14:40:49 +03:00
MX
1859b06b6a
oops
2023-09-05 05:59:21 +03:00
MX
1653abe0ef
Remove unused table
2023-09-05 05:51:21 +03:00
MX
ffc6f726f0
fix small bug
2023-09-05 05:43:06 +03:00
MX
0eb06ba2b7
Actually working progmode, new add manually options + bonus fixes
2023-09-05 05:31:03 +03:00
Willy-JL
cd301b4045
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev --nobuild
2023-09-04 23:36:06 +02:00