whitequark changed the topic of #glasgow to: glasgow debug tool · code https://github.com/GlasgowEmbedded/Glasgow · logs https://freenode.irclog.whitequark.org/glasgow
pengolod has joined #glasgow
pengolod has quit [Client Quit]
<marcan> whitequark: ply works with classes: https://github.com/johnyf/astutils/blob/master/astutils/ply.py
<marcan> well, you can make it work with classes anyway (writing a couple base classes like that)
<whitequark> okay
<marcan> could just depend on astutils instead of ply directly
<whitequark> LALR is usually not a good choice for things other than programming languages
<whitequark> a lot of people use PEG, and well, i dislike PEG, but it'd probably be good enough if we had to adopt some one parser
<whitequark> if there's some fast enough Python PEG runtime
<marcan> not getting any hits
<marcan> oh there are some
<whitequark> hrm
<whitequark> oh right
<whitequark> PEG parsers can't stream
<whitequark> e.g. the SVF parser is streaming
<whitequark> you can feed it a gigabyte of SVF just fine right now
<whitequark> see this is why i keep handrolling shit
<whitequark> but it's not sustainable
<whitequark> most people can't just write something like the SVF parser and if they can it's too much effort
<whitequark> which is fair
<whitequark> marcan: so, stupid idea
<marcan> whitequark: btw, the PCAs arrived, can probably test tonight
<marcan> and if they work I'll update the design
<whitequark> excellent!
<whitequark> esden: btw, once you have your revFrankenC, i would be grateful if you sent a nonzero number to me. any "extra" glasgows i end up with will be wired in various continuos integration configurations, or at least that's the idea.
<whitequark> some might end up doing things like exposing Yamaha synthesizers to the web also
<esden> whitequark: will do! :D I have to see how many I actually end up putting together before ordering the new and updated boards. :)
_whitelogger has joined #glasgow
cyrillu[m] has left #glasgow ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
cyrillu[m] has joined #glasgow
<marcan> whitequark: ok, validated the PCAs (well one of them)
<marcan> no measurable leakage on cold power up
<marcan> I have some leakage when powering down after powering up the Vio rail... and it had an inverse relationship to the previously set voltage... and I just realized that's because VFB sticks when EN is lowered, lol
<marcan> might want to change that to set the DAC voltage to 0 when powering down (after a safe threshold) to get rid of up to 15mV or so of leakage through that feedback resistor
<marcan> I had a failure to set pulls initially, but after probing it went away, and I can't reproduce it
<marcan> I can only assume it was a short or some other issue with my patchjob that went away
<marcan> oh, my addr connection is loose, lol
<marcan> that would explain the failure
_whitelogger has joined #glasgow
puck has quit [Remote host closed the connection]
puck has joined #glasgow
xqb16141 has joined #glasgow
naus has quit [Ping timeout: 256 seconds]