Chris Reed

Results 56 issues of Chris Reed

The path to dos2unix sources is set to your local home directory in the Xcode project file. Please add dos2unix as a submodule instead.

The default implementation of the `get_interface_capabilities()` function is weak so it can be overridden by HICs. Only two capabilities are defined so far, primarily for discussion purposes: - [0] `kCapability_FileFormatBinary`:...

Starting with release 0254, DAPLink builds "no target" firmware binaries for each HIC, meant for either standalone debug probes or cases where you don't need MSD flash programming. These builds...

This patch fixes an issue where target devices were unable to enter the Very Low Power Stop (VLPS) mode when running Kinetis SDK low power demos (and presumably customer apps)...

needs work
backlog

This change replaces the default weak family descriptor structs (each taking up the full family descriptor size) in `target_family.c` with weak references. The purpose is to save `.rodata` space.

It looks like there is a problem in `circ_buf_write()` in how it doesn't wrap the whole call in interrupt masking and instead relies on `circ_buf_push()` protecting each byte insert, with...

bug

As part of the move to support gcc, we need to switch from RTX4 to RTX5/CMSIS-RTOS2. Child of #197

in progress

As part of the plan to support gcc, we need to switch from the current Keil USB middleware stack to the new Mbed OS USB stack. The new stack is...

to do

In interface firmware configurations where both CMSIS-DAP v1 and v2 USB interfaces are available, there is a possibility that the user could open both CMSIS-DAP interfaces concurrently. This will, of...

A CDC break to trigger target reset does not properly reset targets that use software reset. The underlying issue is that `swd_set_target_reset()` in `target_family.c` does not support software reset. The...

bug
to do