{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":204923843,"defaultBranch":"master","name":"hal_microchip","ownerLogin":"MicrochipTech","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2019-08-28T12:14:12.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/8910143?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718731824.0","currentOid":""},"activityList":{"items":[{"before":"a17ac9308748189c77c3d2b91142151f3375c239","after":"a499cfff27fe547d998cc89da2171d40834be025","ref":"refs/heads/devel_hal_mec5_v0p3","pushedAt":"2024-08-05T20:27:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: Add initial BC-Link support to HAL\n\nIntial addition of HAL code supporting Microchip MEC5 BC-Link\ncontroller. BC-Link is a custom SPI like, high spped two wire\ninterface (clock and data) to Microchip key scan matrix and\nGPIO expanders.\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: Add initial BC-Link support to HAL"}},{"before":"8102404cd0bc16c4a4678661cd88ebc2d7e5158c","after":"a17ac9308748189c77c3d2b91142151f3375c239","ref":"refs/heads/devel_hal_mec5_v0p3","pushedAt":"2024-08-05T14:59:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: Fix DMA bug introduced in previous DMA changes\n\nPrevious changes to the MEC5 HAL DMA clear all channels GIRQ status\nintroduced a typo bug causing an infinite loop.\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: Fix DMA bug introduced in previous DMA changes"}},{"before":"b7e7ca69151ddb1780c49967c309541f5d79b29d","after":"8102404cd0bc16c4a4678661cd88ebc2d7e5158c","ref":"refs/heads/devel_hal_mec5_v0p3","pushedAt":"2024-07-20T16:22:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: DMA: Fix bug in commit removing base address\n\nThe previous DMA change removing base address had a typo bug\ncausing a for loop to never end.\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: DMA: Fix bug in commit removing base address"}},{"before":"7a98368971817d7aa56f6262d6026188a01b7830","after":"b7e7ca69151ddb1780c49967c309541f5d79b29d","ref":"refs/heads/devel_hal_mec5_v0p3","pushedAt":"2024-07-19T22:08:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: Remove register base from DMA API\n\nMicrochip MEC5 SoC's have only one instance of the central\nDMA controller. Devices vary by the number of channels in\nthe central DMA controller not by number of controllers.\nWe can reduce code size by eliminating the need to pass\nthe DMA controller base address. HAL gets the base address\nat build time from the chip specific CMSIS header files.\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: Remove register base from DMA API"}},{"before":"85b01ea86e01580ed0d5849c5a0435238c6cd0f9","after":"7a98368971817d7aa56f6262d6026188a01b7830","ref":"refs/heads/devel_hal_mec5_v0p3","pushedAt":"2024-07-19T02:19:56.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: I2C updates for I2C-NL driver development\n\nMany updates to facilate development of a Zephyr I2C driver\nusing the network layer HW FSM and DMA driver.\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: I2C updates for I2C-NL driver development"}},{"before":"b938325cfba22c69c0029f06a640d59ec71eb826","after":"85b01ea86e01580ed0d5849c5a0435238c6cd0f9","ref":"refs/heads/devel_hal_mec5_v0p3","pushedAt":"2024-07-08T13:11:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: I2C target mode updates\n\nAdd API to get and set the two I2C target addresses in\nthe controller. Add an API to configure I2C-NL target mode\ncommand register.\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: I2C target mode updates"}},{"before":"2c71e89427b0b99aae5a9149ce16ae10cdf60a46","after":"b938325cfba22c69c0029f06a640d59ec71eb826","ref":"refs/heads/devel_hal_mec5_v0p3","pushedAt":"2024-07-02T01:12:54.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec: Add support for aggregated DMA controller irq.\n\nCentral DMA controller can connect each channels interrupts to\nindividial NVIC inputs or aggregated all channel interrupt signals\ninto a one signal to the NVIC. Add an API to the ECIA block to\ncontrol a GIRQ's mode (direct or aggregated). Add a code to DMAC\nto allow enable/disable of aggregated interrupt mode.\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec: Add support for aggregated DMA controller irq."}},{"before":"e20c390269180a2d538252b4206f1ba452e77634","after":"2c71e89427b0b99aae5a9149ce16ae10cdf60a46","ref":"refs/heads/devel_hal_mec5_v0p3","pushedAt":"2024-06-27T12:45:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: Add EEPROM controller support to HAL\n\nSome variants of Microchip MEC5 HAL based devices include\nan internal SPI EEPROM connected to a specialized controller.\nAdd HAL API's to support the EEPROM controller and header\ndefinitions based on the specific part for EEPROM total and\npage sizes. Fix a typo bug in one PINCTRL DTSI file for\ninternal SDI signal to internal EEPROM.\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: Add EEPROM controller support to HAL"}},{"before":"9d2b6bc0f7c872a2fd3f27eede62c898aecfeea8","after":"e20c390269180a2d538252b4206f1ba452e77634","ref":"refs/heads/devel_hal_mec5_v0p3","pushedAt":"2024-06-19T03:07:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: Standardize breathing-blinking LED names\n\nStandardize the breathing-blinking LED peripheral name as BBLED.\nUpdated register structure, register defines, and BBLED code.\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: Standardize breathing-blinking LED names"}},{"before":"38765639aa12da80d9a09b993a337f644792aa12","after":"9d2b6bc0f7c872a2fd3f27eede62c898aecfeea8","ref":"refs/heads/devel_hal_mec5_v0p3","pushedAt":"2024-06-18T20:17:57.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: Fix bug in MEC5 HAL basic timer address check\n\nSome of the basic timer API's were not checking register address\ncorrectly.\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: Fix bug in MEC5 HAL basic timer address check"}},{"before":null,"after":"38765639aa12da80d9a09b993a337f644792aa12","ref":"refs/heads/devel_hal_mec5_v0p3","pushedAt":"2024-06-18T17:30:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: Add more WDT API's for Zephyr WDT driver\n\nAdd more watchdog timer HAL API's to support development of\nthe Zephyr WDT driver.\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: Add more WDT API's for Zephyr WDT driver"}},{"before":"1279561ea9b71c5f572d3d52708b7b445a383662","after":"71eba057c0cb7fc11b6f33eb40a82f1ebe2c571c","ref":"refs/heads/master","pushedAt":"2024-06-05T18:13:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: Version 0.2 MEC5 HAL consistent naming\n\nChange symbols name to use prefix \"mec_hal_\" to prevent name\nclashes with symbols from other components (application, Zephyr,\netc).\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: Version 0.2 MEC5 HAL consistent naming"}},{"before":"cdc2a20801767d18c47bb308ca031d56f5ecc4b7","after":"d37817ddf9ad2f50c43c432b98685557cd1ff727","ref":"refs/heads/devel_hal_mec5_rename","pushedAt":"2024-06-03T13:57:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: Version 0.2 MEC5 HAL consistent naming\n\nChange symbols name to use prefix \"mec_hal_\" to prevent name\nclashes with symbols from other components (application, Zephyr,\netc).\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: Version 0.2 MEC5 HAL consistent naming"}},{"before":null,"after":"c6fa657f692a8a3177408b40352b195501d424bb","ref":"refs/heads/devel_hal_mec5_i2c_nl","pushedAt":"2024-06-03T00:38:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: I2C updates for network layer controller mode\n\nAdd new HAL I2C API's to facilitate driver development using the\nnetwork layer hardware. New API's are for controller mode.\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: I2C updates for network layer controller mode"}},{"before":"f8cd9fd38d6669a99afed47260091472eeedce27","after":"cdc2a20801767d18c47bb308ca031d56f5ecc4b7","ref":"refs/heads/devel_hal_mec5_rename","pushedAt":"2024-05-31T19:06:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: Version 0.2 MEC5 HAL consistent naming\n\nChange symbols name to use prefix \"mec_hal_\" to prevent name\nclashes with symbols from other components (application, Zephyr,\netc).\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: Version 0.2 MEC5 HAL consistent naming"}},{"before":"8bf35f3777bb77312f71c66516fabe3099df0fb6","after":"f8cd9fd38d6669a99afed47260091472eeedce27","ref":"refs/heads/devel_hal_mec5_rename","pushedAt":"2024-05-30T19:03:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: Version 0.2 MEC5 HAL consistent naming\n\nChange symbols name to use prefix \"mec_hal_\" to prevent name\nclashes with symbols from other components (application, Zephyr,\netc).\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: Version 0.2 MEC5 HAL consistent naming"}},{"before":"4dc6d737a6a3c2fad363d585cd89f1442798f478","after":"8bf35f3777bb77312f71c66516fabe3099df0fb6","ref":"refs/heads/devel_hal_mec5_rename","pushedAt":"2024-05-29T23:33:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: Version 0.2 MEC5 HAL consistent naming\n\nChange symbols name to use prefix \"mec_hal_\" to prevent name\nclashes with symbols from other components (application, Zephyr,\netc).\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: Version 0.2 MEC5 HAL consistent naming"}},{"before":"5ab53c81b6f2a1fcf0ce4da4f614ee31cb82b7c6","after":"4dc6d737a6a3c2fad363d585cd89f1442798f478","ref":"refs/heads/devel_hal_mec5_rename","pushedAt":"2024-05-24T18:07:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: Version 0.2 MEC5 HAL consistent naming\n\nChange symbols name to use prefix \"mec_hal_\" to prevent name\nclashes with symbols from other components (application, Zephyr,\netc).\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: Version 0.2 MEC5 HAL consistent naming"}},{"before":"486cb984b016ce2f015d6df16b1dcd569ad7cac9","after":"5ab53c81b6f2a1fcf0ce4da4f614ee31cb82b7c6","ref":"refs/heads/devel_hal_mec5_rename","pushedAt":"2024-05-23T22:53:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: Version 0.2 MEC5 HAL consistent naming\n\nChange symbols name to use prefix \"mec_hal_\" to prevent name\nclashes with symbols from other components (application, Zephyr,\netc).\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: Version 0.2 MEC5 HAL consistent naming"}},{"before":"19bc93ea55217062a29a090112796685a95dee35","after":"486cb984b016ce2f015d6df16b1dcd569ad7cac9","ref":"refs/heads/devel_hal_mec5_rename","pushedAt":"2024-05-22T14:35:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: Version 0.2 MEC5 HAL consistent naming\n\nChange symbols name to use prefix \"mec_hal_\" to prevent name\nclashes with symbols from other components (application, Zephyr,\netc).\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: Version 0.2 MEC5 HAL consistent naming"}},{"before":null,"after":"19bc93ea55217062a29a090112796685a95dee35","ref":"refs/heads/devel_hal_mec5_rename","pushedAt":"2024-05-21T21:37:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: Version 0.2 MEC5 HAL consistent naming\n\nChange symbols name to use prefix \"mec_hal_\" to prevent name\nclashes with symbols from other components (application, Zephyr,\netc).\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: Version 0.2 MEC5 HAL consistent naming"}},{"before":"bcc4fae4c9a9d525607ca2465f6141e661a0466a","after":"a64e1964e422e32f7efd36c2bf3197d1730f838b","ref":"refs/heads/mec5_hal_i3c_dma","pushedAt":"2024-05-16T19:02:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jvasanth1","name":null,"path":"/jvasanth1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29803801?s=80&v=4"},"commit":{"message":"mec5_hal: i3c: Updated thresholds for dma\n\nAdd support for thresholds configuration when DMA\nis enabled\n\nSigned-off-by: Jay Vasanth ","shortMessageHtmlLink":"mec5_hal: i3c: Updated thresholds for dma"}},{"before":"68575aa28cd33c68b3b8d66f510d15746c57fdb5","after":"1279561ea9b71c5f572d3d52708b7b445a383662","ref":"refs/heads/master","pushedAt":"2024-05-15T13:08:04.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: Add initial I2C Network HAL support\n\nAdd initial HAL API for starting an I2C transfer using the\nnetwork layer in the I2C controller. Add an API to enable\nand disable network layer interrupts.\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: Add initial I2C Network HAL support"}},{"before":"9fa3b98a9586d3bfdc693d13956c92ecc9c7fa5c","after":"beb62785e32136ed8ef6768e92e19d7818340f45","ref":"refs/heads/add_mec5_hal_v0p1","pushedAt":"2024-05-13T14:09:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: Add initial I2C Network HAL support\n\nAdd initial HAL API for starting an I2C transfer using the\nnetwork layer in the I2C controller. Add an API to enable\nand disable network layer interrupts.\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: Add initial I2C Network HAL support"}},{"before":"5a0db33cc1d6ccab7244da3869252a6de4999172","after":"9fa3b98a9586d3bfdc693d13956c92ecc9c7fa5c","ref":"refs/heads/add_mec5_hal_v0p1","pushedAt":"2024-05-13T14:06:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: Fix bug in central DMA configuration\n\nFix a bug in central DMA channel configuration. The bug was not\nfound by Zephyr DMA driver tests because these tests only exercise\nmemory to memory transfers. The bug was in code paths for peripheral\nDMA to/from memory. Bug was found during I2C network layer driver\ndevelopment since this driver uses central DMA.\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: Fix bug in central DMA configuration"}},{"before":null,"after":"bcc4fae4c9a9d525607ca2465f6141e661a0466a","ref":"refs/heads/mec5_hal_i3c_dma","pushedAt":"2024-05-09T19:31:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jvasanth1","name":null,"path":"/jvasanth1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29803801?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: Update DMA controller\n\nAdd an API to check if the DMA controller is enabled.\nReflow prototypes to not leave a space between pointer\nsymbol and type.\nUpdate DMA channel interrupt status clear to also clear\nthe corresponding GIRQ status after it has cleared the\nchannel level status.\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: Update DMA controller"}},{"before":null,"after":"5a0db33cc1d6ccab7244da3869252a6de4999172","ref":"refs/heads/add_mec5_hal_v0p1","pushedAt":"2024-05-08T15:26:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: Add HAL for MEC174x, MEC175x, and MECH172x.\n\nAdd a full HAL (header and peripheral C code) for Microchip \"MEC5\"\nfamily SoC's: MEC174x and MEC175x. Also support the older MEC172x\nwhose HAL name is MECH172x. The HAL also include device tree PINCTRL\nfiles. NOTE: This is version 0.1 of the HAL and is not feature\ncomplete.\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: Add HAL for MEC174x, MEC175x, and MECH172x."}},{"before":"e2fe2aad15adbfdb3cc8f0a6846568f0bc4c7b5f","after":"bcc4fae4c9a9d525607ca2465f6141e661a0466a","ref":"refs/heads/add_mec5_hal","pushedAt":"2024-05-08T14:12:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: Update DMA controller\n\nAdd an API to check if the DMA controller is enabled.\nReflow prototypes to not leave a space between pointer\nsymbol and type.\nUpdate DMA channel interrupt status clear to also clear\nthe corresponding GIRQ status after it has cleared the\nchannel level status.\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: Update DMA controller"}},{"before":"c7d81735fb62ffeeccc54459a8497d44cbcd3541","after":"e2fe2aad15adbfdb3cc8f0a6846568f0bc4c7b5f","ref":"refs/heads/add_mec5_hal","pushedAt":"2024-05-06T19:19:27.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: Add initial eSPI TAF support\n\nESPI TAF is a work-in-progress. Add the initial TAF\nHAL infrastructure.\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: Add initial eSPI TAF support"}},{"before":"1051827a0de008d3e4e4fda78bb600a4da9645ab","after":"c7d81735fb62ffeeccc54459a8497d44cbcd3541","ref":"refs/heads/add_mec5_hal","pushedAt":"2024-05-02T20:13:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"scottwcpg","name":"Scott Worley","path":"/scottwcpg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45947961?s=80&v=4"},"commit":{"message":"hal: microchip: mec5: Update RTOS timer for kernel timer driver\n\nAdd more inline operations to support faster timer programming\nin a kernel timer driver.\n\nSigned-off-by: Scott Worley ","shortMessageHtmlLink":"hal: microchip: mec5: Update RTOS timer for kernel timer driver"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEkmteYAA","startCursor":null,"endCursor":null}},"title":"Activity ยท MicrochipTech/hal_microchip"}