cylon/spec
Andrew Stewart 8065644b4e Add support for nested device details inside conn
e.g.
    connections: {
      loopback: {
        adaptor: "loopback",
        devices: {
          ping: { driver: "ping", pin: 1 }
        }
      }
    }

In the event of a name collision between the `devices` hash and a nested
device, the nested device will 'win'.
2015-01-07 10:21:51 -08:00
..
lib Add support for nested device details inside conn 2015-01-07 10:21:51 -08:00
support Repository module added, not integrated yet 2014-10-29 15:25:35 -07:00
helper.js Better configuration for TDR test mode 2014-11-06 09:48:21 -08:00