|
| 1 | +{ |
| 2 | + "name": "s2lp", |
| 3 | + "config": { |
| 4 | + "SPI_SDI": { |
| 5 | + "help": "SPI_SDI pin for SPI connection. D11 assumed, needs to be set/overwritten otherwise", |
| 6 | + "value": null |
| 7 | + }, |
| 8 | + "SPI_SDO": { |
| 9 | + "help": "SPI_SDO pin for SPI connection. D12 assumed, needs to be set/overwritten otherwise", |
| 10 | + "value": null |
| 11 | + }, |
| 12 | + "SPI_SCLK": { |
| 13 | + "help": "SPI_SCLK pin for SPI connection, D13 assumed, needs to be set/overwritten otherwise", |
| 14 | + "value": null |
| 15 | + }, |
| 16 | + "SPI_CS": { |
| 17 | + "help": "SPI_CS pin for SPI connection, A1 assumed, needs to be set/overwritten otherwise", |
| 18 | + "value": null |
| 19 | + }, |
| 20 | + "SPI_SDN": { |
| 21 | + "help": "SPI_SDN pin for SPI connection, D7 assumed, needs to be set/overwritten otherwise", |
| 22 | + "value": null |
| 23 | + }, |
| 24 | + "TEST_PIN_TX": { |
| 25 | + "help": "TEST_PIN_TX pin for serial connection, D6 assumed, needs to be set/overwritten otherwise", |
| 26 | + "value": null |
| 27 | + }, |
| 28 | + "TEST_PIN_RX": { |
| 29 | + "help": "TEST_PIN_RX pin for serial connection, D5 assumed, needs to be set/overwritten otherwise", |
| 30 | + "value": null |
| 31 | + }, |
| 32 | + "TEST_PIN_CSMA": { |
| 33 | + "help": "TEST_PIN_CSMA pin for CSMA, D4 assumed, needs to be set/overwritten otherwise", |
| 34 | + "value": null |
| 35 | + }, |
| 36 | + "TEST_PIN_SPARE_1": { |
| 37 | + "help": "TEST_PIN_SPARE_1 pin for testing, D2 assumed, needs to be set/overwritten otherwise", |
| 38 | + "value": null |
| 39 | + }, |
| 40 | + "TEST_PIN_SPARE_2": { |
| 41 | + "help": "TEST_PIN_SPARE_2 pin for testing, D8 assumed, needs to be set/overwritten otherwise", |
| 42 | + "value": null |
| 43 | + }, |
| 44 | + "SPI_GPIO0": { |
| 45 | + "help": "SPI_GPIO0 pin for GPIO testing, A0 assumed, needs to be set/overwritten otherwise", |
| 46 | + "value": null |
| 47 | + }, |
| 48 | + "SPI_GPIO1": { |
| 49 | + "help": "SPI_GPIO1 pin for GPIO testing, A2 assumed, needs to be set/overwritten otherwise", |
| 50 | + "value": null |
| 51 | + }, |
| 52 | + "SPI_GPIO2": { |
| 53 | + "help": "SPI_GPIO2 pin for GPIO testing, A3 assumed, needs to be set/overwritten otherwise", |
| 54 | + "value": null |
| 55 | + }, |
| 56 | + "SPI_GPIO3": { |
| 57 | + "help": "SPI_GPIO3 pin for GPIO testing, A5 assumed, needs to be set/overwritten otherwise", |
| 58 | + "value": null |
| 59 | + }, |
| 60 | + "I2C_SDA": { |
| 61 | + "help": "I2C_SDA pin for I2C SDA, null assumed, needs to be set/overwritten otherwise", |
| 62 | + "value": null |
| 63 | + }, |
| 64 | + "I2C_SCL": { |
| 65 | + "help": "I2C_SCL pin for I2C SCL, null assumed, needs to be set/overwritten otherwise", |
| 66 | + "value": null |
| 67 | + }, |
| 68 | + "provide-default": { |
| 69 | + "help": "Provide default NanostackRfpy. [true/false]", |
| 70 | + "value": false |
| 71 | + } |
| 72 | + } |
| 73 | +} |
0 commit comments