Adam Di Carlo

Results 7 issues of Adam Di Carlo

In order to get ulisp 1.8 to compile, I had to make a number of minor C portability fixes, such as additional forward declarations and a missing include. Let me...

Here's a basic first pass, not getting too complex about spliting up the included makefile ... thoughts?

In order to more clearly distinguish build files from interesting files, mask out build files using a top level gitignore. Picks up .o, .elf, and .map.

Rather than forcing the user to configure each and every makefile in each and every project directory, would you consider a refactor which made use of the GNU Make `include`...

I'm unable to do more than one 'step' command in mspdebug after issuing a reset. Bug reproduced on version 0.22 and 0.23 as of GIT 38ea6143cdf9e63a8f200af25b2d4ec39d62d066 Evidence from console: >...

I'm finding that I need to restart the triggerhappy daemon when resuming from a suspend in Linux. System: Debian/stretch triggerhappy package version: 0.5.0-1 Linux kernel: Linux salsa 4.11.0-0.bpo.1-amd64 #1 SMP...

Without the following correction, attempts to interact with th-cmd --socket /run/thd.socket give an error, about the protocol being the wrong type for the socket. triggerhappy uses a datagram type socket,...