Daniel Beer
Daniel Beer
On Fri, Jan 19, 2018 at 06:02:30PM +0000, Alexander Shpilkin wrote: > As mentioned [elsewhere](https://www.pabigot.com/msp430/exp430fr5969-launchpad-first-experiences/#comment-39), the `ezfet` driver does not work with the MSP-EXP430FR6989: > > ``` > MSPDebug version...
On Thu, Apr 30, 2020 at 07:38:37AM -0700, f4grx wrote: > I am using a raspberry pi so no msp430 dll is available, I need to use the ezfet driver....
Yes, that's probably true. If anyone wants to contribute a set of patches to improve jtaglib or the JTAG -based drivers I'd be happy to integrate them.
On Tue, Nov 10, 2020 at 09:15:29PM -0800, mark0b wrote: > Just getting started with mspdebug but I had to go into sockets.c and sport.c to add winerror.h and stdint.h...
On Wed, Nov 11, 2020 at 09:16:38AM -0800, mark0b wrote: > > On Tue, Nov 10, 2020 at 09:15:29PM -0800, mark0b wrote: Just getting started with mspdebug but I had...
This is a good idea. However: - mmap() returns MAP_FAILED on error, not NULL - Windows is a supported platform for quirc, so you'll need to either use something platform-independent...
On Mon, Dec 27, 2021 at 02:50:54AM -0800, Quentin GODRON wrote: > Thanks for the review, gonna fix this. > > Do you think it's okay to revert to previous...
On Sun, Jan 09, 2022 at 09:35:38AM -0800, MUsoftware wrote: > The main purpose of this PR is to use this library in a special case with more heap space...
On Mon, Jun 29, 2020 at 07:58:08AM -0700, Hose wie Jacke wrote: > However, the connection via `tilib` fails: > > $ mspdebug tilib > > ... > > Using...
On Tue, Jun 30, 2020 at 12:57:27AM -0700, Hose wie Jacke wrote: > Yes, but I might have been specifying the wrong device. > > There are no `/dev/ttyACM*` on...