Willy-JL
ffd1ceaab4
Merge remote-tracking branch 'ul/dev' into mntm-dev
2024-10-22 03:37:49 +01:00
Willy-JL
0afbbf2e61
Merge remote-tracking branch 'ofw/dev' into mntm-dev
2024-10-22 03:33:47 +01:00
MX
fc16978be5
Merge remote-tracking branch 'OFW/dev' into dev [ci skip]
2024-10-22 02:28:24 +03:00
Kris Bahnsen
ea2757908b
lib: digital_signal: digital_sequence: add furi_hal.h wrapped in ifdefs ( #3964 )
...
Per the comment at the top of the file, defining DIGITAL_SIGNAL_DEBUG_OUTPUT_PIN
to be a GpioPin variable name should allow additional debug output on
that pin. However, this would not work without modifying the file as
well to add the furi_hal.h header. Wrap including that header in the
same macro define to automatically include it when used.
Fixes: d92b0a82cc ("NFC refactoring (#3050 )")
Signed-off-by: Kris Bahnsen <Kris@KBEmbedded.com >
Co-authored-by: hedger <hedger@users.noreply.github.com >
2024-10-20 16:31:40 +01:00
MX
75625ffd5e
merge mjs
2024-10-20 16:02:15 +03:00
m7i-org
7e09f4b774
Sub-GHz: Added Vauno-EN8822 weather station ( #262 )
...
* feat(subghz): Added Vauno-EN8822 weather station
* Update changelog
---------
Co-authored-by: Willy-JL <49810075+Willy-JL@users.noreply.github.com >
2024-10-20 07:27:03 +02:00
MX
8cdb5619f5
keeloq add key
2024-10-19 15:19:57 +03:00
Willy-JL
bb6c015235
JS: Second batch of OFW PR changes
2024-10-19 01:17:22 +01:00
MX
8ed1dc2289
merge p3
2024-10-18 20:23:05 +03:00
MX
3ba530555d
Merge remote-tracking branch 'noproto/nestednonces' into dev
2024-10-18 14:30:43 +03:00
noproto
db26c85b23
Backdoor known key logic still needs the current key
2024-10-18 00:46:24 -04:00
Willy-JL
2353871ab7
Merge branch 'ofw-pr-3822' into js-backport-of-backport
2024-10-18 05:45:43 +01:00
Willy-JL
9a568caf68
Merge branch 'ofw-pr-3822' into js-backport-of-backport
2024-10-18 05:34:27 +01:00
noproto
897817a829
Fix inconsistent assignment of known key and known key type/sector
2024-10-18 00:33:49 -04:00
Willy-JL
f4b9ed04ce
Merge branch 'ofw-pr-3822' into js-backport-of-backport
2024-10-18 04:43:46 +01:00
Willy-JL
a45b3e8e2f
Merge remote-tracking branch 'ul/dev' into js-backport-of-backport
2024-10-18 04:39:27 +01:00
Willy-JL
4a0dfa8de9
JS: First batch of OFW PR review changes
2024-10-18 04:35:27 +01:00
noproto
1101748a21
Merge branch 'nestednonces' of https://github.com/noproto/flipperzero-firmware into nestednonces
2024-10-17 19:17:39 -04:00
noproto
4be9e79342
Fix multiple crashes and state machine logic
2024-10-17 19:16:30 -04:00
Mykhailo Shevchuk
c39edce7c6
Fixed bug with UL reading
2024-10-17 01:41:27 +03:00
Willy-JL
d8ef57ccb7
Merge remote-tracking branch 'ul/dev' into js-backport-of-backport
2024-10-16 18:57:58 +01:00
MMX
d72fad45e0
Merge pull request #825 from mishamyte/fix-read-pwd-protected-ul
...
Read Ultralight block by block
2024-10-16 19:48:04 +03:00
MX
2aff3bca73
fix zero issues in princeton
2024-10-16 11:37:41 +03:00
Willy-JL
2f6faa1b7b
Merge remote-tracking branch 'ul/dev' into mntm-dev
2024-10-16 00:56:19 +01:00
Mykhailo Shevchuk
d3f192ac36
Read Ultralight block by block
2024-10-16 02:24:43 +03:00
Willy-JL
88dfe97a89
Merge remote-tracking branch 'ofw/dev' into mntm-dev
2024-10-15 23:43:33 +01:00
MX
7de26fb99b
Merge remote-tracking branch 'OFW/dev' into dev
2024-10-16 01:06:19 +03:00
MX
45bc0e1ce6
after merge fix p1
2024-10-15 00:43:52 +03:00
MX
4b9b1769f7
Merge remote-tracking branch 'OFW/dev' into dev
2024-10-15 00:08:47 +03:00
あく
02f7c6b421
Merge branch 'dev' into nestednonces
2024-10-14 21:06:56 +01:00
porta
8a95cb8d6b
[FL-3893] JS modules ( #3841 )
...
* feat: backport js_gpio from unleashed
* feat: backport js_keyboard, TextInputModel::minimum_length from unleashed
* fix: api version inconsistency
* style: js_gpio
* build: fix submodule ._ .
* refactor: js_gpio
* docs: type declarations for gpio
* feat: gpio interrupts
* fix: js_gpio freeing, resetting and minor stylistic changes
* style: js_gpio
* style: mlib array, fixme's
* feat: js_gpio adc
* feat: js_event_loop
* docs: js_event_loop
* feat: js_event_loop subscription cancellation
* feat: js_event_loop + js_gpio integration
* fix: js_event_loop memory leak
* feat: stop event loop on back button
* test: js: basic, math, event_loop
* feat: js_event_loop queue
* feat: js linkage to previously loaded plugins
* build: fix ci errors
* feat: js module ordered teardown
* feat: js_gui_defer_free
* feat: basic hourglass view
* style: JS ASS (Argument Schema for Scripts)
* fix: js_event_loop mem leaks and lifetime problems
* fix: crashing test and pvs false positives
* feat: mjs custom obj destructors, gui submenu view
* refactor: yank js_gui_defer_free (yuck)
* refactor: maybe_unsubscribe
* empty_screen, docs, typing fix-ups
* docs: navigation event & demo
* feat: submenu setHeader
* feat: text_input
* feat: text_box
* docs: text_box availability
* ci: silence irrelevant pvs low priority warning
* style: use furistring
* style: _get_at -> _safe_get
* fix: built-in module name assignment
* feat: js_dialog; refactor, optimize: js_gui
* docs: js_gui
* ci: silence pvs warning: Memory allocation is infallible
* style: fix storage spelling
* feat: foreign pointer signature checks
* feat: js_storage
* docs: js_storage
* fix: my unit test was breaking other tests ;_;
* ci: fix ci?
* Make doxygen happy
* docs: flipper, math, notification, global
* style: review suggestions
* style: review fixups
* fix: badusb demo script
* docs: badusb
* ci: add nofl
* ci: make linter happy
* Bump api version
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2024-10-14 19:42:11 +01:00
hedger
57c438d91a
heap: increased size ( #3924 )
...
* reduced reserved memory size for system stack; added temporary markup to monitor usage
* fbt: relink elf file on linker script change; removed debug memory fill
* Make PVS Happy
* Make doxygen happy
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2024-10-14 19:26:17 +01:00
RebornedBrain
0902fd49e1
NFC: iso14443_4a improvements. Canvas: extended icon draw. ( #3918 )
...
* Now 4a listener invokes upper level callback on Halt and FieldOff
* Added new method for drawing mirrored XBM bitmaps
* iso14443_4a poller logic enhanced
* Function renamed accroding to review suggestions
* Rename #2
* Api adjustements
* Correct API bump
Co-authored-by: あく <alleteam@gmail.com >
2024-10-14 18:22:47 +01:00
Willy-JL
806fd93b38
Merge branch 'nestednonces' into mntm-dev
2024-10-13 01:01:01 +01:00
MX
9799a07db6
remove serial check ui in gangqi [ci skip]
2024-10-12 23:16:02 +03:00
m7i-org
925481ffd0
Sub-GHz: Nexus-TH weather station protocol improvements on detection ( #256 )
...
* feat(subghz): Nexus-TH improvements on detection
Added detection improvements for Nexus-TH as in 00bd97c63a/src/devices/nexus.c (L63-L78) :
- If hum==0% there's no humidity sensor, so don't overwrite to 20%
- If the Rubicson check matches, then it's probably not a Nexus-TH
- Check temp range beween -50C and 100C
* Update changelog
---------
Co-authored-by: Willy-JL <49810075+Willy-JL@users.noreply.github.com >
2024-10-12 02:07:53 +01:00
MX
38889a434c
Merge remote-tracking branch 'noproto/nestednonces' into dev
2024-10-11 21:13:50 +03:00
noproto
a7c0819034
Refactor enums to avoid redefinition
2024-10-11 10:01:30 -04:00
Willy-JL
3aca32c497
Merge remote-tracking branch 'ul/dev' into mntm-dev
2024-10-10 01:34:28 +01:00
MX
1030574187
Merge remote-tracking branch 'noproto/nestednonces' into dev
2024-10-09 23:13:22 +03:00
noproto
b843856976
Fix memory leak, use COUNT_OF macro
2024-10-09 15:51:21 -04:00
Willy-JL
5fb391641e
Fixes for thread state changes
2024-10-09 03:23:44 +01:00
m7i-org
ae70945238
Sub-GHz: Fix GPS "Latitute" typo, switch to "Lat" and "Lon" in .sub files ( #246 )
...
* fix(subghz): s/Latitute/Latitude/
* feat(subghz): using Lat,Lon with fallback to older values
* Some speedup and fix fallbacks
* Update changelog
---------
Co-authored-by: Willy-JL <49810075+Willy-JL@users.noreply.github.com >
2024-10-08 06:10:07 +02:00
Willy-JL
2c247bcb50
Fix compiling unit tests (missing NFC mock for #225 )
2024-10-07 04:43:08 +01:00
m7i-org
ca668ee006
Bresser 3CH protocol: added V0 message format ( #245 )
...
* feat(subghz): added V0 message format to Bresser 3CH protocol
Improved the Bresser 3CH recognition, as some sensors send multiple message types at the same time.
* Update changelog
---------
Co-authored-by: Willy-JL <49810075+Willy-JL@users.noreply.github.com >
2024-10-07 05:22:25 +02:00
Willy-JL
89c7875a96
Merge branch 'nestednonces' into mntm-dev
2024-10-07 04:01:39 +01:00
Willy-JL
ba605e1c03
Merge remote-tracking branch 'ul/dev' into mntm-dev
...
Only partially merged 1ceb1eb256 and 09d6e4ee30
Changes to login in cc1101_ext.c and adding setting are ignored
2024-10-07 04:00:01 +01:00
MX
7eac8fbbb4
Merge remote-tracking branch 'noproto/nestednonces' into dev
2024-10-07 04:48:23 +03:00
MX
306e34c64b
Merge remote-tracking branch 'OFW/dev' into dev
2024-10-07 04:47:24 +03:00
Willy-JL
5f3a9e5cc2
Merge commit '0469ef0e5529' into mntm-dev
2024-10-07 02:44:57 +01:00