Commit a4291040 authored by Erwan Gouriou's avatar Erwan Gouriou Committed by Kumar Gala
Browse files

ext/hal/st: stm32f2: dos2unix and remove trailing white spaces



Format all cube packages to the same format before update to new
versions:
-Apply dos2unix
-Remove trailing white spaces

Signed-off-by: default avatarErwan Gouriou <erwan.gouriou@linaro.org>
parent 027aac68
Loading
Loading
Loading
Loading

hide-defaults-note

0 → 100644
+0 −0

Empty file added.

+563 −0
Original line number Diff line number Diff line
{
    "aliases": {
        "led0": [
            "/leds/led_1"
        ],
        "led1": [
            "/leds/led_2"
        ],
        "sw0": [
            "/gpio_keys/button_1"
        ],
        "sw1": [
            "/gpio_keys/button_2"
        ]
    },
    "chosen": {
        "zephyr,console": "/soc/serial@42000000"
    },
    "compatibles": {
        "gpio-keys": [
            "/gpio_keys"
        ],
        "gpio-leds": [
            "/leds"
        ],
        "refsoc,clock-control": [
            "/soc/clock-controller@40000000"
        ],
        "refsoc,gpio": [
            "/soc/gpio@41000000",
            "/soc/gpio@41000400"
        ],
        "refsoc,i2c": [
            "/soc/i2c@43000000",
            "/soc/i2c@430000400"
        ],
        "refsoc,intc": [
            "/soc/interrupt-controller@e000e100"
        ],
        "refsoc,sensor-i2c": [
            "/soc/i2c@43000000/refsoc-sensor@1e",
            "/soc/i2c@43000000/refsoc-sensor@1f",
            "/soc/i2c@430000400/sensor-i2c@1e",
            "/soc/i2c@430000400/sensor-i2c@1f"
        ],
        "refsoc,sensor-spi": [
            "/soc/spi@44000000/sensor-spi@0"
        ],
        "refsoc,spi": [
            "/soc/spi@44000000"
        ]
    },
    "controllers": {
        "clocks-controller": {
            "/soc/clock-controller@40000000": {
                "1": [
                    "/soc/gpio@41000000",
                    "/soc/gpio@41000400"
                ],
                "3": [
                    "/soc/i2c@43000000",
                    "/soc/i2c@430000400"
                ],
                "4": [
                    "/soc/spi@44000000"
                ]
            }
        },
        "gpio-controller": {
            "/soc/gpio@41000000": {
                "1": [
                    "/leds/led_1"
                ],
                "2": [
                    "/leds/led_2"
                ]
            },
            "/soc/gpio@41000400": {
                "1": [
                    "/soc/spi@44000000"
                ],
                "2": [
                    "/gpio_keys/button_1",
                    "/gpio_keys/button_2"
                ],
                "3": [
                    "/soc/spi@44000000/sensor-spi@0"
                ]
            }
        },
        "interrupt-controller": {
            "/soc/interrupt-controller@e000e100": {
                "31": [
                    "/soc/i2c@43000000"
                ],
                "32": [
                    "/soc/i2c@43000000"
                ],
                "33": [
                    "/soc/i2c@430000400"
                ],
                "34": [
                    "/soc/i2c@430000400"
                ],
                "35": [
                    "/soc/spi@44000000"
                ]
            }
        }
    },
    "device-types": {
        "clock-control": [
            "refsoc,clock-control"
        ],
        "gpio": [
            "refsoc,gpio"
        ],
        "gpio-keys": [
            "gpio-keys"
        ],
        "gpio-leds": [
            "gpio-leds"
        ],
        "i2c": [
            "refsoc,i2c"
        ],
        "i2c-device": [
            "refsoc,sensor-i2c"
        ],
        "interrupt-controller": [
            "refsoc,intc"
        ],
        "sensor": [
            "refsoc,sensor-i2c",
            "refsoc,sensor-spi"
        ],
        "spi": [
            "refsoc,spi"
        ],
        "spi-device": [
            "refsoc,sensor-spi"
        ]
    },
    "devices": {
        "/gpio_keys": {
            "children": {
                "/gpio_keys/button_1": {
                    "alias": {
                        "0": "sw0"
                    },
                    "gpios": {
                        "0": {
                            "controller": "/soc/gpio@41000400",
                            "flags": 0,
                            "pin": 2
                        }
                    },
                    "label": "USR1 SW",
                    "parent-device": "/gpio_keys"
                },
                "/gpio_keys/button_2": {
                    "alias": {
                        "0": "sw1"
                    },
                    "gpios": {
                        "0": {
                            "controller": "/soc/gpio@41000400",
                            "flags": 0,
                            "pin": 2
                        }
                    },
                    "label": "USR2 SW",
                    "parent-device": "/gpio_keys"
                }
            },
            "compatible": {
                "0": "gpio-keys"
            },
            "device-id": "/gpio_keys",
            "device-type": {
                "0": "gpio-keys"
            }
        },
        "/leds": {
            "children": {
                "/leds/led_1": {
                    "alias": {
                        "0": "led0"
                    },
                    "gpios": {
                        "0": {
                            "controller": "/soc/gpio@41000000",
                            "flags": 4,
                            "pin": 1
                        }
                    },
                    "label": "USR1 LED",
                    "parent-device": "/leds"
                },
                "/leds/led_2": {
                    "alias": {
                        "0": "led1"
                    },
                    "gpios": {
                        "0": {
                            "controller": "/soc/gpio@41000000",
                            "flags": 4,
                            "pin": 2
                        }
                    },
                    "label": "USR2 LED",
                    "parent-device": "/leds"
                }
            },
            "compatible": {
                "0": "gpio-leds"
            },
            "device-id": "/leds",
            "device-type": {
                "0": "gpio-leds"
            }
        },
        "/soc/clock-controller@40000000": {
            "compatible": {
                "0": "refsoc,clock-control"
            },
            "device-id": "/soc/clock-controller@40000000",
            "device-type": {
                "0": "clock-control"
            },
            "reg": {
                "0": {
                    "address": {
                        "0": 1073741824
                    },
                    "size": {
                        "0": 1024
                    }
                }
            }
        },
        "/soc/gpio@41000000": {
            "clocks": {
                "0": {
                    "bits": 1,
                    "bus": 1,
                    "provider": "/soc/clock-controller@40000000"
                }
            },
            "compatible": {
                "0": "refsoc,gpio"
            },
            "device-id": "/soc/gpio@41000000",
            "device-type": {
                "0": "gpio"
            },
            "label": "GPIOA",
            "reg": {
                "0": {
                    "address": {
                        "0": 1090519040
                    },
                    "size": {
                        "0": 1024
                    }
                }
            }
        },
        "/soc/gpio@41000400": {
            "clocks": {
                "0": {
                    "bits": 2,
                    "bus": 1,
                    "provider": "/soc/clock-controller@40000000"
                }
            },
            "compatible": {
                "0": "refsoc,gpio"
            },
            "device-id": "/soc/gpio@41000400",
            "device-type": {
                "0": "gpio"
            },
            "label": "GPIOB",
            "reg": {
                "0": {
                    "address": {
                        "0": 1090520064
                    },
                    "size": {
                        "0": 1024
                    }
                }
            }
        },
        "/soc/i2c@43000000": {
            "clock-frequency": 400000,
            "clocks": {
                "0": {
                    "bits": 1,
                    "bus": 3,
                    "provider": "/soc/clock-controller@40000000"
                }
            },
            "compatible": {
                "0": "refsoc,i2c"
            },
            "device-id": "/soc/i2c@43000000",
            "device-type": {
                "0": "i2c"
            },
            "interrupt-names": [
                "event",
                "error"
            ],
            "interrupts": {
                "error": {
                    "irq": 32,
                    "parent": "/soc/interrupt-controller@e000e100",
                    "sense": 0
                },
                "event": {
                    "irq": 31,
                    "parent": "/soc/interrupt-controller@e000e100",
                    "sense": 0
                }
            },
            "label": "I2C_1",
            "reg": {
                "0": {
                    "address": {
                        "0": 1124073472
                    },
                    "size": {
                        "0": 1024
                    }
                }
            }
        },
        "/soc/i2c@43000000/refsoc-sensor@1e": {
            "bus": {
                "master": "/soc/i2c@43000000"
            },
            "compatible": {
                "0": "refsoc,sensor-i2c"
            },
            "device-id": "/soc/i2c@43000000/refsoc-sensor@1e",
            "device-type": {
                "0": "sensor",
                "1": "i2c-device"
            },
            "label": "SENSOR_I2C_1_1E",
            "parent-device": "/soc/i2c@43000000",
            "reg": {
                "0": {
                    "address": {
                        "0": 30
                    }
                }
            }
        },
        "/soc/i2c@43000000/refsoc-sensor@1f": {
            "bus": {
                "master": "/soc/i2c@43000000"
            },
            "compatible": {
                "0": "refsoc,sensor-i2c"
            },
            "device-id": "/soc/i2c@43000000/refsoc-sensor@1f",
            "device-type": {
                "0": "sensor",
                "1": "i2c-device"
            },
            "label": "SENSOR_I2C_1_1F",
            "parent-device": "/soc/i2c@43000000",
            "reg": {
                "0": {
                    "address": {
                        "0": 31
                    }
                }
            }
        },
        "/soc/i2c@430000400": {
            "clock-frequency": 400000,
            "clocks": {
                "0": {
                    "bits": 2,
                    "bus": 3,
                    "provider": "/soc/clock-controller@40000000"
                }
            },
            "compatible": {
                "0": "refsoc,i2c"
            },
            "device-id": "/soc/i2c@430000400",
            "device-type": {
                "0": "i2c"
            },
            "interrupt-names": [
                "event",
                "error"
            ],
            "interrupts": {
                "error": {
                    "irq": 34,
                    "parent": "/soc/interrupt-controller@e000e100",
                    "sense": 0
                },
                "event": {
                    "irq": 33,
                    "parent": "/soc/interrupt-controller@e000e100",
                    "sense": 0
                }
            },
            "label": "I2C_2",
            "reg": {
                "0": {
                    "address": {
                        "0": 1124074496
                    },
                    "size": {
                        "0": 1024
                    }
                }
            }
        },
        "/soc/i2c@430000400/sensor-i2c@1e": {
            "bus": {
                "master": "/soc/i2c@430000400"
            },
            "compatible": {
                "0": "refsoc,sensor-i2c"
            },
            "device-id": "/soc/i2c@430000400/sensor-i2c@1e",
            "device-type": {
                "0": "sensor",
                "1": "i2c-device"
            },
            "label": "SENSOR_I2C_2_1E",
            "parent-device": "/soc/i2c@430000400",
            "reg": {
                "0": {
                    "address": {
                        "0": 30
                    }
                }
            }
        },
        "/soc/i2c@430000400/sensor-i2c@1f": {
            "bus": {
                "master": "/soc/i2c@430000400"
            },
            "compatible": {
                "0": "refsoc,sensor-i2c"
            },
            "device-id": "/soc/i2c@430000400/sensor-i2c@1f",
            "device-type": {
                "0": "sensor",
                "1": "i2c-device"
            },
            "label": "SENSOR_I2C_2_1F",
            "parent-device": "/soc/i2c@430000400",
            "reg": {
                "0": {
                    "address": {
                        "0": 31
                    }
                }
            }
        },
        "/soc/interrupt-controller@e000e100": {
            "compatible": {
                "0": "refsoc,intc"
            },
            "device-id": "/soc/interrupt-controller@e000e100",
            "device-type": {
                "0": "interrupt-controller"
            },
            "reg": {
                "0": {
                    "address": {
                        "0": 3758153984
                    },
                    "size": {
                        "0": 3072
                    }
                }
            }
        },
        "/soc/spi@44000000": {
            "clocks": {
                "0": {
                    "bits": 1,
                    "bus": 4,
                    "provider": "/soc/clock-controller@40000000"
                }
            },
            "compatible": {
                "0": "refsoc,spi"
            },
            "cs-gpios": {
                "0": {
                    "controller": "/soc/gpio@41000400",
                    "flags": 0,
                    "pin": 1
                }
            },
            "device-id": "/soc/spi@44000000",
            "device-type": {
                "0": "spi"
            },
            "interrupts": {
                "0": {
                    "irq": 35,
                    "parent": "/soc/interrupt-controller@e000e100",
                    "sense": 5
                }
            },
            "label": "SPI_1",
            "reg": {
                "0": {
                    "address": {
                        "0": 1140850688
                    },
                    "size": {
                        "0": 1024
                    }
                }
            }
        },
        "/soc/spi@44000000/sensor-spi@0": {
            "bus": {
                "master": "/soc/spi@44000000"
            },
            "compatible": {
                "0": "refsoc,sensor-spi"
            },
            "device-id": "/soc/spi@44000000/sensor-spi@0",
            "device-type": {
                "0": "sensor",
                "1": "spi-device"
            },
            "irq-gpios": {
                "0": {
                    "controller": "/soc/gpio@41000400",
                    "flags": 0,
                    "pin": 3
                }
            },
            "label": "SENSOR_SPI_0",
            "parent-device": "/soc/spi@44000000",
            "reg": {
                "0": {
                    "address": {
                        "0": 0
                    }
                }
            },
            "spi-max-frequency": 2000000
        }
    }
}
+151 −151

File changed.

Contains only whitespace changes.

+230 −230

File changed.

Contains only whitespace changes.

+309 −309

File changed.

Contains only whitespace changes.

+403 −403

File changed.

Contains only whitespace changes.

+590 −590

File changed.

Contains only whitespace changes.

+2443 −2443

File changed.

Contains only whitespace changes.

+2052 −2052

File changed.

Contains only whitespace changes.

+122 −122

File changed.

Contains only whitespace changes.

+2876 −2876

File changed.

Contains only whitespace changes.

+714 −714

File changed.

Contains only whitespace changes.

+1045 −1045

File changed.

Contains only whitespace changes.

+73 −73

File changed.

Contains only whitespace changes.

+120 −120

File changed.

Contains only whitespace changes.

+515 −515

File changed.

Contains only whitespace changes.

+329 −329

File changed.

Contains only whitespace changes.

+243 −243

File changed.

Contains only whitespace changes.

+646 −646

File changed.

Contains only whitespace changes.

+159 −159

File changed.

Contains only whitespace changes.

+1800 −1800

File changed.

Contains only whitespace changes.

+1069 −1069

File changed.

Contains only whitespace changes.

+380 −380

File changed.

Contains only whitespace changes.

+179 −179

File changed.

Contains only whitespace changes.

+685 −685

File changed.

Contains only whitespace changes.

+582 −582

File changed.

Contains only whitespace changes.

+1314 −1314

File changed.

Contains only whitespace changes.

+325 −325

File changed.

Contains only whitespace changes.

+288 −288

File changed.

Contains only whitespace changes.

+340 −340

File changed.

Contains only whitespace changes.

+112 −112

File changed.

Contains only whitespace changes.

+572 −572

File changed.

Contains only whitespace changes.

+301 −301

File changed.

Contains only whitespace changes.

+210 −210

File changed.

Contains only whitespace changes.

+777 −777

File changed.

Contains only whitespace changes.

+394 −394

File changed.

Contains only whitespace changes.

+435 −435

File changed.

Contains only whitespace changes.

+2084 −2084

File changed.

Contains only whitespace changes.

+534 −534

File changed.

Contains only whitespace changes.

+2184 −2184

File changed.

Contains only whitespace changes.

+255 −255

File changed.

Contains only whitespace changes.

+1510 −1510

File changed.

Contains only whitespace changes.

+249 −249

File changed.

Contains only whitespace changes.

+1506 −1506

File changed.

Contains only whitespace changes.

+425 −425

File changed.

Contains only whitespace changes.

+3820 −3820

File changed.

Contains only whitespace changes.

+201 −201

File changed.

Contains only whitespace changes.

+3014 −3014

File changed.

Contains only whitespace changes.

+1863 −1863

File changed.

Contains only whitespace changes.

+13710 −13710

File changed.

Contains only whitespace changes.

+1315 −1315

File changed.

Contains only whitespace changes.

+3971 −3971

File changed.

Contains only whitespace changes.

+872 −872

File changed.

Contains only whitespace changes.

+191 −191

File changed.

Contains only whitespace changes.

+281 −281

File changed.

Contains only whitespace changes.

+327 −327

File changed.

Contains only whitespace changes.

+1118 −1118

File changed.

Contains only whitespace changes.

+512 −512

File changed.

Contains only whitespace changes.

+376 −376

File changed.

Contains only whitespace changes.

+950 −950

File changed.

Contains only whitespace changes.

+1690 −1690

File changed.

Contains only whitespace changes.

+297 −297

File changed.

Contains only whitespace changes.

+905 −905

File changed.

Contains only whitespace changes.

+1998 −1998

File changed.

Contains only whitespace changes.

+1670 −1670

File changed.

Contains only whitespace changes.

+1652 −1652

File changed.

Contains only whitespace changes.

+2099 −2099

File changed.

Contains only whitespace changes.

+274 −274

File changed.

Contains only whitespace changes.

+409 −409

File changed.

Contains only whitespace changes.

+5496 −5496

File changed.

Contains only whitespace changes.

+256 −256

File changed.

Contains only whitespace changes.

+1413 −1413

File changed.

Contains only whitespace changes.

+2296 −2296

File changed.

Contains only whitespace changes.

+363 −363

File changed.

Contains only whitespace changes.

+264 −264

File changed.

Contains only whitespace changes.

+1785 −1785

File changed.

Contains only whitespace changes.

+4638 −4638

File changed.

Contains only whitespace changes.

+3415 −3415

File changed.

Contains only whitespace changes.

+1855 −1855

File changed.

Contains only whitespace changes.

+2736 −2736

File changed.

Contains only whitespace changes.

+185 −185

File changed.

Contains only whitespace changes.

+117 −117

File changed.

Contains only whitespace changes.

+711 −711

File changed.

Contains only whitespace changes.

+442 −442

File changed.

Contains only whitespace changes.

+1196 −1196

File changed.

Contains only whitespace changes.

+1204 −1204

File changed.

Contains only whitespace changes.

+123 −123

File changed.

Contains only whitespace changes.

+642 −642

File changed.

Contains only whitespace changes.

+791 −791

File changed.

Contains only whitespace changes.

+478 −478

File changed.

Contains only whitespace changes.

+335 −335

File changed.

Contains only whitespace changes.

+321 −321

File changed.

Contains only whitespace changes.

+459 −459

File changed.

Contains only whitespace changes.

+713 −713

File changed.

Contains only whitespace changes.

+441 −441

File changed.

Contains only whitespace changes.

+806 −806

File changed.

Contains only whitespace changes.

+767 −767

File changed.

Contains only whitespace changes.

+1261 −1261

File changed.

Contains only whitespace changes.

+443 −443

File changed.

Contains only whitespace changes.

+294 −294

File changed.

Contains only whitespace changes.

+998 −998

File changed.

Contains only whitespace changes.

+526 −526

File changed.

Contains only whitespace changes.

+355 −355

File changed.

Contains only whitespace changes.

+538 −538

File changed.

Contains only whitespace changes.

+15256 −15256

File changed.

Contains only whitespace changes.

+852 −852

File changed.

Contains only whitespace changes.

+436 −436

File changed.

Contains only whitespace changes.

+2537 −2537

File changed.

Contains only whitespace changes.

+1497 −1497

File changed.

Contains only whitespace changes.

+3271 −3271

File changed.

Contains only whitespace changes.

+430 −430

File changed.

Contains only whitespace changes.

+354 −354

File changed.

Contains only whitespace changes.

+756 −756

File changed.

Contains only whitespace changes.

+189 −189

File changed.

Contains only whitespace changes.

+340 −340

File changed.

Contains only whitespace changes.

+5409 −5409

File changed.

Contains only whitespace changes.

+237 −237

File changed.

Contains only whitespace changes.

+1536 −1536

File changed.

Contains only whitespace changes.

+745 −745

File changed.

Contains only whitespace changes.

+2591 −2591

File changed.

Contains only whitespace changes.

+13965 −13965

File changed.

Contains only whitespace changes.

+207 −207

File changed.

Contains only whitespace changes.

+684 −684

File changed.

Contains only whitespace changes.

+214 −214

File changed.

Contains only whitespace changes.

+888 −888

File changed.

Contains only whitespace changes.

+570 −570

File changed.

Contains only whitespace changes.

+1807 −1807

File changed.

Contains only whitespace changes.

+101 −101

File changed.

Contains only whitespace changes.

+331 −331

File changed.

Contains only whitespace changes.

+937 −937

File changed.

Contains only whitespace changes.

+426 −426

File changed.

Contains only whitespace changes.

+91 −91

File changed.

Contains only whitespace changes.

+792 −792

File changed.

Contains only whitespace changes.

+1901 −1901

File changed.

Contains only whitespace changes.

+2523 −2523

File changed.

Contains only whitespace changes.

+15001 −15001

File changed.

Contains only whitespace changes.

+656 −656

File changed.

Contains only whitespace changes.

+247 −247

File changed.

Contains only whitespace changes.

+347 −347

File changed.

Contains only whitespace changes.

+1228 −1228

File changed.

Contains only whitespace changes.

+312 −312

File changed.

Contains only whitespace changes.

+947 −947

File changed.

Contains only whitespace changes.

+602 −602

File changed.

Contains only whitespace changes.

+862 −862

File changed.

Contains only whitespace changes.

+521 −521

File changed.

Contains only whitespace changes.

+957 −957

File changed.

Contains only whitespace changes.

+539 −539

File changed.

Contains only whitespace changes.

Loading