Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NDEF_Buffer limitations and overflows #31

Merged
merged 6 commits into from
Jul 31, 2023
Merged

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    ffbb3d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f24ebc View commit details
    Browse the repository at this point in the history
  3. fix: allow IdentifyNDEF to work with external buffer

    This allows IdentifyNDEF to work when the NDEF is larger than the
    default NDEF_MAX_SIZE
    maihde committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    b5481ad View commit details
    Browse the repository at this point in the history
  4. fix: allow ndef buffer to be supplied by begin()

    The default buffer of 100 bytes is too small for Wifi and VCard.
    Further, using the default buffer prevents a user from picking a buffer
    size more suited to their processor environment and tag needs.  This
    change retains backwards API compatibility but allows a user to provider
    their own buffer as part of begin()
    maihde committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    41bbf0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f8dc3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    269d251 View commit details
    Browse the repository at this point in the history