Willy-JL
27c977b7c2
Fix writing with platform detect
2025-03-19 06:05:19 +00:00
Willy-JL
121ce315c1
NFC: Detect Type 4 Tag platform (eg DESFire)
2025-03-18 06:28:04 +00:00
Willy-JL
0af703d5ee
NFC: Implement Type 4 Tag writing to initialized tags
2025-03-18 03:56:38 +00:00
Willy-JL
106d72a332
Better handling of read/write failure
2025-03-18 03:46:00 +00:00
Willy-JL
b1346bc9bb
Make APDU arrays static
2025-03-18 03:03:31 +00:00
Willy-JL
ca30673238
Improve ISO SELECT naming and handling
2025-03-18 03:01:34 +00:00
Willy-JL
b503020f6d
NFC: Implement Type 4 Tag writing biolerplate and structure
2025-03-17 06:46:13 +00:00
Willy-JL
0df5a66b19
Keep prev selection when new selection fails
2025-03-17 06:17:25 +00:00
Willy-JL
22a6c37e20
Refactor ISO APDUs in T4T poller
2025-03-17 06:16:31 +00:00
Willy-JL
967eb06082
NFC: Handle writes to Type 4 Tag while emulating
2025-03-15 05:49:44 +00:00
Willy-JL
e0b5aa8070
For now send NACK to all R blocks
2025-03-15 05:44:31 +00:00
Willy-JL
7689efa129
Use flags for ISO14443-4 layer decode result
2025-03-15 05:42:57 +00:00
Willy-JL
384f365cff
Refactor CC parsing and dumping
2025-03-15 03:08:24 +00:00
Willy-JL
b05a735e8f
Allow selecting PICC level too
2025-03-15 03:05:20 +00:00
Willy-JL
799ed9fcaf
Fix emulate after save
2025-03-15 02:01:51 +00:00
Willy-JL
084774d9d7
Fix ISO READ BINARY params definitions
2025-03-15 02:00:40 +00:00
Willy-JL
01b113f508
Fix chunk sizes
2025-03-14 23:00:59 +00:00
Willy-JL
e64292d478
NFC: Initial ISO14443-4 PCB listener handling
2025-03-11 08:58:57 +00:00
Willy-JL
99b2762cd9
Fix sending error responses
2025-03-11 03:43:33 +00:00
Willy-JL
2e77e878de
Support larger NDEF messages
2025-03-10 11:01:46 +00:00
Willy-JL
d174fa9505
NFC: Implement Type 4 Tag rudimentary emulation
2025-03-10 11:00:15 +00:00
Willy-JL
fbc176eb84
NFC: Rudimentary iso14443_4a_listener_send_block() (no PCB handling) (OFW issue 4059)
2025-03-10 09:13:31 +00:00
Willy-JL
cfeddbf8b6
BitBuffer: Allow copy right/left on same instance
2025-03-10 09:06:08 +00:00
Willy-JL
b0690de06a
NFC: Expose iso14443_3a_listener functions (OFW issue 4059)
2025-03-10 09:05:05 +00:00
Willy-JL
4dce8790cc
Cleanup includes
2025-03-10 04:15:14 +00:00
Willy-JL
385e8b3b1c
Add more specific error types
2025-03-10 02:57:01 +00:00
Willy-JL
730f1b6ecf
Fix event struct passed to callbacks
2025-03-10 02:23:06 +00:00
Willy-JL
f760d97e62
Sort and add missing protocol mentions
2025-03-09 06:10:36 +00:00
Willy-JL
e3f7e1c2d3
NFC: Implement Type 4 Tag NDEF parsing
2025-03-06 02:54:40 +00:00
Willy-JL
0beee0c6a7
Fix reading NLEN header in NDEF message
2025-03-06 02:52:02 +00:00
Willy-JL
aa38025977
NFC: Implement Type 4 Tag saving
2025-03-06 02:21:47 +00:00
Willy-JL
d5161f0806
Fix reading empty NDEF message
2025-03-06 01:40:46 +00:00
Willy-JL
358631ec86
NFC: Implement Type 4 Tag reading
2025-03-05 08:10:03 +00:00
Tyler Crumpton
0d99e54a17
Fix PWM-supported logic on pwmStop() ( #4129 )
2025-02-26 19:34:54 +04:00
Evgeny E
0d53cb2c48
test: fix timeout for flashing step ( #4127 )
2025-02-24 22:00:51 +00:00
Zinong Li
145184f0f2
NFC: FeliCa Protocol Expose Read Block API and Allow Specifying Service ( #4074 )
...
* add one parameter to the rdbl and expose
* Bump api version and format sources
Co-authored-by: あく <alleteam@gmail.com >
2025-02-25 06:07:45 +09:00
Zinong Li
9f5e93bed8
LFRFID: Fix Detection Conflict Between Securakey and Noralsy Format ( #4125 )
...
* Securakey added parity check
* Format Sources
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2025-02-25 04:59:05 +09:00
Anna Antonenko
ef024e8086
[FL-3958] Stdio API improvements ( #4110 )
...
* improve thread stdio callback signatures
* pipe stdout timeout
* update api symbols
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2025-02-22 08:11:27 +09:00
WillyJL
404764b660
GUI: Widget view extra options for JS ( #4120 )
...
* Fill option for widget frame
* Add widget circle element
* Add widget line element
* Fix missing include for InputType
* Fix missing comment
* Update api symbols
* Load .fxbm from file
* Fix copy pasta
* Add fill param to example
* Fix some comments
* Bump JS SDK 0.3
* Fix free
* Rename widget frame to rect
* Gui: add widget_add_frame_element backward compatibility macros
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2025-02-21 10:47:56 +09:00
Anna Antonenko
16d18a79a9
[FL-3900] Update heap implementation ( #4123 )
...
* furi: update heap4 to latest
* debug: heap under/overflow testing app
* fix formatting
* silence pvs warnings
* Linker: symbols without type
* Infrared: fix crash in universal remotes on long back press
* Infrared: properly fix incorrect input handling behavior and crash in universal remote. Fix same issue in hid_app.
* FreeRTOSConfig: explicit cast to uint in configTOTAL_HEAP_SIZE
* Format sources
* C and C++ compatible version of stm32wb55_linker.h
Co-authored-by: あく <alleteam@gmail.com >
2025-02-21 10:04:02 +09:00
Akiva-Cohen
4e9aa3883b
Updated Button Panel ( #4119 )
...
* updated button panel
* fixed mismateched .c and .h files
* Gui: extra events for ok button handling in button_panel
* Gui: extra events for other buttons handling in button_panel
Co-authored-by: あく <alleteam@gmail.com >
2025-02-21 06:57:28 +09:00
Anna Antonenko
7c5c5d4749
[FL-3734] UART framing mode selection ( #4121 )
...
* HAL: feat: uart framing
* JS: feat: uart framing
* fix formatting
* fix pvs warning
* HAL: flash impact reduction attempt 1
* HAL: flash impact reduction attempt 2
* fix compile error
* HAL: finalize flash impact reduction
* HAL: remove user-facing magic numbers
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2025-02-21 04:54:38 +09:00
Nathan Perry
290a6dc1eb
gpio: clear irq status before calling user handler ( #4118 )
...
* gpio: clear irq status before calling user handler
* Format sources
Co-authored-by: あく <alleteam@gmail.com >
2025-02-21 03:42:31 +09:00
Astra
2817666eb9
[FL-3774] Fix 5V on GPIO ( #4103 )
...
* Move OTG controls to the power service
* Accessor: add missing power service import
* Power: add is_otg_enabled to info and properly handle OTG enable with VBUS voltage present
* Power: method naming
* Power: add backward compatibility with old-style use of furi_hal_power
* Scripts: lower MIN_GAP_PAGES to 1
* SubGhz: fix incorrect logging tag
* SubGhz: delegate OTG management to power service
* Power: fix condition race, various improvements
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2025-02-20 12:37:52 +09:00
Justin Nesselrotte
3698fc8d02
Fixed repeat in subghz tx_from_file command ( #4099 )
...
* Fixed repeat in subghz tx_from_file command
* Fix PVS warnings
Co-authored-by: あく <alleteam@gmail.com >
2025-02-20 10:10:41 +09:00
Zinong Li
04fa7a9a7f
LFRFID: Noralsy Format/Brand ( #4090 )
...
* beta version
* Working. No parsing yet. No checksum yet.
* T5 config caveat
* parsings
Co-authored-by: あく <alleteam@gmail.com >
2025-02-20 09:36:39 +09:00
Eric Betts
77445fd2f5
Faster di card reading ( #4087 )
...
Co-authored-by: あく <alleteam@gmail.com >
2025-02-20 09:22:01 +09:00
Anna Antonenko
0f240c4dbc
[FL-3949] Universal IR signal selection ( #4085 )
...
* feat: universal ir signal selection
* fix: f18, format specifiers
* update labels with suggestions from the ui team
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2025-02-20 08:58:55 +09:00
hedger
93b0277938
vscode: disabled auto-update for clangd since correct version is in the toolchain ( #4122 )
...
Co-authored-by: あく <alleteam@gmail.com >
2025-02-20 08:32:20 +09:00
Ryan Peel
1541c36b14
BadUSB: Mouse control ( #4004 )
...
* add usb hid mouse functions, add mouse functions to BadUsbHidApi
* add ble mouse functionality
* add hid_usb_mouse_release_all
* ducky mouse command skeleton
* implement mouse click functions
* corrected missing semicolon
* added mouse functionality
* corrected mouse scroll functionality
* mouse key functionality, removed mouse commands, supporting get_mouse_keycode function, added mouse buttons as Keys for HOLD function
* add mouse commands
* removed mouse middle click
* Format sources and fix bunch of mistakes in nfc and subghz
* added HID_MOUSE_NONE: added to help with better readability
* added script for mouse movement test
* Fix: hold and release, imrpove readability
* simplified the mouse demo/test
* Format sources
Co-authored-by: あく <alleteam@gmail.com >
2025-02-20 08:24:34 +09:00