Adam Di Carlo

Results 13 comments of Adam Di Carlo

I'm having the same problem on Debian/Stretch running Emacs 25.1.1, using message as the default style as well. Here's a high-priority example: (alert "This is an alert" :severity 'high) ==>...

I believe this problem is due to GPU audio being disabled. EdoubleDee, did you run 'rpi-upgrade'? The fix is to set 'dtsparam=audio=on' in /boot/config.txt and rebooting, if its what I...

I really don't understand the approach you guys are suggesting. Linux includes a facility for fan control by way of device tree overlays and GPIO. Why are you pursuing software...

p 18 of the book, _Make: AVR Programming_

hexagon5un writes: > I won't lie -- I'm not happy with the make/build system for the code > in the book. There are two competing tensions: a) it's nice to...

> Do you know whether this bug is present in older versions? I'm pretty sure I remember it from 0.21 as well. I tried to rollback to git 5477cd78d87bb061f54766efdceb988ddcdd6ea5 and...

Sadly I'm unable to attempt this with tilib: > mspdebug tilib > MSPDebug version 0.22 - debugging tool for MSP430 MCUs > Copyright (C) 2009-2013 Daniel Beer [email protected] > This...

Cool, I'll try that out! Busy right now but I'll frob around at this and see what I can do...

Tried FET_RESET_RST -- no go. Ditto FET_RESET_PUC, FET_RESET_VCC -- no joy. I want to make clear that reset is not totally broken. For instance, I can do: reset run and...