unleashed-firmware/lib/flipper_application
Nick Mooney f6eb79e1e5
NFC: Add support for Gallagher access control (MIFARE Classic only) (#3306)
* Merge remote-tracking branch 'origin/dev' into dev
* Add basic API interface (inspired by advanced plugins example), modify NfcSupportedCardsLoadContext to contain a pointer to a resolver
* WIP: API resolver implemented / passed to plugin via context, still having resolution issues
* Attempt to add constants to the nfc_app_api_table list
* WIP: We're defining the constants directly in nfc_app_api.c to see if this fixes our woes, which it does not.
* WIP: Remove furi_assert(false) (lmao)
* Working implementation of Gallagher decoding via exposed plugin API
* lib: api_hashtable: change log level for symbol not found message
* nfc app: alloc composite resolver along with supported cards
* nfc app: rework nfc api structure
* nfc app: fix memory leakage in supported cards

Co-authored-by: gornekich <n.gorbadey@gmail.com>
2024-02-09 15:00:17 +07:00
..
api_hashtable NFC: Add support for Gallagher access control (MIFARE Classic only) (#3306) 2024-02-09 15:00:17 +07:00
elf [FL-3690] Libraries cleanup; u2f crypto rework to use mbedtls (#3234) 2023-12-01 18:16:48 +09:00
plugins [FL-3629] fbt: SD card resource handling speedup (#3178) 2023-10-31 15:27:58 +04:00
application_assets.c Storage: force mount (#3033) 2023-09-04 14:10:07 +09:00
application_assets.h Embed assets in elf file (#2466) 2023-03-10 01:01:53 +10:00
application_manifest.c Various Fixes and Improvements (#3059) 2023-09-11 16:23:00 +10:00
application_manifest.h Various Fixes and Improvements (#3059) 2023-09-11 16:23:00 +10:00
flipper_application.c Various Fixes and Improvements (#3059) 2023-09-11 16:23:00 +10:00
flipper_application.h Various Fixes and Improvements (#3059) 2023-09-11 16:23:00 +10:00
SConscript [FL-3097] fbt, faploader: minimal app module implementation (#2420) 2023-03-14 23:29:28 +09:00