-
Notifications
You must be signed in to change notification settings - Fork 484
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
target: add xc2xx device support for XHSC #1687
base: develop
Are you sure you want to change the base?
Commits on May 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4a8cbb7 - Browse repository at this point
Copy the full SHA 4a8cbb7View commit details -
cortex-m: reset_halt: just warn about invalid T-bit, don't fix (pyocd…
…#1559) Also fixed some type errors.
Configuration menu - View commit details
-
Copy full SHA for 73b9ce9 - Browse repository at this point
Copy the full SHA 73b9ce9View commit details
Commits on May 23, 2023
-
target: family: psoc6: remove unnecessary sleep during reset. (pyocd#…
…1562) self.reset() have a 0.5 second sleep when using hw reset. other reset types should not require any additional sleep. by removing this sleep it is possible to aquire targets where the application disable the swd port. Co-authored-by: Johan Carlsson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 574359c - Browse repository at this point
Copy the full SHA 574359cView commit details
Commits on May 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b995d84 - Browse repository at this point
Copy the full SHA b995d84View commit details
Commits on May 28, 2023
-
debug: sequences: assignment expressions (pyocd#1564)
Support C-style assignment expressions, such that variables can be assigned to in the middle of other expressions. Just as in C, the value of an assignment expression is the value assigned to the variable. While this syntax isn't documented in the Open-CMSIS-Pack specification, it is used in the Keil.LPC800_DFP pack and therefore is implicitly supported by debug sequences. The patch replaces the assign_stmt AST node with assign_expr, with the lowest precedence (same precedence as in C).
Configuration menu - View commit details
-
Copy full SHA for 035f81b - Browse repository at this point
Copy the full SHA 035f81bView commit details
Commits on May 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0f53af6 - Browse repository at this point
Copy the full SHA 0f53af6View commit details -
core: session: only create one session to access options when there's…
… no current session (pyocd#1565) If Session.current_session is accessed without a valid current session, an empty Session is created and retained via a strong reference. This mostly happens when session options are read prior to the main session being created. Since the ._current_session attribute is a weakref, the options session instance would previously be collected immediately after use, leading to repeated creation of options sessions in some cases.
Configuration menu - View commit details
-
Copy full SHA for 3ea6ec0 - Browse repository at this point
Copy the full SHA 3ea6ec0View commit details
Commits on Jun 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d09fd5f - Browse repository at this point
Copy the full SHA d09fd5fView commit details -
docs: outline changes to rename User guide, move API arch location
- Rename "User documentation" heading to "User guide" - Move API architecture to be first under "Python API"
Configuration menu - View commit details
-
Copy full SHA for f3c9c80 - Browse repository at this point
Copy the full SHA f3c9c80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89fd4f2 - Browse repository at this point
Copy the full SHA 89fd4f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c72b949 - Browse repository at this point
Copy the full SHA c72b949View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4033cd0 - Browse repository at this point
Copy the full SHA 4033cd0View commit details
Commits on Jun 16, 2023
-
Use correct flash address for MAX32670
Signed-off-by: Sadik.Ozer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 376d3f4 - Browse repository at this point
Copy the full SHA 376d3f4View commit details
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dc9f2c0 - Browse repository at this point
Copy the full SHA dc9f2c0View commit details
Commits on Jul 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0189b2f - Browse repository at this point
Copy the full SHA 0189b2fView commit details
Commits on Jul 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fdaf08a - Browse repository at this point
Copy the full SHA fdaf08aView commit details
Commits on Jul 23, 2023
-
probe: cmsis-dap: use test binary from builtin board data for v2.1 ba…
…sed board info (pyocd#1591) If a CMSIS-DAP probe supports the v2.1 board and target info, but the board also has builtin board ID based data, then use the test binary name from the builtin data with the probe-supplied data.
Configuration menu - View commit details
-
Copy full SHA for e662365 - Browse repository at this point
Copy the full SHA e662365View commit details -
coresight: adiv5 discovery: increment invalid AP count on exception (p…
…yocd#1593) If an exception is raised when probing an AP, increment the invalid AP count. The scan loop is cleaned up a bit too.
Configuration menu - View commit details
-
Copy full SHA for 94f1860 - Browse repository at this point
Copy the full SHA 94f1860View commit details -
target: family: remove part number match for NXP MIMXRTxxxx series fa…
…mily (pyocd#1594) The IMXRT family class isn't needed for pack-based targets any more now that pyOCD supports the debug sequences present in the IMXRT packs.
Configuration menu - View commit details
-
Copy full SHA for 401a01c - Browse repository at this point
Copy the full SHA 401a01cView commit details
Commits on Jul 30, 2023
-
probe: cmsis-dap: usb backends: windows performance fix and more (pyo…
…cd#1595) - Fix performance regression for CMSIS-DAPv2 on certain machines running Microsoft Windows by using a real multithreaded queue with blocking support for passing data from receive thread. - Re-raise exceptions that occur in the receive thread from .read(). - A few other small improvements.
Configuration menu - View commit details
-
Copy full SHA for 37c8efb - Browse repository at this point
Copy the full SHA 37c8efbView commit details
Commits on Aug 5, 2023
-
rtt: fix cb not found (pyocd#1583)
Search only for the length of control block ID. Fixes pyocd#1533
Configuration menu - View commit details
-
Copy full SHA for 6dcd439 - Browse repository at this point
Copy the full SHA 6dcd439View commit details
Commits on Aug 13, 2023
-
target: fix HC32L13x size and enable double buffering (pyocd#1609)
* fix hc32f030 flash size * fix hc32l13x series ram size and enable double buffering
Configuration menu - View commit details
-
Copy full SHA for 9253740 - Browse repository at this point
Copy the full SHA 9253740View commit details
Commits on Sep 26, 2023
-
target: add s32k344 support (pyocd#1627)
Signed-off-by: Peter van der Perk <[email protected]> Co-authored-by: iannxp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e3742a - Browse repository at this point
Copy the full SHA 0e3742aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fba00fb - Browse repository at this point
Copy the full SHA fba00fbView commit details
Commits on Oct 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cb97846 - Browse repository at this point
Copy the full SHA cb97846View commit details -
Configuration menu - View commit details
-
Copy full SHA for 975fe95 - Browse repository at this point
Copy the full SHA 975fe95View commit details
Commits on Oct 19, 2023
-
Add mps2 an521, reset on loading to Ram and soft-bkpt-as-hard (pyocd#…
…1638) * Add support for mps2_an521 * Generate reset when loading to Ram * Add support for soft-bkpt-as-hard
Configuration menu - View commit details
-
Copy full SHA for 6dc261a - Browse repository at this point
Copy the full SHA 6dc261aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ab5c32 - Browse repository at this point
Copy the full SHA 5ab5c32View commit details
Commits on Apr 16, 2024
-
target: add xc2xx device support for XHSC
Signed-off-by: Qiu Mingjian(Alex) <[email protected]>
Qiu Mingjian(Alex) committedApr 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 48a0976 - Browse repository at this point
Copy the full SHA 48a0976View commit details