Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pyocd/pyOCD
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.35.0
Choose a base ref
...
head repository: pyocd/pyOCD
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.35.1
Choose a head ref
  • 11 commits
  • 25 files changed
  • 3 contributors

Commits on May 7, 2023

  1. docs: some small improvements and typo fixes

    - api/using_session_options.md: correct description of implicit defaults layer, note about .get() default value
    - automated_tests.md: test binaries section; convert functional tests list to table
    flit committed May 7, 2023
    Configuration menu
    Copy the full SHA
    19b4a0d View commit details
    Browse the repository at this point in the history
  2. docs: add memory_attributes.md

    flit committed May 7, 2023
    Configuration menu
    Copy the full SHA
    08dacfb View commit details
    Browse the repository at this point in the history
  3. docs: add api/architecture.md

    flit committed May 7, 2023
    Configuration menu
    Copy the full SHA
    6bb3e72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aca372c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa0bd00 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. debug: sequences: support [uU] suffix on integer literals (#1548)

    This isn't specified in the Open-CMSIS-Pack specification, but is
    of course supported by C, and is used by at least the NXP.RT685_DFP
    pack.
    flit authored May 10, 2023
    Configuration menu
    Copy the full SHA
    6749a95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad783bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e148a3a View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. coresight: dap: revert API change to add DebugPort param to DPConnect…

    …or constructor (#1555)
    
    The DebugPort was passed into DPConnector so that a trace log could
    be output when reading the DP IDR, thus breaking API compatibility.
    This change was reverted and replaced with DPConnector.read_idr()
    performing its own trace log with the IDR result. The formatting of
    the log message is different, but that's a minor concern.
    flit authored May 14, 2023
    Configuration menu
    Copy the full SHA
    da303b0 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    ef9d33d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. code quality: do not use bare except (#1558)

    replace all uses of bare excepts with "except Exception" to avoid
    catching exceptions like KeyboardInterrupt and SystemExit.
    jsiverskog authored May 17, 2023
    Configuration menu
    Copy the full SHA
    1a61989 View commit details
    Browse the repository at this point in the history
Loading