<tnt>
whitequark: with the sram one, maybe it makes less sense.
<tnt>
For the flash one, I left it optional because I have at least one board where the "programming connector" doesn't have reset on it, I just press a button to hold it in reset while I use the applet ...
<tnt>
but realistically I could just use the spi-flash applet for that board ...
<whitequark>
i sort of see it but also it sort of doesn't make a lot of sense
<whitequark>
i have no real opinion on it i guess
<marcan>
whitequark: btw, selftest on my revC*0* complains now
<whitequark>
marcan: complains how
<marcan>
pins shorted or something
<marcan>
let me try again
<whitequark>
oh yeah that
<whitequark>
it's extraordinarily sensitive to noise
<whitequark>
marcan: yeah the heuristic for using selftest is "does it *ever* PASS?"
<marcan>
lol
<whitequark>
like i said, it needs improvemet
<whitequark>
hm
<whitequark>
re: soft flush
<whitequark>
I think I would prefer something like .flush(block=False) ?
<whitequark>
the "soft" isn't super informative
<marcan>
sure, whatever works
<marcan>
that sounds good
<whitequark>
or even wait=
<marcan>
btw I did give that glasgow talk. only had the ws2812 thing at hand for a demo, but I live-coded a shitty logic analyzer (just dumps samples into the fifo) and it worked
<marcan>
(and then just touched pins to test it, lol)
<whitequark>
nice :D
<whitequark>
how'd the response go
<marcan>
as expected I guess? interest, some decent questions
<marcan>
I think there were 20 or so people, IIRC
<whitequark>
ah
thaytan has quit [Ping timeout: 272 seconds]
thaytan has joined #glasgow
<_whitenotifier-3>
[GlasgowEmbedded/Glasgow] whitequark pushed 3 commits to master [+0/-0/±3] https://git.io/fjyzC
<whitequark>
marcan: think i pulled everything from your branches
<_whitenotifier-3>
[Glasgow] whitequark commented on issue #143: Spy-Bi-Wire support - https://git.io/fjyg8
<tnt>
whitequark: The MSP-EXP430FR2433 is the board I mostly use, it's 10$. Doesn't make much sense for me to ship one as it costs more in shipping than the board value, but I have no issue sponsoring a few of them for testing. Not sure what electronics distributors you usually use ?
<whitequark>
tnt: local ones
<whitequark>
mhhh let's see which preposterously expensive devboards they have.
<whitequark>
oh yeah there it is, EXP430
<whitequark>
except it's $22
<tnt>
which one ? (because there is a bunch of exp430xxxx models)
<whitequark>
MSP-EXP430G2
<whitequark>
it has MSP430G2553IN20 and MSP430G2452IN20 in the box
<whitequark>
does that work
<tnt>
Yeah, I have a bunch of those as well.
<tnt>
They use the same debug protocol.
carl0s has joined #glasgow
carl0s has quit [Remote host closed the connection]
verg has joined #glasgow
qazwsx57 has joined #glasgow
qazwsx57 is now known as qazwsxal
<marcan>
whitequark: yeah I have a bunch of MSP crap too but there's no point in shipping it
<marcan>
I got some of it for free even
_whitelogger has joined #glasgow
luis65 has joined #glasgow
ebb has joined #glasgow
luis65 has quit [Remote host closed the connection]
<_whitenotifier-3>
[GlasgowEmbedded/Glasgow] whitequark pushed 3 commits to master [+0/-0/±3] https://git.io/fjyrG
<_whitenotifier-3>
[GlasgowEmbedded/Glasgow] whitequark cea1ad8 - cli: simplify after 6315ec10. NFC.
<_whitenotifier-3>
[GlasgowEmbedded/Glasgow] whitequark 4fd2224 - cli: display a prominent warning in log for preview applets.