Peter A. Bigot

Results 37 issues of Peter A. Bigot

With 0.2.3 invoking `service.getInterface(a, b, (err, value) => {...})` in a case where the service doesn't exist returns a message like this: { serial: 3, destination: ':1.398', errorName: 'org.freedesktop.DBus.Error.ServiceUnknown', replySerial:...

With master at ff520aa invoking `service.getInterface(a, b, (err, iface) => {...})` when interface `b` does not exist returns `null` for `err` and `undefined` for `iface`. I'd have expected to `err`...

The proper use is not "static inline" in the header, but plain "inline" in the header and a single extern non-inline declaration in exactly one translation unit to backfill the...

All the stuff that retrieves the frequencies is `_ni` qualified; it need not be unless somebody changes timer configurations in interrupts, which is unlikely. Probably best to convert all these...

No device-specific memory has been identified for this (no calibration constants, no TLV section) so the same EUI64 is generated for all parts.

On exp430fr5739 and trxeb if vBSP430lpmConfigurePortsForLPM_ni() is invoked before vBSP430platformInitialize_ni() the UART is unstable for the first several characters.

bug

When using SPI with a logic analyzer it's nice to enable a pullup/pulldown on SCLK so the initial state is what the analyzer expects. Need a way to get the...

May need to address #7 since the input is sometimes available on multiple pins.

enhancement

There appears to be a use case for a layout for undecoded data that, like UTF8, is variable length. An idiom of using a null layout handles top-level cases (the...