-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Add doxygen comments to nfc_device_base.h * Add doxygen comments to nfc_protocol.h and .c * Add doxygen comments to nfc_scanner.h * Add doxygen comments to nfc_device.h * Add doxygen comments to nfc_common.h * Add doxygen comments to nfc_poller.h * Add doxygen comments to nfc_listener.h * Add doxygen comments to nfc_listener_i.h * Add doxygen comments to nfc_device_defs.c * Add doxygen comments to nfc_poller_base.h * Add doxygen comments to nfc_listener_base.h * Add doxygen comments to nfc_generic_event.h * Fix factual eror in nfc_protocol.c comments * Add doxygen comments to nfc.h, remove unused enum values * Add doxygen comments to furi_hal_nfc.h, remove unused enum values * Separate NFC HAL tech definitions to its own private header * Add doxygen comments to furi_hal_nfc_tech_i.h * Add doxygen comments to furi_hal_nfc_i.h * Improve doxygen formatting * Improve wording and some formatting * Fix compilation issue * Clean up nfc application includes * Add doxygen comments to nfc_protocol_support_common.h, rename a enum value * Rename scene to MoreInfo * Add doxygen comments to nfc_protocol_support.h * Add doxygen comments to nfc_protocol_support_render_common.h * Add doxygen comments to nfc_protocol_support_gui_common.h * Add doxygen comments to nfc_protocol_support_base.h * Add doxygen comments to nfc_protocol_support* various files. * Refactor nfc_protocol_support * Add doxygen comments for supported card plugins * Add docs on adding a new protocol (doxygen version) * Add docs on adding a new protocol protocol support (doxygen version) * nfc: add documentation fixes * nfc app: fix st25tb protocol support * nfc app: st25tb remove unnecessary TODO --------- Co-authored-by: gornekich <[email protected]>
- Loading branch information
Showing
58 changed files
with
2,601 additions
and
697 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.