Skip to content

Add decoding support for Record Type 4 #27

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

Merged
merged 3 commits into from
Nov 11, 2021
Merged

Conversation

mafiltenborg
Copy link
Contributor

Added support for Record type 4, as described here:
https://en.wikipedia.org/wiki/Intel_HEX#Record_types

Toolchains differ. I happen to operate one that uses Record type 4 in its generated Hex-files.

@tannewt
Copy link
Member

tannewt commented Nov 8, 2021

@FoamyGuy would you mind reviewing this?

@FoamyGuy FoamyGuy self-assigned this Nov 9, 2021
Copy link
Contributor

@FoamyGuy FoamyGuy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The details of the specific record type and it's usage while programming AVR devices is a bit beyond my level of understanding.

However the way that it's been added to this library does look okay to me.

Thanks for digging into this and adding the functionality @mafiltenborg

@FoamyGuy FoamyGuy merged commit f88c749 into adafruit:main Nov 11, 2021
adafruit-adabot added a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Nov 11, 2021
Updating https://github.com/adafruit/Adafruit_CircuitPython_TM to 1.0.5 from 1.0.4:
  > Merge pull request adafruit/Adafruit_CircuitPython_TM#7 from tekktrik/feature/add-typing
  > Updated readthedocs file
  > Updated readthedocs requirements path
  > Disabled unspecified-encoding pylint check
  > add docs link to readme
  > Globally disabled consider-using-f-string pylint check
  > Moved CI to Python 3.7
  > Added help text and problem matcher
  > Added pull request template

Updating https://github.com/adafruit/Adafruit_CircuitPython_AVRprog to 1.4.0 from 1.3.7:
  > Merge pull request adafruit/Adafruit_CircuitPython_AVRprog#28 from mafiltenborg/patch-2
  > Merge pull request adafruit/Adafruit_CircuitPython_AVRprog#27 from mafiltenborg/patch-1
  > Updated readthedocs file
  > Disabled unspecified-encoding pylint check
  > Merge pull request adafruit/Adafruit_CircuitPython_AVRprog#26 from adafruit/patch-fix
  > PATCH Pylint and readthedocs patch test
  > add docs link to readme
  > Globally disabled consider-using-f-string pylint check
  > Moved default branch to main
  > Moved CI to Python 3.7
  > Added help text and problem matcher
  > Added pull request template

Updating https://github.com/adafruit/Adafruit_CircuitPython_PyBadger to 3.6.0 from 3.5.1:
  > Updated readthedocs file
  > Merge pull request adafruit/Adafruit_CircuitPython_PyBadger#48 from FoamyGuy/remove_gamepad_usage
  > Disabled unspecified-encoding pylint check
  > Merge pull request adafruit/Adafruit_CircuitPython_PyBadger#51 from adafruit/patch-fix
  > PATCH Pylint and readthedocs patch test
  > add docs link to readme
  > Globally disabled consider-using-f-string pylint check
@mafiltenborg mafiltenborg deleted the patch-1 branch February 1, 2024 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants