)]}'
{
  "log": [
    {
      "commit": "d49fb6dbe780b931eee33cce8656e87c46070fa8",
      "tree": "5b77f7c34e625c2b302ef7eb738087114c3624f9",
      "parents": [
        "e3e435a80f97fc3bf6ba10415b40ecfa4a801def"
      ],
      "author": {
        "name": "Thomas Stranger",
        "email": "thomas.stranger@student.tugraz.at",
        "time": "Thu Mar 25 10:16:30 2021"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Jun 22 12:47:09 2021"
      },
      "message": "scripts: minor fixes to be able to execute series_update on linux\n\nOn linux the script crashes, when subprocess.check_call()\nparameters are passed as list and shell\u003dTrue is set,\nor if subprocess.check_call() parameters are passed as string\nand shell\u003dTrue is not set. These changes fix that.\n"
    },
    {
      "commit": "e3e435a80f97fc3bf6ba10415b40ecfa4a801def",
      "tree": "540fe39c903446757eb19c2fc7ed2fd4e86209ef",
      "parents": [
        "f8ff8d25aa0a9e65948040c7b47ec67f3fa300df"
      ],
      "author": {
        "name": "Alexandre Bourdiol",
        "email": "alexandre.bourdiol@st.com",
        "time": "Tue Jun 08 15:32:40 2021"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Mon Jun 14 15:04:49 2021"
      },
      "message": "scripts: serie_update.py: support master and main branches\n\nhttps://github.com/STMicroelectronics/STM32CubeWL.git\nhas main branch instead of master.\nSo if master doesn\u0027t exist use main branch.\n\nSigned-off-by: Alexandre Bourdiol \u003calexandre.bourdiol@st.com\u003e\n"
    },
    {
      "commit": "f8ff8d25aa0a9e65948040c7b47ec67f3fa300df",
      "tree": "abc18d92d55a64403269f84c59e6db14875edb34",
      "parents": [
        "98aca4a5e818e7cce561e5f8ba407a1c371f6b36"
      ],
      "author": {
        "name": "Aurelien Jarno",
        "email": "aurelien@aurel32.net",
        "time": "Sun Apr 25 21:39:36 2021"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Thu May 06 18:36:32 2021"
      },
      "message": "dts/st: use a pull-down for SPI SCK pin\n\nUpdate pinctrl.dtsi files with a pull-down for SPI SCK pin.\n\nSigned-off-by: Aurelien Jarno \u003caurelien@aurel32.net\u003e\n"
    },
    {
      "commit": "98aca4a5e818e7cce561e5f8ba407a1c371f6b36",
      "tree": "93e27082b545292c2f759138822a4755b5d8dbfb",
      "parents": [
        "68bfdabe97aa60934e1519e98593abaa9745501e"
      ],
      "author": {
        "name": "Aurelien Jarno",
        "email": "aurelien@aurel32.net",
        "time": "Sun Apr 25 21:25:30 2021"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Thu May 06 18:36:32 2021"
      },
      "message": "scripts/genpinctrl: use a pull-down for SPI SCK pin\n\nWhen an STM32 SoC goes into STOP mode, the SPI device is disabled. This\ncause the pins to not be drived anymore (i.e. they are floating) except\nthrough their pull-up or pull-down.\n\nFrom the logical point of view, the NSS pin is held high by a pull-up so\nit\u0027s not a problem if the other pins are floating.  However those pins\nare floating input for the slaves, which increase their power\nconsumption.\n\nThe solution is to hold the state of the pins through a pull-up or a\npull-down. This is already done for the NSS and MOSI pins, but not for\nSCK. Fix that by using pull-down on the SCK pin the same way it is\nalready done for the MOSI pin.\n\n(For the STM32L4 series, this is a regression introduced by the switch\nto the device tree bindings for SPI pins configuration, see\nzephyr #24097).\n\nSigned-off-by: Aurelien Jarno \u003caurelien@aurel32.net\u003e\n"
    },
    {
      "commit": "68bfdabe97aa60934e1519e98593abaa9745501e",
      "tree": "99d46ed403eaa2708fdb34af4a7752fd8acbddd5",
      "parents": [
        "c61febd0833a3c47ae4fb1fdbf87b3ae72c5dee4"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Tue Mar 30 09:33:26 2021"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Apr 02 13:57:00 2021"
      },
      "message": "dts: Align -pinctrl.dtsi on STM32CubeMX 6.2.0\n\nUpdate pinctrl.dtsi files based on recent STM32CubeMX 6.2.0\ndelivery.\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "c61febd0833a3c47ae4fb1fdbf87b3ae72c5dee4",
      "tree": "22af6bc41d75cb1fb698e8ebf812ba6da6631f52",
      "parents": [
        "9576a09adad5b7d18d25cec869836b6852662e0e"
      ],
      "author": {
        "name": "Francois Ramu",
        "email": "francois.ramu@st.com",
        "time": "Fri Mar 19 15:48:07 2021"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Apr 02 13:56:46 2021"
      },
      "message": "stm32cube/common_ll: Update README with latest versions\n\nUpdate packages versions.\n\nSigned-off-by: Francois Ramu \u003cfrancois.ramu@st.com\u003e\n"
    },
    {
      "commit": "9576a09adad5b7d18d25cec869836b6852662e0e",
      "tree": "5e1142ad4ec829509d78aa2a110595b294937773",
      "parents": [
        "0450703a7d5fc8abdaeca363981470525b4f1c25"
      ],
      "author": {
        "name": "Francois Ramu",
        "email": "francois.ramu@st.com",
        "time": "Wed Mar 31 08:21:54 2021"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Apr 02 13:56:46 2021"
      },
      "message": "stm32cube: update stm32mp1 to version V1.4.0\n\nUpdate Cube version for STM32MP1xx series\non https://github.com/STMicroelectronics\nfrom version v1.2.0\nto version v1.4.0\n\nSigned-off-by: Francois Ramu \u003cfrancois.ramu@st.com\u003e\n"
    },
    {
      "commit": "0450703a7d5fc8abdaeca363981470525b4f1c25",
      "tree": "91e682ba720d1d4024d788e14a7514bdbde21bee",
      "parents": [
        "10c19f34c24143d391e5ba1979d30828ac698c26"
      ],
      "author": {
        "name": "Francois Ramu",
        "email": "francois.ramu@st.com",
        "time": "Mon Mar 22 14:20:21 2021"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Apr 02 13:56:46 2021"
      },
      "message": "stm32cube: update stm32h7 to version V1.9.0\n\nUpdate Cube version for STM32H7xx series\non https://github.com/STMicroelectronics\nfrom version v1.8.0\nto version v1.9.0\n\nSigned-off-by: Francois Ramu \u003cfrancois.ramu@st.com\u003e\n"
    },
    {
      "commit": "10c19f34c24143d391e5ba1979d30828ac698c26",
      "tree": "52a052561c7c25f0ca8007b2447e7b15c14ad7c7",
      "parents": [
        "b2a3a44357277e5b727a4be54c460866d0c77cf8"
      ],
      "author": {
        "name": "Francois Ramu",
        "email": "francois.ramu@st.com",
        "time": "Mon Mar 22 14:05:59 2021"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Apr 02 13:56:46 2021"
      },
      "message": "stm32cube: update stm32g0 to version V1.4.1\n\nUpdate Cube version for STM32G0xx series\non https://github.com/STMicroelectronics\nfrom version v1.4.0\nto version v1.4.1\n\nSigned-off-by: Francois Ramu \u003cfrancois.ramu@st.com\u003e\n"
    },
    {
      "commit": "b2a3a44357277e5b727a4be54c460866d0c77cf8",
      "tree": "984fd33410ec9cfed6781c9a1a1aeec177d010c2",
      "parents": [
        "2219f386e8114f7223020fed106874f78a9ce36a"
      ],
      "author": {
        "name": "Francois Ramu",
        "email": "francois.ramu@st.com",
        "time": "Tue Mar 30 15:23:35 2021"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Apr 02 13:56:46 2021"
      },
      "message": "stm32cube: update stm32f4 to version V1.26.0\n\nUpdate Cube version for STM32F4xx series\non https://github.com/STMicroelectronics\nfrom version v1.25.2\nto version v1.26.0\n\nSigned-off-by: Francois Ramu \u003cfrancois.ramu@st.com\u003e\n"
    },
    {
      "commit": "2219f386e8114f7223020fed106874f78a9ce36a",
      "tree": "239d16fd4ca86f9063ca2af9e35712d81ffa0b52",
      "parents": [
        "85995391847e87c29cf1c36ffed7fcce0bf3a95d"
      ],
      "author": {
        "name": "Francois Ramu",
        "email": "francois.ramu@st.com",
        "time": "Fri Mar 19 14:43:12 2021"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Apr 02 13:56:46 2021"
      },
      "message": "stm32cube: update stm32f7 to version V1.16.1\n\nUpdate Cube version for STM32F7xx series\non https://github.com/STMicroelectronics\nfrom version v1.16.0\nto version v1.16.1\n\nSigned-off-by: Francois Ramu \u003cfrancois.ramu@st.com\u003e\n"
    },
    {
      "commit": "85995391847e87c29cf1c36ffed7fcce0bf3a95d",
      "tree": "b196abae48e6247a67ec75b809563f6ae6ea9ced",
      "parents": [
        "e9cd3edccfbd02e20bbc9656089c144e715b5872"
      ],
      "author": {
        "name": "Francois Ramu",
        "email": "francois.ramu@st.com",
        "time": "Fri Mar 19 14:16:12 2021"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Apr 02 13:56:46 2021"
      },
      "message": "stm32cube: update stm32g4 to version V1.4.0\n\nUpdate Cube version for STM32G4xx series\non https://github.com/STMicroelectronics\nfrom version v1.3.0\nto version v1.4.0\n\nSigned-off-by: Francois Ramu \u003cfrancois.ramu@st.com\u003e\n"
    },
    {
      "commit": "e9cd3edccfbd02e20bbc9656089c144e715b5872",
      "tree": "9e1c9f42bce551af24777172a37e29a5766718ae",
      "parents": [
        "ca7ae02436807a0335399193f5aaf016192aabba"
      ],
      "author": {
        "name": "Francois Ramu",
        "email": "francois.ramu@st.com",
        "time": "Fri Mar 19 14:10:54 2021"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Apr 02 13:56:46 2021"
      },
      "message": "stm32cube: update stm32l4 to version V1.17.0\n\nUpdate Cube version for STM32L4xx series\non https://github.com/STMicroelectronics\nfrom version v1.16.0\nto version v1.17.0\n\nSigned-off-by: Francois Ramu \u003cfrancois.ramu@st.com\u003e\n"
    },
    {
      "commit": "ca7ae02436807a0335399193f5aaf016192aabba",
      "tree": "8685cdb9722daa16ad0a863124f10fd5e37d4ba8",
      "parents": [
        "e5090a6fd1516aeda17744ffba727482323881ec"
      ],
      "author": {
        "name": "Francois Ramu",
        "email": "francois.ramu@st.com",
        "time": "Fri Mar 19 14:02:15 2021"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Apr 02 13:56:46 2021"
      },
      "message": "stm32cube: update stm32l5 to version V1.4.0\n\nUpdate Cube version for STM32FL5xx series\non https://github.com/STMicroelectronics\nfrom version v1.3.1\nto version v1.4.0\n\nSigned-off-by: Francois Ramu \u003cfrancois.ramu@st.com\u003e\n"
    },
    {
      "commit": "e5090a6fd1516aeda17744ffba727482323881ec",
      "tree": "4772e0d4c7b56f96df95c555119df6aadfcb5725",
      "parents": [
        "802fef2e7d4ea07bb54206a322303e99d8fb27af"
      ],
      "author": {
        "name": "Martin Jäger",
        "email": "martin@libre.solar",
        "time": "Wed Jan 13 06:26:02 2021"
      },
      "committer": {
        "name": "Ioannis Glaropoulos",
        "email": "Ioannis.Glaropoulos@nordicsemi.no",
        "time": "Fri Mar 19 08:28:07 2021"
      },
      "message": "dts/st: Add HRTIM signals\n\nNew batch of pinctrl.dtsi files including HRTIM signals\n\nSigned-off-by: Martin Jäger \u003cmartin@libre.solar\u003e\n"
    },
    {
      "commit": "802fef2e7d4ea07bb54206a322303e99d8fb27af",
      "tree": "563be7da50a234d40bde4aeff7c23a6215262fb3",
      "parents": [
        "50283e0438d882a80fb681907664491c7042c817"
      ],
      "author": {
        "name": "Martin Jäger",
        "email": "martin@libre.solar",
        "time": "Wed Jan 13 06:21:59 2021"
      },
      "committer": {
        "name": "Ioannis Glaropoulos",
        "email": "Ioannis.Glaropoulos@nordicsemi.no",
        "time": "Fri Mar 19 08:28:07 2021"
      },
      "message": "scripts/genpinctrl: Add HRTIM signals\n\nAdd signals generation for high-resolution timer (HRTIM).\n\nHRTIM is not available on F1 targets.\n\nSigned-off-by: Martin Jäger \u003cmartin@libre.solar\u003e\n"
    },
    {
      "commit": "50283e0438d882a80fb681907664491c7042c817",
      "tree": "8d54a47ffd44a704ff32ec8be63ff05c23f52082",
      "parents": [
        "12142ce39b9869b86b3988fa4a945c54bdc2e0ac"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Wed Feb 17 15:18:04 2021"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Wed Mar 03 18:12:58 2021"
      },
      "message": "stm32cube/common_ll: Update REAMDE with latest versions\n\nUpdate packages versions.\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "12142ce39b9869b86b3988fa4a945c54bdc2e0ac",
      "tree": "1e7c50c03310989864bc3d538cd75cf305b94171",
      "parents": [
        "1b4c40b8f640e93f40efd9f64b36c3523c0a9d49"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Wed Feb 17 14:49:06 2021"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Wed Mar 03 18:12:58 2021"
      },
      "message": "stm32cube: update stm32f1 to version V1.8.3\n\nUpdate Cube version for STM32F1xx series\non https://github.com/STMicroelectronics\nfrom version v1.8.2\nto version v1.8.3\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "1b4c40b8f640e93f40efd9f64b36c3523c0a9d49",
      "tree": "b42fd01bac03cbf8d83abfec6a3ac00edfb76159",
      "parents": [
        "8f287a5788cf420daa62cd6c52f1f44a1ed9a754"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Wed Feb 17 14:48:53 2021"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Wed Mar 03 18:12:58 2021"
      },
      "message": "stm32cube: update stm32f2 to version V1.9.2\n\nUpdate Cube version for STM32F2xx series\non https://github.com/STMicroelectronics\nfrom version v1.9.1\nto version v1.9.2\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "8f287a5788cf420daa62cd6c52f1f44a1ed9a754",
      "tree": "3bad6be74717c79e8aa06d75e5fff7cd95231c15",
      "parents": [
        "06382a9968c397daa84b36fb8618664ce09a5b70"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Wed Feb 17 14:48:11 2021"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Wed Mar 03 18:12:58 2021"
      },
      "message": "stm32cube: update stm32f3 to version V1.11.2\n\nUpdate Cube version for STM32F3xx series\non https://github.com/STMicroelectronics\nfrom version v1.11.1\nto version v1.11.2\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "06382a9968c397daa84b36fb8618664ce09a5b70",
      "tree": "b1ac55831e0976de12eff3ee7e3ffa7d8f485898",
      "parents": [
        "6ba6cdca9100f3ccadb740e0fafbd96c10b773ed"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Wed Feb 17 14:48:03 2021"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Wed Mar 03 18:12:58 2021"
      },
      "message": "stm32cube: update stm32l0 to version V1.12.0\n\nUpdate Cube version for STM32L0xx series\non https://github.com/STMicroelectronics\nfrom version v1.11.3\nto version v1.12.0\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "6ba6cdca9100f3ccadb740e0fafbd96c10b773ed",
      "tree": "ff87b2500da888a0c80a821477da1418f4517415",
      "parents": [
        "6773ea7c88ae6e045306b3080392c21cd7490494"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Wed Feb 17 14:47:43 2021"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Wed Mar 03 18:12:58 2021"
      },
      "message": "stm32cube: update stm32f4 to version V1.25.2\n\nUpdate Cube version for STM32F4xx series\non https://github.com/STMicroelectronics\nfrom version v1.25.1\nto version v1.25.2\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "6773ea7c88ae6e045306b3080392c21cd7490494",
      "tree": "4223cd2f2433cc20010475584cd367b30f278b5e",
      "parents": [
        "32e61c2ab9101ab8f512e41fdf0609f921ad5130"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Wed Feb 17 14:40:10 2021"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Wed Mar 03 18:12:58 2021"
      },
      "message": "stm32cube: update stm32f0 to version V1.11.2\n\nUpdate Cube version for STM32F0xx series\non https://github.com/STMicroelectronics\nfrom version v1.11.1\nto version v1.11.2\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "32e61c2ab9101ab8f512e41fdf0609f921ad5130",
      "tree": "80a722a955a83262cf2bed7249c825f4073fa146",
      "parents": [
        "9a069a55bd6a28598b9f9bafdd15056225ddf3b4"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Wed Feb 17 15:04:23 2021"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Thu Feb 18 19:52:00 2021"
      },
      "message": "scripts: update_sm32_package: Fix issue with common_ll directory\n\nWhen running ./update_stm32_package.py, script breaks due to\nunexpected presence of common_ll/ under stm32cube/ .\nSkip update when this directory is parsed.\n\nAdditionally, update README to avoid recurrent issue when using\nthe script.\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "9a069a55bd6a28598b9f9bafdd15056225ddf3b4",
      "tree": "e10f2c012b3cb9429a5f7da99fbc8f9928d5fc3d",
      "parents": [
        "0cdf42926cf096a3d010e1afeac38cb4baf8098b"
      ],
      "author": {
        "name": "Thomas Stranger",
        "email": "thomas.stranger@student.tugraz.at",
        "time": "Tue Dec 15 14:06:56 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Thu Feb 18 15:30:12 2021"
      },
      "message": "stm32cube: add missing include guards for stm32g0xx_hal_hcd.h\n\nThe content of stm32g0xx_hal_hcd.h should be included only\non devices where the usb peripheral is available,\nbut this is not the case in STM32CubeG0 v1.4.0 release.\nThis commit fixes that issue.\n\nSigned-off-by: Thomas Stranger \u003cthomas.stranger@outlook.com\u003e\n"
    },
    {
      "commit": "0cdf42926cf096a3d010e1afeac38cb4baf8098b",
      "tree": "017ecba401325cf678aa3282316838a1b0a7246d",
      "parents": [
        "c8abeefc9c8d1cb61c360fe1388e3927ee47028f"
      ],
      "author": {
        "name": "Thomas Stranger",
        "email": "thomas.stranger@student.tugraz.at",
        "time": "Tue Dec 15 14:00:04 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Thu Feb 18 15:30:12 2021"
      },
      "message": "stm32cube: generic ll headers STM32CubeG0 v1.4.0 update\n\nAdds includes added in STM32CubeG0 1.4.0 update.\n\nSigned-off-by: Thomas Stranger \u003cthomas.stranger@outlook.com\u003e\n"
    },
    {
      "commit": "c8abeefc9c8d1cb61c360fe1388e3927ee47028f",
      "tree": "35e91692609d1e541895defe2d4eaeebc29f2f0d",
      "parents": [
        "8eb12e4466cc73f2a95292073832878814b8ed31"
      ],
      "author": {
        "name": "Thomas Stranger",
        "email": "thomas.stranger@student.tugraz.at",
        "time": "Tue Dec 15 00:06:57 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Thu Feb 18 15:30:12 2021"
      },
      "message": "stm32cube: update stm32g0 to version V1.4.0\n\n   Update Cube version for STM32G0xx series\n   on https://github.com/STMicroelectronics\n   from version v1.3.0\n   to version v1.4.0\n\nSigned-off-by: Thomas Stranger \u003cthomas.stranger@outlook.com\u003e\n"
    },
    {
      "commit": "8eb12e4466cc73f2a95292073832878814b8ed31",
      "tree": "049362d45a6362cbdede3ebd10c38ed8d446410a",
      "parents": [
        "2bc79045f9f483311f80421f8071702d8621dc82"
      ],
      "author": {
        "name": "Alexandre Bourdiol",
        "email": "alexandre.bourdiol@st.com",
        "time": "Wed Jan 13 11:10:24 2021"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Feb 16 13:55:31 2021"
      },
      "message": "dts: pinctrl: add stm32wlxx support\n\nAdd stm32wlxx support.\n\nSigned-off-by: Alexandre Bourdiol \u003calexandre.bourdiol@st.com\u003e\n"
    },
    {
      "commit": "2bc79045f9f483311f80421f8071702d8621dc82",
      "tree": "7b9faaf19cd5a0dc68343885ff073cc21a7a2388",
      "parents": [
        "402e2ca996977b04eac8151be7bced9bc50fc3a7"
      ],
      "author": {
        "name": "Alexandre Bourdiol",
        "email": "alexandre.bourdiol@st.com",
        "time": "Wed Feb 10 11:09:30 2021"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Feb 16 13:55:31 2021"
      },
      "message": "scripts/genpinctrl: add STM32WL support\n\nUpdate script to support STM32WL\n\nSigned-off-by: Alexandre Bourdiol \u003calexandre.bourdiol@st.com\u003e\n"
    },
    {
      "commit": "402e2ca996977b04eac8151be7bced9bc50fc3a7",
      "tree": "69681a4250b582f50c4d6bef3a387f1b35b0d693",
      "parents": [
        "4aec3334ee8c4635cd39fac07213342f5b03cc1c"
      ],
      "author": {
        "name": "Alexandre Bourdiol",
        "email": "alexandre.bourdiol@st.com",
        "time": "Wed Jan 13 09:49:54 2021"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Feb 16 13:55:31 2021"
      },
      "message": "stm32cube: common_ll: Add stm32wlxx common ll support\n\nAdd stm32wlxx support.\n\nSigned-off-by: Alexandre Bourdiol \u003calexandre.bourdiol@st.com\u003e\n"
    },
    {
      "commit": "4aec3334ee8c4635cd39fac07213342f5b03cc1c",
      "tree": "4bd4d11c135346706cb9ee1ac74a0c65115ca0c5",
      "parents": [
        "cc8731dba4fd9c57d7fe8ea6149828b89c2bd635"
      ],
      "author": {
        "name": "Alexandre Bourdiol",
        "email": "alexandre.bourdiol@st.com",
        "time": "Tue Jan 12 16:01:49 2021"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Feb 16 13:55:31 2021"
      },
      "message": "stm32cube: Add stm32wlxx support STM32Cube HAL/LL\n\nAdd stm32wlxx STM32Cube HAL/LL version v1.0.0\n\nSigned-off-by: Alexandre Bourdiol \u003calexandre.bourdiol@st.com\u003e\n"
    },
    {
      "commit": "cc8731dba4fd9c57d7fe8ea6149828b89c2bd635",
      "tree": "f65c7061feff5458d867d7a4d14bdcc97c31c924",
      "parents": [
        "583799b640ad898f16fe42bdcccdd48fffd37770"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Fri Dec 18 16:54:50 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Wed Jan 13 17:30:38 2021"
      },
      "message": "dts/st: Add QUADSPI signals\n\nNew batch of pinctrl.dtsi files including QUADSPI signals\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "583799b640ad898f16fe42bdcccdd48fffd37770",
      "tree": "8c5a2817ee73610659ae2727e86eb3aa19b62d2d",
      "parents": [
        "5a10f27be1b21c597ec5dc0bd8b90d2abe9fca69"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Fri Nov 06 14:53:28 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Wed Jan 13 17:30:38 2021"
      },
      "message": "scripts/genpinctrl: Add QUADSPI signals\n\nAdd signals generation for QUADSPI.\nQSPI is not available on F1 targets.\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "5a10f27be1b21c597ec5dc0bd8b90d2abe9fca69",
      "tree": "9d87032a086cf4bb28a5ae68311f80c321de62ae",
      "parents": [
        "c1dee8527e6dff2ef511209c47eda9a09dc018e2"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Tue Oct 27 14:49:52 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Thu Dec 10 15:06:32 2020"
      },
      "message": "lib/stm32wb: hci: Update lib to V1.9.0 Cube version\n\nTested with 1.8 and 1.9 binary\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "c1dee8527e6dff2ef511209c47eda9a09dc018e2",
      "tree": "32f03c9666c11919bc98754ab34969b8fb2b9d04",
      "parents": [
        "c8ee94175f66facb5381cb7659656d494ebcc956"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Thu Aug 27 14:36:05 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Thu Dec 10 15:06:32 2020"
      },
      "message": "lib/stm32wb: hci: Update lib to V1.8.0 Cube version\n\nTested with 1.8 binary\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "c8ee94175f66facb5381cb7659656d494ebcc956",
      "tree": "391f9bc550d810e5477a7114cdf4db0333faf579",
      "parents": [
        "1447f22fbb703d85f456a8650922cad890b36294"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Wed Aug 26 15:14:47 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Thu Dec 10 15:06:32 2020"
      },
      "message": "lib/stm32wb: hci: Update lib to V1.7.0 Cube version\n\nTested with 1.7 binary\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "1447f22fbb703d85f456a8650922cad890b36294",
      "tree": "80ad1f6e3d8e8b19d0ce55e13f914b993338c5da",
      "parents": [
        "f0e11398128ac9abdff713da5d3035e6c96e9b86"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Tue Aug 25 08:08:01 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Thu Dec 10 15:06:32 2020"
      },
      "message": "lib/stm32wb: hci: Update lib to V1.6.0 Cube version\n\nTested with 1.6 and default binary\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "f0e11398128ac9abdff713da5d3035e6c96e9b86",
      "tree": "fb7d57a1bd342749cd8fe38b4109062ec55e2256",
      "parents": [
        "7bd7d8e49a44b861eb352333096e54dcd8ea4fd9"
      ],
      "author": {
        "name": "Gerard Marull-Paretas",
        "email": "gerard@teslabs.com",
        "time": "Sun Nov 22 18:36:47 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Thu Dec 03 14:39:09 2020"
      },
      "message": "readme: update pinctrl instructions\n\nUpdate pinctrl instructions to cover STM32 Open Pin Data changes.\n\nSigned-off-by: Gerard Marull-Paretas \u003cgerard@teslabs.com\u003e\n"
    },
    {
      "commit": "7bd7d8e49a44b861eb352333096e54dcd8ea4fd9",
      "tree": "c39af8a0dd91bd0b11ecb8793f69ebc6e043d6d4",
      "parents": [
        "79a847bf2b8230257c1f69c0a583223346fdb8da"
      ],
      "author": {
        "name": "Gerard Marull-Paretas",
        "email": "gerard@teslabs.com",
        "time": "Sun Nov 22 18:15:52 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Thu Dec 03 14:39:09 2020"
      },
      "message": "dts: generate with STM32 open pin data\n\nRe-generate pinctrl files using STM32 open pin data. No changes are\npresent since data is based on the same CubeMX version.\n\nSigned-off-by: Gerard Marull-Paretas \u003cgerard@teslabs.com\u003e\n"
    },
    {
      "commit": "79a847bf2b8230257c1f69c0a583223346fdb8da",
      "tree": "8feb5dabd6e2bfa6d7f3660444b999437c61aa65",
      "parents": [
        "cfa91174ff0bd3087026a10195f92a3409197150"
      ],
      "author": {
        "name": "Gerard Marull-Paretas",
        "email": "gerard@teslabs.com",
        "time": "Sun Nov 22 18:15:13 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Thu Dec 03 14:39:09 2020"
      },
      "message": "scripts: tests: update genpinctrl tests\n\nUpdate genpinctrl unit tests to match latest changes.\n\nSigned-off-by: Gerard Marull-Paretas \u003cgerard@teslabs.com\u003e\n"
    },
    {
      "commit": "cfa91174ff0bd3087026a10195f92a3409197150",
      "tree": "57c61b6b4851a8fd80acd9602d9fe25552856d24",
      "parents": [
        "c8e88fd73e34f5f4e80fa83372ad340188fa89d9"
      ],
      "author": {
        "name": "Gerard Marull-Paretas",
        "email": "gerard@teslabs.com",
        "time": "Sun Nov 22 18:12:44 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Thu Dec 03 14:39:09 2020"
      },
      "message": "scripts: genpinctrl: use STM32 open pin data\n\nChange script to require STM32 Open Pin Data as input. README file is\nnow autogenerated so that it will always include the STM32 Open Pin Data\ncommit used for generation.\n\nSigned-off-by: Gerard Marull-Paretas \u003cgerard@teslabs.com\u003e\n"
    },
    {
      "commit": "c8e88fd73e34f5f4e80fa83372ad340188fa89d9",
      "tree": "d5ee12e3facecc848e014f3fa3cc770314dc74aa",
      "parents": [
        "77b7692fac3ddfd99b28a54a20eeb18f6136512b"
      ],
      "author": {
        "name": "Gerard Marull-Paretas",
        "email": "gerard@teslabs.com",
        "time": "Wed Nov 18 22:36:32 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Mon Nov 23 14:48:33 2020"
      },
      "message": "dts: update pinctrl files to latest cubemx\n\nUpdate pinctrl files based on CubeMX 6.1.0 release.\n\nSigned-off-by: Gerard Marull-Paretas \u003cgerard@teslabs.com\u003e\n"
    },
    {
      "commit": "77b7692fac3ddfd99b28a54a20eeb18f6136512b",
      "tree": "890ab1e48fe3d858899162010570c436bdb293a3",
      "parents": [
        "87c1cd31676720d3cd31f285daed5d4c7c3a0abf"
      ],
      "author": {
        "name": "Gerard Marull-Paretas",
        "email": "gerard@teslabs.com",
        "time": "Mon Nov 23 13:45:07 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Mon Nov 23 14:48:33 2020"
      },
      "message": "scripts: genpinctrl: remove fmc mode\n\nMode is not required now, and in this case it causes mode detection\nproblems when specified.\n\nSigned-off-by: Gerard Marull-Paretas \u003cgerard@teslabs.com\u003e\n"
    },
    {
      "commit": "87c1cd31676720d3cd31f285daed5d4c7c3a0abf",
      "tree": "3e9235750d0e7821dfa3c51bf924e49c13a08833",
      "parents": [
        "e999fb82f46dad4b21895ad87ba0219c562164f9"
      ],
      "author": {
        "name": "Gerard Marull-Paretas",
        "email": "gerard@teslabs.com",
        "time": "Fri Oct 30 23:44:10 2020"
      },
      "committer": {
        "name": "Carles Cufí",
        "email": "carles.cufi@nordicsemi.no",
        "time": "Mon Nov 23 10:39:45 2020"
      },
      "message": "dts: update files with FMC signals\n\nAdd generated FMC peripheral signals.\n\nSigned-off-by: Gerard Marull-Paretas \u003cgerard@teslabs.com\u003e\n"
    },
    {
      "commit": "e999fb82f46dad4b21895ad87ba0219c562164f9",
      "tree": "43f59a2b2ec65c94a99856202dd7b1ab5e4f14e6",
      "parents": [
        "fadf64171cb1eb947b2de4a53c903ca2350e5ea2"
      ],
      "author": {
        "name": "Gerard Marull-Paretas",
        "email": "gerard@teslabs.com",
        "time": "Fri Oct 30 23:43:27 2020"
      },
      "committer": {
        "name": "Carles Cufí",
        "email": "carles.cufi@nordicsemi.no",
        "time": "Mon Nov 23 10:39:45 2020"
      },
      "message": "scripts: genpinctrl: add configuration for FMC signals\n\nAdd Flexible Memory Controller (FMC) signals. Only available on some\nnon-F1 series.\n\nSigned-off-by: Gerard Marull-Paretas \u003cgerard@teslabs.com\u003e\n"
    },
    {
      "commit": "fadf64171cb1eb947b2de4a53c903ca2350e5ea2",
      "tree": "f34a12b0db0f06c446daeeccb15951f11f792528",
      "parents": [
        "df82a758cb3b3e1bdb7f0dd6c7aad681c1ced70d"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Tue Nov 03 13:41:51 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Nov 06 12:33:37 2020"
      },
      "message": "dts: New set of -pinctrl.dtsi with \"additional functions\"\n\nThis new set of files includes \"additional functions\"\nanalog signals as defined in reference manuals.\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "df82a758cb3b3e1bdb7f0dd6c7aad681c1ced70d",
      "tree": "0bc83f1224d330b8e9b2a063b326bd93b8f7c666",
      "parents": [
        "0f855853fef305db97ee8cf2b92edee7ad9a456f"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Mon Oct 26 17:13:44 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Nov 06 12:33:37 2020"
      },
      "message": "scripts/tests: Update tests following new algo\n\nIt is now possible that mode is not provided for non-F1 series\nconfigs.\nOn F1 series ADC1_IN0 could be af 0.\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "0f855853fef305db97ee8cf2b92edee7ad9a456f",
      "tree": "3bdfbfe56a14f47034852d59300a60bbb7f722b4",
      "parents": [
        "634a286b277a01e6c244fec723e425e96350eec2"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Mon Oct 26 16:23:22 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Nov 06 12:33:37 2020"
      },
      "message": "scripts/genpinctrl: Remove mode for default (non-F1) config\n\nDue to inference of mode for default configurations, mode\nshould not be set unless it specifies a specific signal variant.\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "634a286b277a01e6c244fec723e425e96350eec2",
      "tree": "4e4e0d381bfde0dd8dc0d707dfefb212f33eaab4",
      "parents": [
        "4304374c3959a79f0b2a7dbe1356653a8b73b8ed"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Mon Oct 26 16:16:43 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Nov 06 12:33:37 2020"
      },
      "message": "scripts/genpinctrl: Add generation of additional functions\n\nFor non-F1 series:\nAdd generation of additional functions by inferring mode based\non AF detection instead of the mode value filed in config file.\nThis allows to detect that a signal should use \u0027analog\u0027 mode\nwhen no AF function is associated to it.\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "4304374c3959a79f0b2a7dbe1356653a8b73b8ed",
      "tree": "d2ea6a946ff8bd4e83d304db994b04f94861a6e1",
      "parents": [
        "00ba06a3c778ae93eae93cdc0f28ef8ae71504a1"
      ],
      "author": {
        "name": "Alexandre Bourdiol",
        "email": "alexandre.bourdiol@st.com",
        "time": "Thu Oct 22 09:44:50 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Nov 06 04:06:47 2020"
      },
      "message": "scripts: serie_update.py: add systematic compilation of \u0027_hal_rcc_ex.c\u0027\n\nAdd systematic compialtion of \u0027..._hal_rcc_ex.c\u0027 in \u0027CMakeLists.txt\u0027\ngeneration. There is more and more dependence of HAL IP to\n\u0027..._hal_rcc_ex.c\u0027\n\nSigned-off-by: Alexandre Bourdiol \u003calexandre.bourdiol@st.com\u003e\n"
    },
    {
      "commit": "00ba06a3c778ae93eae93cdc0f28ef8ae71504a1",
      "tree": "5f41d58e0bd089fe6dbf2be6b03639eed8ce9bd2",
      "parents": [
        "a07d3af9717690e8bca5a63fc88c7d79715beea3"
      ],
      "author": {
        "name": "Alexandre Bourdiol",
        "email": "alexandre.bourdiol@st.com",
        "time": "Thu Oct 15 13:34:27 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Nov 06 04:06:47 2020"
      },
      "message": "scripts: fully redesign STM32Cube update scripts\n\nDefine class Stm32SerieUpdate\nUse Pathlib instead of os.path\nAdd CLI option to provide directory path where to clone\nSTM32Cube repo (-r \u003crepo_path\u003e)\nReformat README.rst\nAdd *.pyc to .gitignore\nRefactor variable naming (mainly paths),\n* to be fully compilant with PEP8\n* to be more understandable\n* to simplify maintenance\nUsage changed. Basic usage:\n* update a single serie:\n  \u0027python3 update_stm32_package.py -s \u003cstm32_serie\u003e\u0027\n* update all serie at once:\n  \u0027python3 update_stm32_package.py\n\nSigned-off-by: Alexandre Bourdiol \u003calexandre.bourdiol@st.com\u003e\n"
    },
    {
      "commit": "a07d3af9717690e8bca5a63fc88c7d79715beea3",
      "tree": "67f276ca1947c0651e6353873967fdcd4f35d095",
      "parents": [
        "83a33ab9738cbde1cf5077641c6020ce4a935006"
      ],
      "author": {
        "name": "Gerard Marull-Paretas",
        "email": "gerard@teslabs.com",
        "time": "Mon Oct 05 22:07:04 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Nov 06 04:00:15 2020"
      },
      "message": "readme: update LL API usage instructions\n\nReference the newly introduced generic LL headers.\n\nSigned-off-by: Gerard Marull-Paretas \u003cgerard@teslabs.com\u003e\n"
    },
    {
      "commit": "83a33ab9738cbde1cf5077641c6020ce4a935006",
      "tree": "95a24a6bf9eb1a6a1a9812c66df63b4105c4041e",
      "parents": [
        "4925a4f84fc6a8b4093fa8ba4a8877073118e6f0"
      ],
      "author": {
        "name": "Gerard Marull-Paretas",
        "email": "gerard@teslabs.com",
        "time": "Mon Oct 05 21:59:50 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Nov 06 04:00:15 2020"
      },
      "message": "scripts: genllheaders: add test to check generated headers\n\nAdd a test to check that generated output is correct.\n\nSigned-off-by: Gerard Marull-Paretas \u003cgerard@teslabs.com\u003e\n"
    },
    {
      "commit": "4925a4f84fc6a8b4093fa8ba4a8877073118e6f0",
      "tree": "6509c5dd787ae636600641b48e8f1a5b412965fa",
      "parents": [
        "7827cf1b6c0ea157f426f7ebf34e5d761d3a58d6"
      ],
      "author": {
        "name": "Gerard Marull-Paretas",
        "email": "gerard@teslabs.com",
        "time": "Sat Oct 03 21:46:32 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Nov 06 04:00:15 2020"
      },
      "message": "stm32cube: initial batch of generic LL headers\n\nInitial batch of auto-generated generic LL headers.\n\nSigned-off-by: Gerard Marull-Paretas \u003cgerard@teslabs.com\u003e\n"
    },
    {
      "commit": "7827cf1b6c0ea157f426f7ebf34e5d761d3a58d6",
      "tree": "e4e420a2d2f3779d75cc866dff3187c50c657e38",
      "parents": [
        "80cd7b0d956ca778bd7acf1d9465b44d25e62d57"
      ],
      "author": {
        "name": "Gerard Marull-Paretas",
        "email": "gerard@teslabs.com",
        "time": "Sat Oct 03 21:43:07 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Nov 06 04:00:15 2020"
      },
      "message": "scripts: genllheaders: add script to generate common LL headers\n\nThe script is able to generate common LL headers which can be used in\nboth Zephyr and applications to make it easier to create family\nindependent code.\n\nSigned-off-by: Gerard Marull-Paretas \u003cgerard@teslabs.com\u003e\n"
    },
    {
      "commit": "80cd7b0d956ca778bd7acf1d9465b44d25e62d57",
      "tree": "ca7b5cbc6a7ed7d2afa972f68817dbb9f33f3a2d",
      "parents": [
        "fb17cc5b42d7db5c77c27657f0ab850cc33c764e"
      ],
      "author": {
        "name": "Gerard Marull-Paretas",
        "email": "gerard@teslabs.com",
        "time": "Thu Oct 29 09:37:20 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Nov 03 08:58:37 2020"
      },
      "message": "dts: update with removed pwm variant on non-F1 series\n\nUpdated files with the removed PWM variant on non-F1 series.\n\nSigned-off-by: Gerard Marull-Paretas \u003cgerard@teslabs.com\u003e\n"
    },
    {
      "commit": "fb17cc5b42d7db5c77c27657f0ab850cc33c764e",
      "tree": "f6470e47f1f671b5e0c6c3f3e46e2311d5e6d894",
      "parents": [
        "a0267470e786019e378be18f5786e53ef307497f"
      ],
      "author": {
        "name": "Gerard Marull-Paretas",
        "email": "gerard@teslabs.com",
        "time": "Thu Oct 29 09:30:18 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Nov 03 08:58:37 2020"
      },
      "message": "scripts: genpinctrl: remove pwm variant for timer channels\n\nSTM32 timers are multi-purpose peripherals ranging from PWM, Input\ncapture, encoder, HALL sensor... In all series except F1 the timer pins\nwill always be configured in the same mode, i.e. alternate. So using a\nvariant for each functionality is not necessary. When working with F1\nseries mode is still required because the pin may operate in either\nalternate or input mode depending on the assigned functionality.\n\nSigned-off-by: Gerard Marull-Paretas \u003cgerard@teslabs.com\u003e\n"
    },
    {
      "commit": "a0267470e786019e378be18f5786e53ef307497f",
      "tree": "4751b527f63d4e3c8e1c3d87512dc7afbceefa27",
      "parents": [
        "162f34b99ae0d24aa08f259434bc24e044f8cd62"
      ],
      "author": {
        "name": "Gerard Marull-Paretas",
        "email": "gerard@teslabs.com",
        "time": "Fri Oct 09 23:35:19 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Oct 27 13:11:31 2020"
      },
      "message": "scripts: genpinctrl: provide path defaults\n\nProvide script path defaults for CubeMX and output path.\n\nSigned-off-by: Gerard Marull-Paretas \u003cgerard@teslabs.com\u003e\n"
    },
    {
      "commit": "162f34b99ae0d24aa08f259434bc24e044f8cd62",
      "tree": "1fec2c46cf20c34b096e5dc03844df2280d2b628",
      "parents": [
        "49580dd1c807a4e13b0609984eac084841d16350"
      ],
      "author": {
        "name": "Gerard Marull-Paretas",
        "email": "gerard@teslabs.com",
        "time": "Fri Oct 09 23:33:19 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Oct 27 13:11:31 2020"
      },
      "message": "scripts: genpinctrl: use pathlib\n\nUse pathlib facilities to improve path handling.\n\nSigned-off-by: Gerard Marull-Paretas \u003cgerard@teslabs.com\u003e\n"
    },
    {
      "commit": "49580dd1c807a4e13b0609984eac084841d16350",
      "tree": "eace349d430d6c8fb723480724df4a18ba97aadd",
      "parents": [
        "bedf4f770449110515063a567cc8a96da82a63dc"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Thu Oct 22 13:46:13 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Oct 27 13:11:12 2020"
      },
      "message": "dts/st: Added SDMMC signals\n\nNew batch of -pinctrl.dtsi file that include SDMMC signals\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "bedf4f770449110515063a567cc8a96da82a63dc",
      "tree": "a859badfe3e71901f0c1a51384ed41ed553dc778",
      "parents": [
        "3486cf79f8bd8442df3abb0004bb91818814ba6a"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Thu Oct 22 13:45:06 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Oct 27 13:11:12 2020"
      },
      "message": "scripts/genpinctrl: Add SDMMC pins configuration\n\nAdd config for SDMMC signals generation.\nNot available on F1 series.\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "3486cf79f8bd8442df3abb0004bb91818814ba6a",
      "tree": "79496dc2969ad5486fc8434536d88c23ef4fe6ae",
      "parents": [
        "114ede9e9c9e651a88434ffb0b66874317538202"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Fri Oct 23 12:19:33 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Oct 27 13:07:15 2020"
      },
      "message": "dts/st: New batch of signals with very-high-speed I2S CK\n\nAim is to fit with existing c defined signals\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "114ede9e9c9e651a88434ffb0b66874317538202",
      "tree": "e91065353b24248fb10dbbb1282b2916dd399d48",
      "parents": [
        "1e5111a2c146285aed9805e6816d172ff591c060"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Fri Oct 23 12:18:34 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Oct 27 13:07:15 2020"
      },
      "message": "script/genpinctrl: Update I2S signals\n\nTo be in line with existing c defined I2S signals,\nset i2s_ck slew-rate to very-high-speed.\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "1e5111a2c146285aed9805e6816d172ff591c060",
      "tree": "b975ebc476dd443f83ede3c09973b4e00f389f35",
      "parents": [
        "4fe4e7b09d69f6f57f3e8f39720983e2985969de"
      ],
      "author": {
        "name": "Alexandre Bourdiol",
        "email": "alexandre.bourdiol@st.com",
        "time": "Thu Oct 22 12:28:05 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Oct 27 13:03:47 2020"
      },
      "message": "stm32cube:add systematic compilation of \u0027_hal_rcc_ex.c\u0027\n\nAdd systematic compialtion of \u0027..._hal_rcc_ex.c\u0027 in \u0027CMakeLists.txt\u0027\ngeneration. There is more and more dependence of HAL IP to\n\u0027..._hal_rcc_ex.c\u0027\n\nSigned-off-by: Alexandre Bourdiol \u003calexandre.bourdiol@st.com\u003e\n"
    },
    {
      "commit": "4fe4e7b09d69f6f57f3e8f39720983e2985969de",
      "tree": "e9fa9f4845e63fd7962d974f8dab5b5305ac2cb3",
      "parents": [
        "1c1f545f1b1727ff1ccb89394ffd6c284f94dedb"
      ],
      "author": {
        "name": "Alexandre Bourdiol",
        "email": "alexandre.bourdiol@st.com",
        "time": "Thu Oct 22 12:12:07 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Oct 27 13:03:47 2020"
      },
      "message": "stm32cube: stm32wbxx: remove i2s references from stm32wbxx_hal_conf.h\n\nRemove i2s references from stm32wbxx_hal_conf.h\nwhich prevent compilation, as there is no i2s in this STM32WB\n\nSigned-off-by: Alexandre Bourdiol \u003calexandre.bourdiol@st.com\u003e\n"
    },
    {
      "commit": "1c1f545f1b1727ff1ccb89394ffd6c284f94dedb",
      "tree": "6f1e7ca877d4dac605c79dc535ac775efcdda6ab",
      "parents": [
        "42f59d7473a13dac3885a66683179e3643bbf0e2"
      ],
      "author": {
        "name": "Alexandre Bourdiol",
        "email": "alexandre.bourdiol@st.com",
        "time": "Tue Oct 20 08:15:32 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Oct 27 13:03:47 2020"
      },
      "message": "stm32cube: update stm32wb to version V1.9.0\n\nUpdate Cube version for STM32WBxx series\non https://github.com/STMicroelectronics\nfrom version v1.5.0\nto version v1.9.0\n\nSigned-off-by: Alexandre Bourdiol \u003calexandre.bourdiol@st.com\u003e\n"
    },
    {
      "commit": "42f59d7473a13dac3885a66683179e3643bbf0e2",
      "tree": "23e344c161e1d6c458467d2119a524a4ba264ff4",
      "parents": [
        "7b0b62ab61f8123e49e3471e0be44dca39e37d05"
      ],
      "author": {
        "name": "Alexandre Bourdiol",
        "email": "alexandre.bourdiol@st.com",
        "time": "Tue Oct 20 08:10:46 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Oct 27 13:03:47 2020"
      },
      "message": "stm32cube: update stm32l5 to version V1.3.1\n\nUpdate Cube version for STM32L5xx series\non https://github.com/STMicroelectronics\nfrom version v1.2.0\nto version v1.3.1\n\nSigned-off-by: Alexandre Bourdiol \u003calexandre.bourdiol@st.com\u003e\n"
    },
    {
      "commit": "7b0b62ab61f8123e49e3471e0be44dca39e37d05",
      "tree": "2ac0c63b902ca4f2e84177e8ed6e6e2793d3a7eb",
      "parents": [
        "759099069bc5684274d5d26618419042aa413dbb"
      ],
      "author": {
        "name": "Alexandre Bourdiol",
        "email": "alexandre.bourdiol@st.com",
        "time": "Tue Oct 20 08:05:56 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Oct 27 13:03:47 2020"
      },
      "message": "stm32cube: update stm32l4 to version V1.16.0\n\nUpdate Cube version for STM32L4xx series\non https://github.com/STMicroelectronics\nfrom version v1.15.1\nto version v1.16.0\n\nSigned-off-by: Alexandre Bourdiol \u003calexandre.bourdiol@st.com\u003e\n"
    },
    {
      "commit": "759099069bc5684274d5d26618419042aa413dbb",
      "tree": "4cf74ff22dc538c4366faa11847e39e0412c257c",
      "parents": [
        "50002e0bc499dfc62a44bd9a02cf828096209bf2"
      ],
      "author": {
        "name": "Alexandre Bourdiol",
        "email": "alexandre.bourdiol@st.com",
        "time": "Tue Oct 20 08:00:31 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Oct 27 13:03:47 2020"
      },
      "message": "stm32cube: update stm32l0 to version V1.11.3\n\nUpdate Cube version for STM32L0xx series\non https://github.com/STMicroelectronics\nfrom version v1.11.2\nto version v1.11.3\n\nSigned-off-by: Alexandre Bourdiol \u003calexandre.bourdiol@st.com\u003e\n"
    },
    {
      "commit": "50002e0bc499dfc62a44bd9a02cf828096209bf2",
      "tree": "7f2cc223269a2c5f08e5b6a70a4109a1cc66bea2",
      "parents": [
        "4663d414a53e6e8700e72e0531d6007d0db3e9b4"
      ],
      "author": {
        "name": "Alexandre Bourdiol",
        "email": "alexandre.bourdiol@st.com",
        "time": "Tue Oct 20 07:59:21 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Oct 27 13:03:47 2020"
      },
      "message": "stm32cube: update stm32h7 to version V1.8.0\n\nUpdate Cube version for STM32H7xx series\non https://github.com/STMicroelectronics\nfrom version v1.6.0\nto version v1.8.0\n\nSigned-off-by: Alexandre Bourdiol \u003calexandre.bourdiol@st.com\u003e\n"
    },
    {
      "commit": "4663d414a53e6e8700e72e0531d6007d0db3e9b4",
      "tree": "2ef948ccf413dd40e695ff2b43467fac367c464d",
      "parents": [
        "0ac0370becdf34633fddcde979ecedeaa178356e"
      ],
      "author": {
        "name": "Alexandre Bourdiol",
        "email": "alexandre.bourdiol@st.com",
        "time": "Tue Oct 20 07:53:34 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Oct 27 13:03:47 2020"
      },
      "message": "stm32cube: update stm32g4 to version V1.3.0\n\nUpdate Cube version for STM32G4xx series\non https://github.com/STMicroelectronics\nfrom version v1.2.0\nto version v1.3.0\n\nSigned-off-by: Alexandre Bourdiol \u003calexandre.bourdiol@st.com\u003e\n"
    },
    {
      "commit": "0ac0370becdf34633fddcde979ecedeaa178356e",
      "tree": "fc9dc53b093a30118d415adbc8e4ef753d812126",
      "parents": [
        "0db82e1ca1f3c4c3b5e73a21082bd7ff8c14a6d8"
      ],
      "author": {
        "name": "Alexandre Bourdiol",
        "email": "alexandre.bourdiol@st.com",
        "time": "Tue Oct 20 07:51:05 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Oct 27 13:03:47 2020"
      },
      "message": "stm32cube: update stm32f7 to version V1.16.0\n\nUpdate Cube version for STM32F7xx series\non https://github.com/STMicroelectronics\nfrom version v1.15.0\nto version v1.16.0\n\nSigned-off-by: Alexandre Bourdiol \u003calexandre.bourdiol@st.com\u003e\n"
    },
    {
      "commit": "0db82e1ca1f3c4c3b5e73a21082bd7ff8c14a6d8",
      "tree": "140a035344d6579053491cdb28b1c85daf384c8a",
      "parents": [
        "91c59251aa51e4e63aa1a367229428a6acb816fe"
      ],
      "author": {
        "name": "Alexandre Bourdiol",
        "email": "alexandre.bourdiol@st.com",
        "time": "Tue Oct 20 07:49:01 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Oct 27 13:03:47 2020"
      },
      "message": "stm32cube: update stm32f4 to version V1.25.1\n\nUpdate Cube version for STM32F4xx series\non https://github.com/STMicroelectronics\nfrom version v1.25.0\nto version v1.25.1\n\nSigned-off-by: Alexandre Bourdiol \u003calexandre.bourdiol@st.com\u003e\n"
    },
    {
      "commit": "91c59251aa51e4e63aa1a367229428a6acb816fe",
      "tree": "03dd71814c734782ba8305cd7345fba2a44bcda2",
      "parents": [
        "fe147dd6aa8a68cdae6db87127b6c08ddd0f3d63"
      ],
      "author": {
        "name": "Alexandre Bourdiol",
        "email": "alexandre.bourdiol@st.com",
        "time": "Tue Oct 20 07:47:37 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Oct 27 13:03:47 2020"
      },
      "message": "stm32cube: update stm32f3 to version V1.11.1\n\nUpdate Cube version for STM32F3xx series\non https://github.com/STMicroelectronics\nfrom version v1.11.0\nto version v1.11.1\n\nSigned-off-by: Alexandre Bourdiol \u003calexandre.bourdiol@st.com\u003e\n"
    },
    {
      "commit": "fe147dd6aa8a68cdae6db87127b6c08ddd0f3d63",
      "tree": "2944ac4c2015f120938d670968eed505a213079f",
      "parents": [
        "1a68ea080a08d36ecdb7fc8cc1b22adee27ee85e"
      ],
      "author": {
        "name": "Alexandre Bourdiol",
        "email": "alexandre.bourdiol@st.com",
        "time": "Tue Oct 20 07:46:41 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Oct 27 13:03:47 2020"
      },
      "message": "stm32cube: update stm32f2 to version V1.9.1\n\nUpdate Cube version for STM32F2xx series\non https://github.com/STMicroelectronics\nfrom version v1.9.0\nto version v1.9.1\n\nSigned-off-by: Alexandre Bourdiol \u003calexandre.bourdiol@st.com\u003e\n"
    },
    {
      "commit": "1a68ea080a08d36ecdb7fc8cc1b22adee27ee85e",
      "tree": "18a7f3ffdf885db173a1477f13cf584fd3fe5518",
      "parents": [
        "1473cb6b39fd00843a793984f0f043d33dce21f3"
      ],
      "author": {
        "name": "Alexandre Bourdiol",
        "email": "alexandre.bourdiol@st.com",
        "time": "Tue Oct 20 07:46:01 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Oct 27 13:03:47 2020"
      },
      "message": "stm32cube: update stm32f1 to version V1.8.2\n\nUpdate Cube version for STM32F1xx series\non https://github.com/STMicroelectronics\nfrom version v1.8.0\nto version v1.8.2\n\nSigned-off-by: Alexandre Bourdiol \u003calexandre.bourdiol@st.com\u003e\n"
    },
    {
      "commit": "1473cb6b39fd00843a793984f0f043d33dce21f3",
      "tree": "16d3fa6dcdd1623c80489f5507ab8d1c1c0773dc",
      "parents": [
        "b89843e2f043b7a462eb5fd411b58d609a6aa5a8"
      ],
      "author": {
        "name": "Alexandre Bourdiol",
        "email": "alexandre.bourdiol@st.com",
        "time": "Tue Oct 20 07:45:19 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Oct 27 13:03:47 2020"
      },
      "message": "stm32cube: update stm32f0 to version V1.11.1\n\nUpdate Cube version for STM32F0xx series\non https://github.com/STMicroelectronics\nfrom version v1.11.0\nto version v1.11.1\n\nSigned-off-by: Alexandre Bourdiol \u003calexandre.bourdiol@st.com\u003e\n"
    },
    {
      "commit": "b89843e2f043b7a462eb5fd411b58d609a6aa5a8",
      "tree": "5a9f67be14e36b520c1fe6566a3ad923ba338f3b",
      "parents": [
        "d8ae28c900e853d63040d0c90073e99abc398463"
      ],
      "author": {
        "name": "Gerard Marull-Paretas",
        "email": "gerard@teslabs.com",
        "time": "Thu Oct 15 20:13:15 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Thu Oct 22 12:46:04 2020"
      },
      "message": "dts: add ethernet entries\n\nAdd generated entries for ethernet peripheral pins.\n\nSigned-off-by: Gerard Marull-Paretas \u003cgerard@teslabs.com\u003e\n"
    },
    {
      "commit": "d8ae28c900e853d63040d0c90073e99abc398463",
      "tree": "dccc22c4c628ac79924f86cbe8a94ce20d416ea7",
      "parents": [
        "2b123553b84cfe9e5a28078355774b636c475da0"
      ],
      "author": {
        "name": "Gerard Marull-Paretas",
        "email": "gerard@teslabs.com",
        "time": "Thu Oct 15 20:11:36 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Thu Oct 22 12:46:04 2020"
      },
      "message": "scripts: genpinctrl: add support for ethernet pins\n\nAdd support for ethernet pins.\n\nF1 settings taken from RM0008 Rev 20, Table 209.\nOther series settings are taken from current Zephyr settings. Note that\nthey will likely need to be adjusted, as very-high-speed is not needed\nfor all signals.\n\nSigned-off-by: Gerard Marull-Paretas \u003cgerard@teslabs.com\u003e\n"
    },
    {
      "commit": "2b123553b84cfe9e5a28078355774b636c475da0",
      "tree": "36a1eef2a976d2c9ec4f3435015edad95e7b9202",
      "parents": [
        "b861dc701d5cb587064d5e793d948ca3df1a0354"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Wed Oct 21 13:14:18 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Thu Oct 22 12:44:36 2020"
      },
      "message": "dts/st: New batch of -pinctrl.dtsi files including (alt) USB signals\n\nIncludes following signals:\nF1: USB DM/DP, USB_OTG_FS DM/DP/SOF/ID/VBUS\nOthers: USB DM/DP/NOE, USB_OTG_FS DM/DP/SOF/ID/VBUS\nUSB_OTG_HS DM/DP/SOF/ID/VBUS and DIR/STP/NXT/D[0-7]\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "b861dc701d5cb587064d5e793d948ca3df1a0354",
      "tree": "8829898f97286fa81b2947ec867e0d51bc900c02",
      "parents": [
        "8895167f757275a2dbfbb1e6762d71c140e4103c"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Mon Oct 19 15:43:32 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Thu Oct 22 12:44:36 2020"
      },
      "message": "scripts/genpinctrl: Add config for USB signals generation\n\nIncludes USB, OTG_FS and OTG_HS various signals.\nThis only concerns signals that are configured using alternate.\nSignals requiring analog configuration are left a part for now on.\nThis could lead to situations where only USB_NOE signals are\navailable on some SoCs (other signals will require a script update\nto be generated).\n\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "8895167f757275a2dbfbb1e6762d71c140e4103c",
      "tree": "82dab687e6f8a53179f93d47a1f929b906c395a7",
      "parents": [
        "7beab819d187816d5be0d5a4c8b671e30df16822"
      ],
      "author": {
        "name": "Gerard Marull-Paretas",
        "email": "gerard@teslabs.com",
        "time": "Mon Oct 12 22:28:27 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Wed Oct 14 12:06:14 2020"
      },
      "message": "dts: add missing remaps to F1 series\n\nSome remaps were missing due to an issue with genpinctrl.\n\nSigned-off-by: Gerard Marull-Paretas \u003cgerard@teslabs.com\u003e\n"
    },
    {
      "commit": "7beab819d187816d5be0d5a4c8b671e30df16822",
      "tree": "3cc0394a1baa5dcbbc0d401bd056dd0ab6ee2a78",
      "parents": [
        "6742cc8da8c3149564268850c7390f6f84e63e21"
      ],
      "author": {
        "name": "Gerard Marull-Paretas",
        "email": "gerard@teslabs.com",
        "time": "Mon Oct 12 22:27:45 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Wed Oct 14 12:06:14 2020"
      },
      "message": "scripts: genpinctrl: process all remap blocks\n\nOnly first remap block was being processed, take into account all of\nthem now. Note that ``FULL_REMAP`` has been adjusted to ``REMAP_FULL``\nas it was wrong. Tests updated to cover multiple remap cases.\n\nSigned-off-by: Gerard Marull-Paretas \u003cgerard@teslabs.com\u003e\n"
    },
    {
      "commit": "6742cc8da8c3149564268850c7390f6f84e63e21",
      "tree": "4da05d4620b17838f5b4ddbe83b66d7494bd25ad",
      "parents": [
        "19256b48c00e26bd433fcf082ceaeaa5db0a6317"
      ],
      "author": {
        "name": "Gerard Marull-Paretas",
        "email": "gerard@teslabs.com",
        "time": "Mon Oct 12 21:55:26 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Wed Oct 14 12:06:14 2020"
      },
      "message": "dts: update f1 pinctrl files with entries missing from IP files\n\nAdd F1 series configurations from pins missing in the GPIO IP\nconfiguration files.\n\nSigned-off-by: Gerard Marull-Paretas \u003cgerard@teslabs.com\u003e\n"
    },
    {
      "commit": "19256b48c00e26bd433fcf082ceaeaa5db0a6317",
      "tree": "ed091f36f6f2109385de2e80eb63ae305604a481",
      "parents": [
        "3efa11b3f2e5f14c91478fc77d2a6121805e83f0"
      ],
      "author": {
        "name": "Gerard Marull-Paretas",
        "email": "gerard@teslabs.com",
        "time": "Mon Oct 12 21:53:42 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Wed Oct 14 12:06:14 2020"
      },
      "message": "scripts: genpinctrl: fix F1 generation for pins not in IP file\n\nWhen working with F1 series pins not present in the GPIO IP files need\nto be taken into account with the NO_REMAP setting.\n\nSigned-off-by: Gerard Marull-Paretas \u003cgerard@teslabs.com\u003e\n"
    },
    {
      "commit": "3efa11b3f2e5f14c91478fc77d2a6121805e83f0",
      "tree": "5198a08a5b86d19432a6c6e545b6286aa5a2b12d",
      "parents": [
        "44f4b9cee2d24651ed51a613797b974957e351ab"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Fri Oct 02 09:33:12 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Oct 09 13:24:11 2020"
      },
      "message": "scripts/genpinctrl: Don\u0027t clean up README when generating\n\nNow that dts contain a README file, don\u0027t clean up the entire\ndirectory but only sub directories.\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "44f4b9cee2d24651ed51a613797b974957e351ab",
      "tree": "196dc6537a693eb60127dc041d17ea27251d5dd7",
      "parents": [
        "bb2cfe60b12c900add282c7f0f8342109d6086dc"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Fri Oct 02 09:22:03 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Oct 09 13:24:11 2020"
      },
      "message": "scripts: Provide more specific name to config*.yaml files\n\nconfig*.yaml file name is a bit vague.\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "bb2cfe60b12c900add282c7f0f8342109d6086dc",
      "tree": "49a0d583ea450037965457bdb10d2282b494faaf",
      "parents": [
        "23f37ffd81ba841107e9ac95d79861b3e521d3ae"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Fri Oct 02 09:16:01 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Oct 09 13:24:11 2020"
      },
      "message": "README.rst: Add entry for .dtsi files\n\nAdd description for the new directory in the repo.\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "23f37ffd81ba841107e9ac95d79861b3e521d3ae",
      "tree": "1235f452125ff9152ed6888d7cf938b644eb154e",
      "parents": [
        "51057d7988a5fa9e8e403e17e38a0864e5aca9f6"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Fri Oct 02 09:04:14 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Oct 09 13:24:11 2020"
      },
      "message": "dts: Add a README\n\nProvide README to document available *-pinctrl files.\n\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "51057d7988a5fa9e8e403e17e38a0864e5aca9f6",
      "tree": "be63349ee7ffdd4fea228b55e3d527f938d8ca5f",
      "parents": [
        "2f716e53b1898be0af39b9da2d62528f7d980579"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "kumar.gala@linaro.org",
        "time": "Thu Oct 08 10:48:38 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Oct 09 13:19:18 2020"
      },
      "message": "dts: pinctrl: regen for USB_OTG_FS* changes to configs\n\nRegen *pinctrl.dtsi files for changes to config*yaml related to\nUSB_OTG_FS* updates to the config*.yaml\n\nSigned-off-by: Kumar Gala \u003ckumar.gala@linaro.org\u003e\n"
    },
    {
      "commit": "2f716e53b1898be0af39b9da2d62528f7d980579",
      "tree": "63ae746cfa1cb05ebf07db3de46a627b982c43a2",
      "parents": [
        "78d56ac58a6167c31346d61e67779d28354ea9a9"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "kumar.gala@linaro.org",
        "time": "Thu Oct 08 14:27:17 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Oct 09 13:19:18 2020"
      },
      "message": "genpinctrl: config-f1.yaml usb: remove USB_OTG_*\n\nSTM32F1 doesn\u0027t use pinmux for USB_OTG_* signals so remove from\nconfig-f1.yaml\n\nSigned-off-by: Kumar Gala \u003ckumar.gala@linaro.org\u003e\n"
    },
    {
      "commit": "78d56ac58a6167c31346d61e67779d28354ea9a9",
      "tree": "bd4c9385b97a282ef5fc83a637628071bf18b68e",
      "parents": [
        "5e8662c5505d9eeaa354d949b664b51e21290f8a"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "kumar.gala@linaro.org",
        "time": "Thu Oct 08 22:46:43 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Oct 09 13:19:18 2020"
      },
      "message": "genpinctrl: config.yaml: Update for missing USB_OTG_FS_ID\n\nUSB_OTG_FS_ID signal was missing, add it to config.yaml\n\nSigned-off-by: Kumar Gala \u003ckumar.gala@linaro.org\u003e\n"
    },
    {
      "commit": "5e8662c5505d9eeaa354d949b664b51e21290f8a",
      "tree": "87b91b7060d1e1ed9385e387ee50dc08ab2eeb57",
      "parents": [
        "9a86f73576ae9feafc447195f0d708fb11e0679a"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "kumar.gala@linaro.org",
        "time": "Thu Oct 08 13:03:46 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Oct 09 13:13:44 2020"
      },
      "message": "dts: pinctrl: regen for to support CAN_{TX,RX} and CANn_{TX,RX}\n\nRegen dts files for change to config*.yaml for regex change to CAN\nsignals to handle CAN_{TX,RX} and CANn_{TX,RX}.\n\nSigned-off-by: Kumar Gala \u003ckumar.gala@linaro.org\u003e\n"
    },
    {
      "commit": "9a86f73576ae9feafc447195f0d708fb11e0679a",
      "tree": "31b69aef11ab79c52a1d5f2dafa35fd29173e076",
      "parents": [
        "8128bd26b2b94c6a0ebd9a2e3a8746d138e3de35"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "kumar.gala@linaro.org",
        "time": "Thu Oct 08 22:51:42 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Oct 09 13:13:44 2020"
      },
      "message": "genpinctrl: config*yaml: Fix regex to support CAN_{TX,RX} and CANn_{TX,RX}\n\nSome SoCs have the CAN signals without a number identifier (CAN_TX,\nCAN_RX) so tweak regex to support with and without a number id.\n\nSigned-off-by: Kumar Gala \u003ckumar.gala@linaro.org\u003e\n"
    },
    {
      "commit": "8128bd26b2b94c6a0ebd9a2e3a8746d138e3de35",
      "tree": "5d20265fabdcd2c46b204682665c8afda5d2534b",
      "parents": [
        "bb47814823c74ca3d8fbd7e5712201063d6e48b4"
      ],
      "author": {
        "name": "Gerard Marull-Paretas",
        "email": "gerard@teslabs.com",
        "time": "Thu Oct 01 17:32:30 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Oct 02 13:14:59 2020"
      },
      "message": "dts: add missing entries for pins with extended name\n\nSome pin configurations were missing because the pin name structure in\nCubeMX was not handled properly.\n\nSigned-off-by: Gerard Marull-Paretas \u003cgerard@teslabs.com\u003e\n"
    },
    {
      "commit": "bb47814823c74ca3d8fbd7e5712201063d6e48b4",
      "tree": "9e20a2220d62bdb92f7f493006df4741d6293b05",
      "parents": [
        "385b36674e6a77357b8c69a129c77421c593a3f8"
      ],
      "author": {
        "name": "Gerard Marull-Paretas",
        "email": "gerard@teslabs.com",
        "time": "Thu Oct 01 17:30:01 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Fri Oct 02 13:14:59 2020"
      },
      "message": "scripts: genpinctrl: handle pin names with extra description\n\nSome pin names have another name appended, e.g. \"PA15 (JTDI)\". Current\nregex did not handle those cases, so it has been adjusted to handle\nthem.\n\nSigned-off-by: Gerard Marull-Paretas \u003cgerard@teslabs.com\u003e\n"
    },
    {
      "commit": "385b36674e6a77357b8c69a129c77421c593a3f8",
      "tree": "d06410dea4210ad5583d789bef19396bce7abdb3",
      "parents": [
        "5280d13c1e399d01b5666f2e999de7c29a9b092c"
      ],
      "author": {
        "name": "Erwan Gouriou",
        "email": "erwan.gouriou@linaro.org",
        "time": "Wed Jul 08 12:32:53 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Sep 29 14:03:24 2020"
      },
      "message": "zephyr/module.yml: Declare this repo as a dts_root\n\nSet repo root as a DTS_ROOT.\nThis will get cmake to look into dts/ to find .dtsi files.\n\nSigned-off-by: Erwan Gouriou \u003cerwan.gouriou@linaro.org\u003e\n"
    },
    {
      "commit": "5280d13c1e399d01b5666f2e999de7c29a9b092c",
      "tree": "f8c5ed2ce10eac64e0d716baea6a6d1c3c3caf84",
      "parents": [
        "a92cd408d8d4fcd7a3ee3d5ef565fcf5515e4d01"
      ],
      "author": {
        "name": "Gerard Marull-Paretas",
        "email": "gerard@teslabs.com",
        "time": "Sat Sep 05 10:57:38 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Sep 29 14:03:24 2020"
      },
      "message": "github: add test workflow\n\nAdd a new test workflow to run tests for scripts and to run code linter.\n\nSigned-off-by: Gerard Marull-Paretas \u003cgerard@teslabs.com\u003e\n"
    },
    {
      "commit": "a92cd408d8d4fcd7a3ee3d5ef565fcf5515e4d01",
      "tree": "001064ed087ff871298ca8eb6c1b50c60bbeaf6e",
      "parents": [
        "a59c7ce6d87515981f5b1e3b859f2ad6b6ea6c0c"
      ],
      "author": {
        "name": "Gerard Marull-Paretas",
        "email": "gerard@teslabs.com",
        "time": "Sat Sep 05 10:52:16 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Sep 29 14:03:24 2020"
      },
      "message": "scripts: add Python development tools\n\nAdd some useful development tools like the flake8 linter and black\nautoformatter.\n\nSigned-off-by: Gerard Marull-Paretas \u003cgerard@teslabs.com\u003e\n"
    },
    {
      "commit": "a59c7ce6d87515981f5b1e3b859f2ad6b6ea6c0c",
      "tree": "b91027750acdf06e26f0312c1bb0c8f6dac6105f",
      "parents": [
        "fdba45dc8942f596b392f40b711ace71734a7e5e"
      ],
      "author": {
        "name": "Gerard Marull-Paretas",
        "email": "gerard@teslabs.com",
        "time": "Fri Sep 04 16:47:50 2020"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "kumar.gala@gmail.com",
        "time": "Tue Sep 29 14:03:24 2020"
      },
      "message": "dts: initial batch of pinctrl files\n\nInitial batch of DT pinctrl files. Generated using CubeMX 5.6.1\n\nSigned-off-by: Gerard Marull-Paretas \u003cgerard@teslabs.com\u003e\n"
    }
  ],
  "next": "fdba45dc8942f596b392f40b711ace71734a7e5e"
}
