whitequark changed the topic of #glasgow to: glasgow debug tool · code https://github.com/GlasgowEmbedded/Glasgow · logs https://freenode.irclog.whitequark.org/glasgow
ali-as has quit [Ping timeout: 246 seconds]
ali-as has joined #glasgow
kmehall has quit [Quit: No Ping reply in 180 seconds.]
kmehall has joined #glasgow
ali_as has joined #glasgow
ali-as has quit [Ping timeout: 272 seconds]
gregdavill has joined #glasgow
ali_as has quit [Ping timeout: 248 seconds]
<gregdavill> PCBs and parts are inbound for 3 more RevC1s. That should double the sample size to maybe help with some of these weird ESD issues.
<gregdavill> I've also noticed that the KiCad project is missing some BOM part numbers.
_whitelogger has joined #glasgow
<whitequark> :D
<whitequark> which BOM numbers?
ali_as has joined #glasgow
<gregdavill> There is no "MPN" for J5,U8,U30,U36. Easy enough to work out from the "value" field and add to the order manually, but means that tools like KiCost didn't pick up all the parts automatically
<gregdavill> I'll submit a PR with these fixed.
<whitequark> yup, thanks!
<uberushaximus> Berserker s2 engine Glasgow
<_whitenotifier-3> [Glasgow] gregdavill opened pull request #145: RevC1: Added missing component MPN/Mfg values - https://git.io/fjD0I
<_whitenotifier-3> [Glasgow] whitequark closed issue #141: Better specify ATECC508A variant in schematic/bom - https://git.io/fjWtS
<_whitenotifier-3> [GlasgowEmbedded/Glasgow] whitequark pushed 1 commit to master [+0/-0/±2] https://git.io/fjD0L
<_whitenotifier-3> [GlasgowEmbedded/Glasgow] gregdavill 2fad906 - RevC1: Added missing component MPN/Mfg values
<_whitenotifier-3> [Glasgow] whitequark closed pull request #145: RevC1: Added missing component MPN/Mfg values - https://git.io/fjD0I
<_whitenotifier-3> [Glasgow] whitequark commented on pull request #145: RevC1: Added missing component MPN/Mfg values - https://git.io/fjD0t
bgamari has quit [Ping timeout: 252 seconds]
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
uovo has joined #glasgow
oeuf has quit [Ping timeout: 245 seconds]
oeuf has joined #glasgow
uovo has quit [Ping timeout: 245 seconds]
m4ssi has joined #glasgow
gregdavill has quit [Ping timeout: 250 seconds]
gregdavill has joined #glasgow
gregdavill has quit [Read error: Connection reset by peer]
gregdavill has joined #glasgow
gregdavill has quit [Client Quit]
HexGlaze_ has joined #glasgow
HexGlaze has quit [Ping timeout: 268 seconds]
oeuf has quit [Read error: Connection reset by peer]
futarisIRCcloud has joined #glasgow
oeuf has joined #glasgow
fridtjof[m] has quit [Remote host closed the connection]
JJJollyjim has quit [Read error: Connection reset by peer]
gregdavill has joined #glasgow
chocol4te has quit [Ping timeout: 250 seconds]
jschievink[m] has quit [Ping timeout: 252 seconds]
nrossi has quit [Ping timeout: 276 seconds]
nrossi has joined #glasgow
JJJollyjim has joined #glasgow
jschievink[m] has joined #glasgow
chocol4te has joined #glasgow
fridtjof[m] has joined #glasgow
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
jschievink[m] has quit [*.net *.split]
jschievink[m] has joined #glasgow
ali_as has quit [Remote host closed the connection]
ali_as has joined #glasgow
gregdavill has quit [Ping timeout: 250 seconds]
ma1 has joined #glasgow
rappet has quit [Quit: -]
rappet has joined #glasgow
englishm has joined #glasgow
m4ssi has quit [Remote host closed the connection]
bgamari_ has joined #glasgow
bgamari_ has quit [Quit: ZNC 1.7.3 - https://znc.in]
englishm has quit [Excess Flood]
englishm has joined #glasgow
englishm has quit [Excess Flood]
englishm has joined #glasgow
bgamari has joined #glasgow
<_whitenotifier-3> [GlasgowEmbedded/Glasgow] whitequark pushed 3 commits to master [+0/-0/±4] https://git.io/fjD1V
<_whitenotifier-3> [GlasgowEmbedded/Glasgow] whitequark 72e3429 - gateware.i2c, applet.interface.i2c_master: minor fixes. NFC.
<_whitenotifier-3> [GlasgowEmbedded/Glasgow] whitequark 2dd8afe - gateware.i2c: make clock stretching actually work.
<_whitenotifier-3> [GlasgowEmbedded/Glasgow] whitequark 72a8b3c - applet.interface.i2c_master: reset count to 0 if unacked.
<_whitenotifier-3> [Glasgow] Error. The Travis CI build could not complete due to an error - https://travis-ci.org/GlasgowEmbedded/Glasgow/builds/563289917?utm_source=github_status&utm_medium=notification
<whitequark> how the fuck did that happen
<whitequark> Internal error: validateLink failed in SPEC_EXTR((yyvsp[-2].lnk)) @ SDCC.y:576: expected SPECIFIER, got DECLARATOR
<whitequark> ../library/fx2rules.mk:38: recipe for target 'build/main.rel' failed
<whitequark> it was building just fine, like, 10 minutes ago
ali_as has quit [Quit: Leaving]
gregdavill has joined #glasgow
<gregdavill> Did you see the "build system info" at the top of the Travis log. Looks like previous builds were on Trusty, this failed build is Xenial.
<gregdavill> Maybe this issue is caused by a new version of sdcc?
<whitequark> oh they FINALLY upgraded their fucking buildbots
<whitequark> hrm. let's see.
<whitequark> oh. so trusty had sdcc 3.3 (wow, ancient), and xenial has sdcc 3.5 (wow, still ancient)
<whitequark> and looks like sdcc 3.5 has a bug.
<whitequark> IIRC it's something obnoxious like offsetof.
<whitequark> oh.
<gregdavill> I think I saw a similar error on my local machine. Building from source fixed it.
<whitequark> the only hits for that error is ... libfx2.