JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"nxp",
"rust"
],
"is_fork": false,
"size_kb": 2809,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 653952
},
"pushed_at": "2026-07-26T13:00:12Z",
"created_at": "2020-02-07T03:54:03Z",
"owner_type": "Organization",
"updated_at": "2026-07-26T13:01:23Z",
"description": "Rust for NXP i.MX RT",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "imxrt-rs",
"company": null,
"location": null,
"followers": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/60766989?v=4",
"created_at": "2020-02-07T03:44:49Z",
"is_verified": null,
"public_repos": 21,
"account_age_days": 2361
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-07-26T13:01:01Z"
},
{
"tag": "0.5.14",
"kind": "patch",
"published_at": "2026-03-19T10:58:44Z"
},
{
"tag": "0.5.13",
"kind": "patch",
"published_at": "2026-03-15T13:24:08Z"
},
{
"tag": "0.5.12",
"kind": "patch",
"published_at": "2025-12-10T13:39:15Z"
},
{
"tag": "0.5.11",
"kind": "patch",
"published_at": "2025-07-07T13:22:50Z"
},
{
"tag": "0.5.10",
"kind": "patch",
"published_at": "2025-06-14T11:44:31Z"
},
{
"tag": "0.5.9",
"kind": "patch",
"published_at": "2024-11-25T00:51:08Z"
},
{
"tag": "0.5.8",
"kind": "patch",
"published_at": "2024-11-01T11:35:55Z"
},
{
"tag": "0.5.7",
"kind": "patch",
"published_at": "2024-08-05T17:40:20Z"
},
{
"tag": "0.5.6",
"kind": "patch",
"published_at": "2024-07-05T12:57:47Z"
},
{
"tag": "0.5.5",
"kind": "patch",
"published_at": "2024-05-27T23:29:34Z"
},
{
"tag": "0.5.4",
"kind": "patch",
"published_at": "2023-11-26T11:32:49Z"
},
{
"tag": "0.5.3",
"kind": "patch",
"published_at": "2023-07-03T13:35:08Z"
},
{
"tag": "0.5.2",
"kind": "patch",
"published_at": "2023-04-26T11:37:35Z"
},
{
"tag": "0.5.1",
"kind": "patch",
"published_at": "2023-03-07T14:34:54Z"
},
{
"tag": "0.4.5",
"kind": "patch",
"published_at": "2021-12-03T00:30:41Z"
},
{
"tag": "0.4.4",
"kind": "patch",
"published_at": "2021-04-23T22:49:39Z"
},
{
"tag": "0.4.2",
"kind": "patch",
"published_at": "2020-11-23T21:44:02Z"
},
{
"tag": "0.4.1",
"kind": "patch",
"published_at": "2020-09-23T23:10:04Z"
},
{
"tag": "0.4.0",
"kind": "minor",
"published_at": "2020-08-29T11:25:01Z"
},
{
"tag": "0.3.1",
"kind": "patch",
"published_at": "2020-08-28T23:05:34Z"
},
{
"tag": "0.3.0",
"kind": "minor",
"published_at": "2020-06-20T11:52:04Z"
}
],
"recent_commits": [
{
"oid": "70abea56fff38860bb5f11294947c8912b7e1c59",
"body": "Don't need to document deprecated removals when the whole module is\ngone. Fix the documented defmt version.",
"is_bot": false,
"headline": "Prepare 0.6.0 release",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-07-26T12:56:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f024af77e791a59a7819e10e6498cf4055294145",
"body": "Add support for the latest interface package. Once we're supporting more\nthan one version, we can alias the package.",
"is_bot": false,
"headline": "Bump embedded-io to 0.7",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-07-26T11:48:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b1c359a9745f66e7e16381cf0006e5f9314b52b",
"body": "We can't fully remove the nb package; we need it for eh02 impls (and the\ninterface package doesn't expose the type for us). Nevertheless, Poll is\nmore standardized and seems equivalent.",
"is_bot": false,
"headline": "Prefer Poll over nb from tempmon, trng API",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-07-25T22:54:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99fdb9859e153cfcdf87baa85fb8846bec0f9caf",
"body": "The RandCore trait we're implemented is deprecated in the latest version\nof the package. Folks can wrap our Trng driver to implement their\npreferred version of the trait.",
"is_bot": false,
"headline": "Remove rand_core feature",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-07-25T16:49:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae1930d1d06ab91e7363aa1023d99b2e69e7c9dc",
"body": "The equivalent GPIO traits are too similar to the EH1 traits. And since\nwe already gutted the ADC support, we should remove everything.",
"is_bot": false,
"headline": "Remove eh02-unproven feature",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-07-25T16:44:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25185aebfc7c8534cf688eae525f4b88ef8c7669",
"body": null,
"is_bot": false,
"headline": "Add workflow for Trusted Publishing",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-07-25T16:07:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13bf2a1b652482814388f48088bc39e1055f2ae5",
"body": "By pre-packing into a u32, we can simply write the transaction into the\nFIFO without needing to shift struct fields into register bitfields. We\ncan also compute that transaction at compile time.",
"is_bot": false,
"headline": "Refactor lpspi::Transaction to pre-pack fields",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-07-16T14:03:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55421f24020447ed3b29dad97400bd5f05168e7f",
"body": "The split transfers require us to send dummy bytes when we're receiving\nmore data than we're sending. We also have to discard data when we're\nsending more data than we're receiving.\n\nThe loopback SPI test case now tests the eh1 trait, along with our\nhandling of those split transfers.\n\nThere's no support for a SpiDevice right now. I don't need it at the\nmoment, and I figure we can add it later without breakages.",
"is_bot": false,
"headline": "Implement embedded-hal 1 SpiBus for Lpspi",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-07-12T19:09:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6aaee7cd6dffe42423780ace3c1738508397fb8d",
"body": "embedded-hal 1.0 methods will have no need to flush the TX FIFO, since\nthere's a flush method on the SpiBus interface. Move the flush calls\ninto the places where we're requiring them for synchronization with any\nsoftware-managed GPIOs, like in the embedded-hal 0.2 interface.",
"is_bot": false,
"headline": "Lift Lpspi::flush into interface impls",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-07-12T17:10:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e994e8dc0bc81aee5e1d031bab196a194e3e188",
"body": "Helps folks design a device implementation against the public API.\nChange the bus' PCS state, and all subsequent transactions will use\nthat PCS.\n\nRemove a duplicate field setting in transaction enqueuement.",
"is_bot": false,
"headline": "Track PCS in LPSPI",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-07-12T17:10:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13d26d3422ff38aedc62c7e426c094c7926a28d4",
"body": "Seems like the `defmt::log!` expansion is now searching for an `export`\nmodule inside our defmt module, not the defmt package. Not sure what's\nchanged here, but might have to do with the newer defmt packages and my\nbad practices. Rename our defmt module to avoid the ambiguity.",
"is_bot": false,
"headline": "Fix doc test of logging package",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-07-12T17:09:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6fb13b0d825953c5be3240500f85c9192104811",
"body": "Includes a combination of formatting changes and fixes for the new\nedition.",
"is_bot": false,
"headline": "Upgrade to Rust 2024 throughout workspace",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-04-12T20:13:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7163f0b7fcd09b534ba4c7165a9c6ca14188d7e6",
"body": "Bump bitflags to 2.0. I try to maintain as much backwards compatibility\nas I can with 1.0, for convenience.\n\nUpgrade defmt to 1.0. This should remain compatible with the 0.3 series,\ngiven the way 1.0 is implemented. However, it could be nice to adopt\nnewer features as they arrive.\n\nUpgrade imxrt-dma\n[…]\n `static mut`.\n\nRemove all patch directives from workspace. At this point, all\nfirst-party packages should be on crates.io. We don't need these right\nnow. It'll be OK with me to bring them back later.",
"is_bot": false,
"headline": "Upgrade dependencies in public API",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-04-12T20:11:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "039dfea7411f639ff9ba83cf618938cd9e195738",
"body": "Users can select their own imxrt-usbd driver and usb-device ecosystem\nfor their system, and they can do this without waiting for an imxrt-hal\nupdate / turning off default package features.\n\nThe imxrt-ral compatibility layer moves into imxrt-usbd. Right now,\nwe're still testing the driver here, since it's also helpful as a\nlogging backend.",
"is_bot": false,
"headline": "Remove imxrt-usbd dependency",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-04-09T11:25:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc1eaa08c74c0fa97fe06841d7301ee1ce4b2bba",
"body": "Removal lets us drop two direct dependencies. Nowadays, I think this\nmodule adds more complexity than it's worth, particularly when folks can\nwrite their own blocking delays against the drivers.\n\nI had no plans to add embedded-hal 1.0 support for these, so I figure\nremoving them altogether would be more consistent than not supporting\nthe newer traits.",
"is_bot": false,
"headline": "Remove timer module, fugit & void deps",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-03-31T11:18:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a527abcd31cf43b967dc231a523e2f5709d13d4a",
"body": "Noticed the GitHub Actions warnings in a run of the parent commit.\nUpgrading our actions should upgrade the underlying Node.js.",
"is_bot": false,
"headline": "Update checkout actions ahead of node deprecation",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-03-28T12:24:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "938758979f722535a3464aade5143b807abfc66e",
"body": "I've carried this in my fork for a little while, using it as a way to\nget ahead of clippy issues. But I don't keep my fork's main up to date,\nso I might miss things. I'll keep an eye on it upstream, and other folks\ncan help out too.",
"is_bot": false,
"headline": "Add weekly CI linting job",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-03-28T12:20:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d40b14944377df2c58922323dfe20d16e01fb8c",
"body": "Return the pin object so the users could try again. We should be able to\nshare this error return pattern.",
"is_bot": false,
"headline": "Consolidate PinPortIncompatibleError pattern",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-03-22T13:05:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea55636c4f41cfe75417326603080c3e6af3d24c",
"body": "The loss of type states removed build-time chances to validate that the\nSAI driver is correctly configured. We'll do that at runtime.\n\nAdditionally, sprinkle defmt::Format throughout SAI, for convenience.",
"is_bot": false,
"headline": "Add SAI packing-word size checks, defmt::Format",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-03-22T12:35:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7f6570e31f45f0768ea5e56a60a830a831167e9",
"body": null,
"is_bot": false,
"headline": "Add FlexPWM output masking APIs",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-03-18T23:45:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "183e1a6b7e4db1498e7e9479ad1c7f85e9e6e2e6",
"body": null,
"is_bot": false,
"headline": "Remove RGPIO type states",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-03-18T11:57:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faa7233c2659831d472c6438f4f07e9a75de3a29",
"body": null,
"is_bot": false,
"headline": "Remove GPIO type states",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-03-18T11:57:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c62fc9d16ae80fa7c5bab148a7b18fa8a328ad8",
"body": "This also fixes a few driver issues I noticed during the refactor. I'm\nnot backporting these fixes, but here's what changed just in case you're\ncurious or want to backport.\n\nThe 8- and 16-bit FPACK values are wrong. The 8-bit value is reserved,\nand the 16-bit value is the 8-bit value. Fixed in the e\n[…]\n the\nuser. Without this, a subsequent split call wouldn't return the Tx or Rx\nhandles. We now track this information using the provided masks.\n\nThere's various typo and documentation fixes throughout.",
"is_bot": false,
"headline": "Remove SAI type states",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-03-18T11:57:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "42bb3e512d2193597a5ecd240cb742230c3378a8",
"body": null,
"is_bot": false,
"headline": "Remove ADC type states",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-03-18T11:57:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0af9d4d830821b74678a8e5b21d3d8043a17286c",
"body": null,
"is_bot": false,
"headline": "Remove LPSPI type states",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-03-18T11:57:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6507c105d4318dba997b561324d6b0f8def82e37",
"body": null,
"is_bot": false,
"headline": "Remove LPUART type states",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-03-18T11:57:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7a2c0e6f24d64ad626fc111d7154f8d3a2f1bf7",
"body": null,
"is_bot": false,
"headline": "Remove LPI2C typestates",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-03-18T11:57:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "897871b266086c3ccf4a447b0427480e29aed38c",
"body": "No more individual objects for PIT channels. Instead, each PIT timer\ncontrols all four channels.\n\nThis commit fixes how we correct the lifetime value register in the PIT\ntimer. See the 0.5.14 release notes for details.",
"is_bot": false,
"headline": "Remove PIT typestates",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-03-18T11:55:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdf716a3e0c20961c19cec44bafe90100d049c0d",
"body": null,
"is_bot": false,
"headline": "Remove GPT type states",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-03-18T11:10:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a89db1444f6e04b83776bd8ae23850a13ae61339",
"body": null,
"is_bot": false,
"headline": "Remove PWM type states",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-03-18T11:10:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd74ebb904f78a458db9511b4f1da56d65244adb",
"body": "The board BUTTON is on GPIO1, but the BOARD_BUTTON interrupt\nwas looking for GPIO2. This commit fixes that mismatch.",
"is_bot": false,
"headline": "Fix BUTTON interrupt",
"author_name": "Andrew Certain",
"author_login": "tacertain",
"committed_at": "2026-03-17T18:23:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32986da76a2b645f5baa1e21d09c3bca1fc7ec20",
"body": "The intro comment used to say that the log messages will appear on the USB serial, but they will actually appear on whatever is defined for the board's BACKEND",
"is_bot": false,
"headline": "Fix intro comment",
"author_name": "Andrew Certain",
"author_login": "tacertain",
"committed_at": "2026-03-17T18:08:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c90142f622dbfe87d2fbee64378baa7385a1825",
"body": "The button on pin 0 (GPIO_AD_B0_03) is on GPIO1, but the GPIO1 clock\ngate was never enabled. This caused a bus fault when the hal_gpio_input\nexample tried to read the GPIO1 registers. This commit enables that\ngate.",
"is_bot": false,
"headline": "Enable GPIO1 clock gate for Teensy 4",
"author_name": "Andrew Certain",
"author_login": "tacertain",
"committed_at": "2026-03-17T18:06:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a25f317adf567aa3c4621b1f645905c55437fb9",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG with 0.5.12, .13 releases",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-03-15T13:31:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23d67da0766772270392a47ff6f6f228861ef76c",
"body": null,
"is_bot": false,
"headline": "Add FlexSPI clock gate locator",
"author_name": "Andrew Certain",
"author_login": "tacertain",
"committed_at": "2026-03-15T12:41:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4838f0ef9630c7b2acea6681ae5c7cbb8aa4437",
"body": "Tested on a 1010EVK and an 1170EVK, using the new example. Writing fuses\nis permanent, so be careful when running the example!\n\nThe driver exposes the \"spin\" API, first prototyped in the LPSPI driver.\nFolks who care about a timeout can compose it themselves by joining with\nanother (spinning) timer or counter. Otherwise, use the blocking reads /\nwrites which may never return if the access stalls.",
"is_bot": false,
"headline": "Add OCOTP driver to read, write fuses",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2026-03-12T11:50:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7744161e1b28cf7062a7b0471f55c5a12de692d",
"body": "Add DMA support for SAI (Serial Audio Interface) transmit and receive:\n\n- Implement Destination<u32> for sai::Tx (DMA can write to TX FIFO)\n- Implement Source<u32> for sai::Rx (DMA can read from RX FIFO)\n- Add SAI DMA MUX source mappings for SAI1/SAI2/SAI3\n- Add channel(), tdr()/rdr() accessors for DMA address setup\n- Add enable/disable_dma_transmit/receive methods (FWDE/FRDE bits)\n- Store data channel index in Tx/Rx structs from split()\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add SAI DMA peripheral traits and DMA-related helpers",
"author_name": "Andrew Certain",
"author_login": "tacertain",
"committed_at": "2026-03-08T21:28:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f98f3e155c50fdf15c6015902993497d10d8f885",
"body": "The Inner enum and its From impls/match arms referenced lpuart::Backend\nand usbd::Backend unconditionally, causing compilation errors when only\none backend feature (e.g. lpuart but not usbd) was enabled.\n\nAdd #[cfg(feature = ...)] gates to each variant, From impl, and match\narm so the crate compiles with any valid subset of backend features.",
"is_bot": false,
"headline": "logging: feature-gate Inner enum variants for lpuart/usbd",
"author_name": "Andrew Certain",
"author_login": "tacertain",
"committed_at": "2026-03-08T12:48:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de904408ac035afb9bb840d8e7b763435e28ec22",
"body": null,
"is_bot": false,
"headline": "Add clock gates for USDHC clocks",
"author_name": "Brandon Dahler",
"author_login": "brandondahler",
"committed_at": "2025-12-10T03:39:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9bccd67da414f21eb15dd841afcaab7bb2727d7",
"body": "\r\nThe build instructions for the examples are actually in board/README, so added a link.",
"is_bot": false,
"headline": "Create README.md",
"author_name": "Andrew Certain",
"author_login": "tacertain",
"committed_at": "2025-07-26T22:18:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a9f5b374d777e40ac330b565e268e9aa585cc74",
"body": "Adds the initial vmu rt1170 board and needed FCB configuration for\nbooting.",
"is_bot": false,
"headline": "Add vmu rt1170 board",
"author_name": "Spinfast",
"author_login": "SpinFast",
"committed_at": "2025-07-20T01:35:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f3d6fb8d36e920586a934a8644e62a7dbab19f4",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG with 0.5.11 notes",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2025-07-07T13:25:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb3a4f1ac0f9d947a48ee1225628aa8ace5e8f29",
"body": "This came up in the first review, but it was missed in subsequent\nreviews. See the changelog for more information.\n\nUsers can configure their clocks themselves. I'm treating this as a\ndriver bug, and I'll release an updated driver in the 0.5 series.",
"is_bot": false,
"headline": "Remove IOMUXC_GPR writes in SAI driver",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2025-07-07T12:45:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a3b53d7ef4abee86375394f367d1cf91ef94626",
"body": "In case of Teensy, this example drives the SGTL5000 based audio board with the default pinout correctly.",
"is_bot": false,
"headline": "added SGTL5000 audio example",
"author_name": "Gergo Huszty",
"author_login": "libesz",
"committed_at": "2025-07-07T12:27:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4bc96e1917b290c8e036c6334a036f541a649fa",
"body": "Exposed sai config properties as public, so the user can update before split().\n\nrtic_sai_pcm5102 example enables the Rx+Tx clock in sync, so Tx data\nworks with Rx clock (e.g. to match Teensy audio board pinout).",
"is_bot": false,
"headline": "Sai RX implementation (actual data receive is not tested yet)",
"author_name": "Gergo Huszty",
"author_login": "libesz",
"committed_at": "2025-07-07T12:27:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acc4ed2e10f31a9996ec6ce19ed42a9195ad30b2",
"body": null,
"is_bot": false,
"headline": "fix clippy error",
"author_name": "Gergo Huszty",
"author_login": "libesz",
"committed_at": "2025-07-07T12:27:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5f99842e590c700f9673b6d74145d6c64d20417",
"body": null,
"is_bot": false,
"headline": "Add SAI driver notes to changelog",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2025-06-14T11:50:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "946deb521823809d3e44d5d4126fb05d5d374024",
"body": "Provides a sample application for playing back audio without DMA\ndirectly writing to the FIFO of the SAI peripheral, which should result\nin an I2S signaling to the WM8960 codec on the EVK boards. The codec\nshould then output a nice square wave on one channel and a sine wave on\nthe other.\n\nThe exampl\n[…]\nhis case uses a PIT timer to print the status and a SAI1\ninterrupt noting a FIFO request to synthesize samples when needed.\n\nOriginal author is @SpinFast in #143.\n@libesz contributed the PCM5102 demo.",
"is_bot": false,
"headline": "Add WM8960, PCM5012, examples for SAI testing",
"author_name": "Gergo Huszty",
"author_login": "libesz",
"committed_at": "2025-06-14T10:59:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8cf679391c5a0439ae3e7fac32a376e0a2b21484",
"body": "SAI can be modeled like a UART in some regards where there are a Tx/Rx\npair. Unlike a UART though SAI in iMXRT can have multiple data channels\nconnected to the same peripheral. While each channel has its own fifo\nand pin they are still part of the same peripheral instance. Meaning the\nclock, status,\n[…]\nafe way at the moment.\n\nAuthors:\n@SpinFast in #143 did most of the work to add SAI with imxrt1010evk board support\n@libesz added teensy4 board support and the initialisation for Tx+Rx at the same time",
"is_bot": false,
"headline": "Add a SAI driver",
"author_name": "Spinfast",
"author_login": "SpinFast",
"committed_at": "2025-06-14T10:59:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "176654a28d45c2da3f1af4ebae85707b43e2e61f",
"body": "Make room for SAI. In the future, feel free to make room for other\nthings, like CAN.",
"is_bot": false,
"headline": "Relocate the teensy4's button",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2025-06-14T10:59:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0df4d6d92b6db0ccf0e2956f60637739f6ee7fdc",
"body": "Provides a pll4 reset function with all the options to set the\ndiv_select, num, denom values with asserts ensuring bounds are kept\nbased on the data sheet. It would be nice to assert these at compile\ntime if possible and could be a future improvement to ensure the pll\noptions are valid.\n\nThe sai clo\n[…]\no the\nperipheral input clock.\n\nThe board clocks for sai1 are setup to generate an appropriate clock for\na 48KHz 16bit stereo i2s stream by default that a wolfson wm8960 codec\ncan pick up for playback.",
"is_bot": false,
"headline": "Add pll4 clock module and sai clock modules",
"author_name": "Spinfast",
"author_login": "SpinFast",
"committed_at": "2025-06-13T10:14:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "51d3c99c7202689a02ea8b26e7f8736634eca6f9",
"body": null,
"is_bot": false,
"headline": "Add helix configuration for rust-analyzer",
"author_name": "Spinfast",
"author_login": "SpinFast",
"committed_at": "2025-06-13T10:14:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64958ab05bc9da4882539cd04ce487f478be0cc6",
"body": "Incoming in the beta channel.",
"is_bot": false,
"headline": "Address clippy warnings",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2025-05-22T12:45:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11ce4652cf3c0ba02b8bf3d45f6cc953c28aac8b",
"body": null,
"is_bot": false,
"headline": "Address latest clippy warnings",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2025-04-05T11:56:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "582aa8ec7c1dc5dde29430dcdef4be106203e44a",
"body": null,
"is_bot": false,
"headline": "Address latest clippy warnings",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2025-02-23T07:01:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e274f41fbedec186063f7a57b4aec8ac37cc87c",
"body": "* Clock configuration for RT118x\r\n\r\n* Add clock init call to the bsp\r\n\r\n* Remove hard-dependency on `defmt`",
"is_bot": false,
"headline": "RT118x clock initialization (#185)",
"author_name": "Gabriel Górski",
"author_login": "glaeqen",
"committed_at": "2025-01-15T00:58:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5ce8e986835f8b5b475ad12ad1a391dd2c85fa5",
"body": "In a previous commit, I didn't include coverage for a chip build of\nimxrt-hal without defmt. This introduces the missing coverage.",
"is_bot": false,
"headline": "Lint imxrt-hal without defmt in CI",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2025-01-13T03:20:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "870939eccf3646fc013054fb476536f2ace78d16",
"body": "This specific configuration isn't different on the 1180. However, the\nLPI2C and LPUART FIFOs are 2x and 4x larger, respectively, on the 1180.\nI was afraid that I was using constants in the LPI2C and LPUART drivers,\nlike I was here. But those two drivers look OK; it was just LPSPI that's\nassuming a FIFO size.",
"is_bot": false,
"headline": "Don't assume LPSPI FIFO size",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-12-22T13:03:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8b163a13196bf30ec688172c61eb99984c7f3ce",
"body": "On the RT1180, these two fields are WO/RAZ. Since we can't trust the\nhardware to retrieve these values for us, we cache them in memory.\nWrites will behave as before. The driver ensures that all accesses on\nCCR pass through the cache.",
"is_bot": false,
"headline": "Cache LPSPI CCR[DBT] and CCR[SCKDIV] in memory",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-12-22T13:01:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf8da2d14e726a629c73d3940ef0122d72fe1d09",
"body": null,
"is_bot": false,
"headline": "Add hardware chip select polarity setting",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-12-22T13:01:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eefa925a6cb8e5cd503cd8a33f3796515def15d1",
"body": "Default behavior is unchanged, in that the mode is still set by the\nuser's `Lpspi::set_mode` value. But now users could define it as part\nof a one-off transaction.",
"is_bot": false,
"headline": "Attach SPI mode to transactions",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-12-22T13:01:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "590ca1c10275a2d3b3fe797c48216ae048ac5103",
"body": "This'll make it easier to associate bus state with each transaction.",
"is_bot": false,
"headline": "Consolidate LPSPI bus-derived transaction data",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-12-22T13:01:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "748db1fb57f4b9067adadaaeaecbd4cfa1f1f67d",
"body": "We'll need something like this when we implement SPI devices.",
"is_bot": false,
"headline": "Add runtime selection for LPSPI chip select",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-12-22T13:01:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e924f46dc0739b7d847ef9a4da3d7b3708f4cdc",
"body": "When we support the embedded-hal 1.0 traits, we should distinguish\nbetween the bus -- having the data and clock pins -- and the device(s),\nwhich have the chip select. Removing the chip select type state is the\nfirst step in supporting this interface.\n\nTemporarily enable PCS0 in the board setup routines. This keeps the\nexamples working as expected.",
"is_bot": false,
"headline": "Remove PCS0 from Lpspi::new pin requirements",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-12-22T13:01:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4262ac0a1ecb871401d34952b7c85fa41e7f0c0",
"body": "We're testing unsafe code in the HAL. Make sure miri is happy with that\nunsafe code.\n\nWe build with minimal optimizations by default, no matter the target.\nTurn those off during the miri invocation.",
"is_bot": false,
"headline": "Run tests with miri",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-12-22T13:01:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa57636dc4499322b7cc81bea4d57473c3e7ec16",
"body": null,
"is_bot": false,
"headline": "Add defmt feature to CI, changelog",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-12-19T13:35:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5e1eb50acb9f00c76a931f5e9fa6e2badf25e1b",
"body": null,
"is_bot": false,
"headline": "Implement `defmt::Format` everywhere `Debug` is",
"author_name": "Emil Fresk",
"author_login": "korken89",
"committed_at": "2024-12-17T12:44:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a518493164f1dc64f41a6fda5fee73e71c80d1cc",
"body": "I forgot to retarget the patch after I merged in the imxrt-ral support.\nThe rest of this commit updates documentation, describing the\n1180-supporting changes we recently introduced.",
"is_bot": false,
"headline": "Update CHANGELOG, patches, given 1180 support",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-12-03T14:05:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca25e95fa08acafcce7273eda03f214144c18dce",
"body": "The hal_led example can turn on the LED. We can't even blink that LED\nyet! At least our runtime, build system, and supporting libraries are\nworking.\n\nHere's how to build and program the example. You'll need a probe-rs\nbuild that supports the 1180.\n\n cargo build --features=board/imxrt1180evk-cm33 --target=thumbv8m.main-none-eabihf --example=hal_led --release\n probe-rs run --chip=mimxrt1189 target/thumbv8m.main-none-eabihf/release/examples/hal_led",
"is_bot": false,
"headline": "Hack together a 1180EVK board to turn on a LED",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-11-29T11:44:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f510333454555de9d0d8792fe14445e59384233d",
"body": null,
"is_bot": false,
"headline": "Add imxrt1180 with rgpio",
"author_name": "Nils Fitinghoff",
"author_login": "nilfit",
"committed_at": "2024-11-29T11:44:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38f142becb17d1c132dd9b765f5896d4fc283e41",
"body": "The family category doesn't make much sense when the 1180 is so\ndifferent from the 1170. Rewrite all conditional compiles in terms of\nchips.",
"is_bot": false,
"headline": "Remove family cfgs from hal, board",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-11-29T11:44:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07d3f29bd75a1cbdb88846ec33710bfb94e4ebe8",
"body": "Remove 'family' from the layers. Each chip module now brings in the\nspecific drivers it supports. We move all of these kinds of drivers into\na drivers directory. The configuration module lives inline, within the\nchip module.",
"is_bot": false,
"headline": "Refactor chip support and configuration",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-11-29T11:44:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da60214cd999a4f0ecd01ecc72a8a563a2deeae1",
"body": null,
"is_bot": false,
"headline": "Test common 1180 MCU support in CI",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-11-29T11:44:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44cc0d2a99d7ab98a6f8fef00295619af7d9b66a",
"body": "The moved drivers were common across all supported MCUs. But these\nperipherals aren't available on the 1180. Lower these drivers into the\nchips category so they can be re-exported as needed.\n\nThis change is backwards compatible. End users won't (shouldn't) notice\nour changed module structure.\n\nThe drivers left behind in common should truly be common with the 1180.\nI'll separately introduce imxrt-ral consolidations so we can get a\nbaseline 1180 build.",
"is_bot": false,
"headline": "Reduce common drivers before 1180 support",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-11-29T11:44:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8277794e15a974fce36b1ce2f55aa65f74f00d0",
"body": null,
"is_bot": false,
"headline": "Update imxrt dependencies, package versions",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-11-29T11:43:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88bdb03dc836a1506add5fdae477a3d5d28474c5",
"body": null,
"is_bot": false,
"headline": "Address clippy warnings",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-11-28T18:05:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7634432310291bd5ab525281c6f035e14d6746f8",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG with 0.5.9 details",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-11-25T00:54:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35f3619b0ed531b6c4da3c90c258e23595ed1aca",
"body": "This makes it ergonomic to use tempmon in places that might panic, like\n`imxrt_temperature_task::spawn(tempmon).unwrap();`",
"is_bot": false,
"headline": "impl Debug for TempMon",
"author_name": "Sebastian Kuzminsky",
"author_login": null,
"committed_at": "2024-11-25T00:52:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56f91a177b86a3221f9690a336bb6d653ffca94d",
"body": "LPSPI receive operations are reversing byte and half-word elements when\nthey place data in the caller's buffer. We can show this using the\nrevised loopback tests on an older LPSPI driver.\n\nThe unpacking routines need to consider the frame boundary and the bit\norder when they deconstruct the 32 bit LPSPI word.",
"is_bot": false,
"headline": "Fix LPSPI word unpacking in receive operations",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-11-18T11:52:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ec1e5513c8d286f73d34df8aa85ebfaa94bc46b",
"body": "Upcoming clippy versions have more agressive warnings about static mut,\nso I'm removing them from the logging package. The defmt frontend uses a\ncustom static with interior mutability. The implementation is otherwise\nthe same.\n\nI refactored the rest of the package to use `&'static mut`s produced by\n\n[…]\ned\nmemory and the mutable statics. The details are unchanged.\n\nTested the rtic_logging example on an 1170EVK: logging frontend with\nboth backends, and the defmt frontend with just the LPUART frontend.",
"is_bot": false,
"headline": "Remove static muts from logging package",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-11-04T13:39:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8ab1c972645c225621f6fdaacbbd71b6ccef2b49",
"body": "As of this commit, nothing triggers this warning.",
"is_bot": false,
"headline": "Warn when missing public safety docs",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-11-04T13:39:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "878f996bbe6cc908b90aacf8193a09e02fd61d3f",
"body": "I used this to locate all the missing comments in the previous commit.\nThis will produce warnings for contributors and errors in CI.",
"is_bot": false,
"headline": "Warn when unsafe blocks lack safety docs",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-11-04T13:39:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cbf419f83808bf99781fe205f8ed1bacf4bd530",
"body": "Most unsafe blocks already have an implementers comment describing\nwhy we think it's OK. This commit adds safety docs to those unsafe\nblocks that were missing the comment.",
"is_bot": false,
"headline": "Add missing safety docs for unsafe blocks",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-11-04T13:39:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32a712f7a24d09b135d68ca2d6956b0d42126991",
"body": "The safety contract of submodules assumes that end users cannot call\nthe `submodules` function themselves. This commit updates the visibility\nto prevent users from accidentally seeing this function.\n\nThis commit is backwards compatible; the function isn't exposed to end\nusers.",
"is_bot": false,
"headline": "Hide FlexPWM implementation details",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-11-04T13:33:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3888ee88b5f54838b643850af987ce56c1fd21d",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG with 0.5.8 details",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-11-01T11:39:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9697b3f6e61f095028ac80a0dd14c3384519303",
"body": null,
"is_bot": false,
"headline": "fix a couple of doc typos in gpio",
"author_name": "Sebastian Kuzminsky",
"author_login": null,
"committed_at": "2024-11-01T11:23:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb1132a2c34f71f5e4e65046bf4566849863cfa9",
"body": null,
"is_bot": false,
"headline": "Increased max computable lpuart baud. Added associated test.",
"author_name": "Trevin Price",
"author_login": "tprice02",
"committed_at": "2024-09-29T18:36:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc6d9072cec1c5e0b7d7d69ca584e03ed70a9140",
"body": null,
"is_bot": false,
"headline": "Fixed lpuart baud compute bug. Added secondary test.",
"author_name": "Trevin Price",
"author_login": "tprice02",
"committed_at": "2024-09-29T18:36:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31fa4fd630914a6a7279c534dcb312928b64c5da",
"body": "Today's beta clippy warns when the first paragraph is too long.",
"is_bot": false,
"headline": "Address upcoming clippy warnings",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-09-05T23:10:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "715a6434850d98fb13217abfc09bcaa0a09963d1",
"body": null,
"is_bot": false,
"headline": "Address clippy warnings",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-08-05T17:45:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d94d2105880368710205ad5592d78f55fcc0a07",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG with 0.5.7 release",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-08-05T17:45:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e004c18b37f00be76d48ff9141d069e238c8fed8",
"body": "PLL7 is required to use the secondary USB controller. PLL3 is only used for the primary USB controller.\r\n\r\nI briefly read through the imxrt1060 specification to ensure that it was intended to be clocked identically. I can't imagine much else needs verification, as this addition seems relatively simple.",
"is_bot": false,
"headline": "Add PLL7 (USB2 PLL) for 1060 MCUs",
"author_name": "Trevin-Price",
"author_login": "tprice02",
"committed_at": "2024-08-05T17:32:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06e6f735893eeb6a86f87dee6b9ab06d4e68a2c3",
"body": "The implementation doesn't return these errors anymore. I didn't mark\nthem as deprecated because users might be matching on them.",
"is_bot": false,
"headline": "Remove LpspiError::{Busy, NoData}",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-07-17T13:15:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d7765d5fb91aa6f1b6ec54e15978c0bcbca248e",
"body": "See the changelog for details.",
"is_bot": false,
"headline": "Remove deprecated APIs for 0.6 release",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-07-17T13:14:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5302e9f153abecc2ebddb518afa7cbe164313630",
"body": "Older versions of this package might not build anymore. See the upstream\nissue tracker for details. We're prepared to increase our version as of\nthe previous commit.\n\nI re-tested the mouse example on a 1010EVK.",
"is_bot": false,
"headline": "Bump usbd-hid to 0.8",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-07-16T13:25:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f282c243db46d5643cb560ae2bdf60d1607691b5",
"body": "The update requires us to adopt usb-device 0.3 and its associated\ndependencies. All USB examples, including rtic_logging, worked as\nexpected on a Teensy 4.0. We're still passing the usb-device TestClass\ntest suite on both a Teensy 4 and a 1010EVK.",
"is_bot": false,
"headline": "Update to imxrt-usbd 0.3",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-07-16T13:25:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d35a13bce6bddf82361ad44e9be85582d50bb50",
"body": null,
"is_bot": false,
"headline": "Prepare 0.5.6 release",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-07-05T12:53:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c6779ff564a9033a3f83f3b0e3f961b840c0b67",
"body": "Re-tested with the previous commit, and the example still behaves\nreasonably.",
"is_bot": false,
"headline": "Move the Teensy 4's I2C to LPI2C1/P18/P19",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-07-01T11:29:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "233694e099caa50a747b230ef7f9021cc028ba64",
"body": "Wait for the controller to become idle before returning to the\ntransaction caller. This is a stronger guarantee than waiting until the\nstop bit is sent, and it meets the EH1 interface requirements.\n\nThis commit still keeps the busy check at the start of the transactions.\nIf the bus is busy due to an\n[…]\nrts a high-level transaction somewhere in their\nlow-level command sequence.\n\nI updated one of the I2C examples to blast a device through the eh02\ninterfaces. It behaved reasonably on a Teensy 4 setup.",
"is_bot": false,
"headline": "Block at end of LPI2C embedded-hal transactions",
"author_name": "Ian McIntyre",
"author_login": "mciantyre",
"committed_at": "2024-07-01T11:29:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4abef5b6c26be036b2b3d47470588c4012130bdc",
"body": "- This crate uses eh02::blocking::i2c::Operation, which only exists for\n embedded-hal 0.2.6 and upwards.\n- This crate uses .complement() which only exists in bitflags 1.3 and\n upwards.\n- We use trailing commas, available in the 0.1.3 ral-registers release.",
"is_bot": false,
"headline": "Ensure proper dependency versions.",
"author_name": "Finomnis",
"author_login": "Finomnis",
"committed_at": "2024-06-24T10:33:18Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 22,
"commits_last_year": 36,
"latest_release_at": "2026-07-26T13:01:01Z",
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 13,
"days_since_latest_release": 0,
"mean_days_between_releases": 83.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "imxrt-hal",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"embedded",
"embedded-hal",
"imxrt",
"no_std",
"nxp",
"embedded",
"no-std"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/imxrt-hal",
"is_deprecated": false,
"latest_version": "0.6.0",
"repository_url": "https://github.com/imxrt-rs/imxrt-hal",
"versions_count": 28,
"total_downloads": 119985,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 3344,
"first_published_at": "2020-02-17T03:29:35.661758Z",
"latest_published_at": "2026-07-26T13:01:36.463712Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
},
{
"name": "board",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"2d",
"gamefield",
"vec2d",
"vec",
"vector"
],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/board",
"is_deprecated": false,
"latest_version": "0.2.2",
"repository_url": "https://github.com/jvdwrf/vec-2d",
"versions_count": 5,
"total_downloads": 7352,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 27,
"first_published_at": "2021-01-06T14:26:56.145948Z",
"latest_published_at": "2021-01-10T10:50:56.428451Z",
"latest_version_yanked": false,
"days_since_latest_publish": 2023
},
{
"name": "imxrt-log",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"embedded",
"embedded-hal",
"imxrt",
"no_std",
"nxp",
"embedded",
"no-std"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/imxrt-log",
"is_deprecated": false,
"latest_version": "0.2.0",
"repository_url": "https://github.com/imxrt-rs/imxrt-hal",
"versions_count": 4,
"total_downloads": 19102,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 424,
"first_published_at": "2023-01-05T17:42:41.996740Z",
"latest_published_at": "2026-07-26T13:03:32.581692Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 45,
"stars": 192,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2020-03-20",
"count": 1
},
{
"date": "2020-06-22",
"count": 1
},
{
"date": "2020-06-28",
"count": 1
},
{
"date": "2020-10-02",
"count": 1
},
{
"date": "2020-10-15",
"count": 1
},
{
"date": "2021-03-28",
"count": 1
},
{
"date": "2021-06-01",
"count": 1
},
{
"date": "2021-06-30",
"count": 1
},
{
"date": "2021-08-05",
"count": 1
},
{
"date": "2021-09-18",
"count": 1
},
{
"date": "2022-01-04",
"count": 1
},
{
"date": "2022-11-17",
"count": 1
},
{
"date": "2023-02-06",
"count": 1
},
{
"date": "2023-02-26",
"count": 1
},
{
"date": "2023-03-01",
"count": 1
},
{
"date": "2023-03-06",
"count": 1
},
{
"date": "2023-03-30",
"count": 1
},
{
"date": "2023-04-13",
"count": 1
},
{
"date": "2023-06-10",
"count": 1
},
{
"date": "2023-07-19",
"count": 1
},
{
"date": "2023-07-24",
"count": 1
},
{
"date": "2023-09-06",
"count": 1
},
{
"date": "2023-10-22",
"count": 1
},
{
"date": "2023-11-07",
"count": 1
},
{
"date": "2023-11-25",
"count": 1
},
{
"date": "2024-01-31",
"count": 1
},
{
"date": "2024-03-23",
"count": 1
},
{
"date": "2024-06-03",
"count": 1
},
{
"date": "2024-06-27",
"count": 1
},
{
"date": "2024-07-04",
"count": 1
},
{
"date": "2024-07-30",
"count": 1
},
{
"date": "2024-10-30",
"count": 1
},
{
"date": "2024-12-30",
"count": 1
},
{
"date": "2025-02-06",
"count": 1
},
{
"date": "2025-05-17",
"count": 1
},
{
"date": "2025-07-07",
"count": 1
},
{
"date": "2025-07-26",
"count": 1
},
{
"date": "2025-09-22",
"count": 1
},
{
"date": "2025-10-06",
"count": 1
},
{
"date": "2025-12-10",
"count": 1
},
{
"date": "2026-01-08",
"count": 1
},
{
"date": "2026-01-12",
"count": 1
},
{
"date": "2026-02-18",
"count": 1
},
{
"date": "2026-03-18",
"count": 1
}
],
"complete": true,
"collected": 44,
"total_forks": 45
},
"star_history": null,
"open_issues_and_prs": 21
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"board/Cargo.toml",
"logging/Cargo.toml"
],
"largest_source_bytes": 78420,
"source_files_sampled": 107,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"board/Cargo.toml",
"logging/Cargo.toml"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 39,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "cortex-m",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7"
},
{
"name": "cfg-if",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "bitflags",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0"
},
{
"name": "nb",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "futures",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.30"
},
{
"name": "eh02",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2.6"
},
{
"name": "eh1",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.0"
},
{
"name": "embedded-io",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7.1"
},
{
"name": "ral-registers",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.3"
},
{
"name": "defmt",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "imxrt-dma",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "imxrt-iomuxc",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "imxrt-ral",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "defmt",
"manifest": "board/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "imxrt-hal",
"manifest": "board/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "imxrt-iomuxc",
"manifest": "board/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "imxrt-ral",
"manifest": "board/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "imxrt-rt",
"manifest": "board/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "imxrt-log",
"manifest": "board/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "imxrt-usbd",
"manifest": "board/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "cortex-m",
"manifest": "board/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7"
},
{
"name": "imxrt-boot-gen",
"manifest": "board/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "lcd_1602_i2c",
"manifest": "board/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "critical-section",
"manifest": "logging/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "bbqueue",
"manifest": "logging/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5"
},
{
"name": "static_cell",
"manifest": "logging/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.1.0"
},
{
"name": "defmt",
"manifest": "logging/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "log",
"manifest": "logging/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "usb-device",
"manifest": "logging/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "usbd-serial",
"manifest": "logging/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "imxrt-hal",
"manifest": "logging/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "imxrt-usbd",
"manifest": "logging/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "imxrt-ral",
"manifest": "logging/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "bbqueue",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "cortex-m",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "critical-section",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "embedded-io",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "futures",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "imxrt-boot-gen",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "imxrt-dma",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "imxrt-iomuxc",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "imxrt-ral",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "lcd_1602_i2c",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "log",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "nb",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "ral-registers",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "static_cell",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "usb-device",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "usbd-serial",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "as-slice",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "cortex-m-rt",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "defmt-rtt",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "embedded-hal",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "imxrt1010evk-fcb",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "imxrt1060evk-fcb",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "imxrt1170evk-fcb",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "imxrt1180evk-fcb",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "menu",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "panic-probe",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "panic-rtt-target",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "pin-utils",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "rand_core",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "rtic",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "rtt-target",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "teensy4-fcb",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "teensy4-panic",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "usbd-hid",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "vmu-rt1170-fcb",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "void",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "wm8960",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 39,
"direct_count": 18,
"indirect_count": 21
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 130,
"open_issues": 17,
"closed_ratio": 0.734,
"closed_issues": 47,
"closed_unmerged_prs": 12
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "mciantyre",
"commits": 150,
"avatar_url": "https://avatars.githubusercontent.com/u/7933926?v=4"
},
{
"type": "User",
"login": "Finomnis",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/3129043?v=4"
},
{
"type": "User",
"login": "tacertain",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/1661153?v=4"
},
{
"type": "User",
"login": "SpinFast",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/148723684?v=4"
},
{
"type": "User",
"login": "libesz",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/311062?v=4"
},
{
"type": "User",
"login": "Florob",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/133684?v=4"
},
{
"type": "User",
"login": "tprice02",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/113460795?v=4"
},
{
"type": "User",
"login": "brandondahler",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1155895?v=4"
},
{
"type": "User",
"login": "djmdjm",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/170281?v=4"
},
{
"type": "User",
"login": "korken89",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/913109?v=4"
}
],
"contributors_sampled": 14,
"top_contributor_share": 0.765
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"release.yml",
"rust.yml",
"weekly.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "11 out of 11 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/13 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 9,
"reason": "11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "70abea56fff38860bb5f11294947c8912b7e1c59",
"ran_at": "2026-07-26T14:58:29Z",
"aggregate_score": 4.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-26T13:01:41Z",
"oldest_open_prs": [
{
"number": 146,
"created_at": "2023-11-26T20:44:32Z",
"last_comment_at": "2025-07-19T13:47:58Z",
"last_comment_author": "mciantyre"
},
{
"number": 151,
"created_at": "2024-01-31T18:00:21Z",
"last_comment_at": "2024-02-01T21:43:28Z",
"last_comment_author": "mciantyre"
},
{
"number": 163,
"created_at": "2024-06-08T19:58:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 171,
"created_at": "2024-08-14T22:59:43Z",
"last_comment_at": "2024-10-30T01:18:31Z",
"last_comment_author": "SebKuzminsky"
}
],
"last_merged_pr_at": "2026-07-26T12:49:46Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 25,
"created_at": "2020-03-15T16:39:33Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 56,
"created_at": "2020-05-04T13:16:01Z",
"last_comment_at": "2020-10-21T15:35:54Z",
"last_comment_author": "teburd"
},
{
"number": 72,
"created_at": "2020-07-07T15:21:19Z",
"last_comment_at": "2022-01-26T15:58:42Z",
"last_comment_author": "shumpohl"
},
{
"number": 93,
"created_at": "2020-10-18T13:28:53Z",
"last_comment_at": "2020-10-25T19:22:25Z",
"last_comment_author": "teburd"
},
{
"number": 103,
"created_at": "2020-11-27T12:48:43Z",
"last_comment_at": "2022-10-27T08:01:43Z",
"last_comment_author": "talhaHavadar"
},
{
"number": 116,
"created_at": "2022-01-08T17:05:23Z",
"last_comment_at": "2022-01-18T22:38:15Z",
"last_comment_author": "mciantyre"
},
{
"number": 117,
"created_at": "2022-01-26T16:14:20Z",
"last_comment_at": "2022-04-11T16:00:08Z",
"last_comment_author": "mciantyre"
},
{
"number": 118,
"created_at": "2022-04-06T11:52:55Z",
"last_comment_at": "2022-12-07T02:25:17Z",
"last_comment_author": "mciantyre"
},
{
"number": 119,
"created_at": "2022-07-10T13:33:24Z",
"last_comment_at": "2023-03-15T23:08:42Z",
"last_comment_author": null
},
{
"number": 120,
"created_at": "2022-09-25T22:08:09Z",
"last_comment_at": "2026-03-11T23:23:19Z",
"last_comment_author": "tacertain"
},
{
"number": 123,
"created_at": "2023-01-28T10:59:38Z",
"last_comment_at": "2023-01-29T16:10:16Z",
"last_comment_author": "teburd"
},
{
"number": 142,
"created_at": "2023-11-05T09:09:10Z",
"last_comment_at": "2025-04-22T06:10:27Z",
"last_comment_author": "Finomnis"
},
{
"number": 147,
"created_at": "2023-12-19T19:44:11Z",
"last_comment_at": "2023-12-26T20:37:58Z",
"last_comment_author": "Finomnis"
},
{
"number": 152,
"created_at": "2024-01-31T18:04:09Z",
"last_comment_at": "2024-02-01T21:41:07Z",
"last_comment_author": "mciantyre"
},
{
"number": 182,
"created_at": "2024-12-09T00:24:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 184,
"created_at": "2025-01-02T08:52:49Z",
"last_comment_at": "2025-01-09T00:12:41Z",
"last_comment_author": "teburd"
},
{
"number": 207,
"created_at": "2026-05-25T14:07:55Z",
"last_comment_at": "2026-05-31T10:00:57Z",
"last_comment_author": "Finomnis"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/imxrt-rs/imxrt-hal",
"host": "github.com",
"name": "imxrt-hal",
"owner": "imxrt-rs"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"security": 44,
"vitality": 78,
"community": 62,
"governance": 63,
"engineering": 50
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 78,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"commits_last_year": 36,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 13
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "13/52 weeks with commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 13
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "36 commits in the last year",
"points": 14.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 36
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9",
"points": 9,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 22,
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 83.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "22 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 22
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~83.4 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 83.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 62,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"forks": 45,
"stars": 192,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "192 stars",
"points": 37,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 192
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "45 forks",
"points": 13.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 45
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"packages": [
"imxrt-hal",
"imxrt-log"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 139087,
"monthly_downloads": 3768
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,768 downloads/month across crates",
"points": 47.7,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3768,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 63,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 14,
"top_contributor_share": 0.765
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 76% of commits",
"points": 5.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 76
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "14 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 14
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"merged_prs": 130,
"open_issues": 17,
"closed_issues": 47,
"issue_closed_ratio": 0.734,
"closed_unmerged_prs": 12
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "73% of issues closed",
"points": 34.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 73
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "130/142 decided PRs merged",
"points": 35,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 130,
"decided": 142
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/13 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"followers": 36,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "imxrt-rs",
"public_repos": 21,
"account_age_days": 2361
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "36 followers of imxrt-rs",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 36,
"login": "imxrt-rs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "21 public repos, account ~6 yr old",
"points": 21.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 21
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"imxrt-hal",
"imxrt-log"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "2 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 2,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "28 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 28
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 50,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "11 out of 11 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"nxp",
"rust"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "2 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 2
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 44,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "11 out of 11 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/13 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 8
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 40,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.57,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "57 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 30.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 57,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [
"Cargo.toml",
"board/Cargo.toml",
"logging/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, board/Cargo.toml, logging/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, board/Cargo.toml, logging/Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 78420,
"source_files_sampled": 107,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/107 source files over 60KB",
"points": 54,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 107,
"oversized": 2
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"crates package 'board' points at a different repository (https://github.com/jvdwrf/vec-2d); excluded from ecosystem scoring",
"deps.dev does not index crates:imxrt-hal@0.6.0; advisories assessed against the repository dependency graph instead",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-26T14:58:47.740247Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/i/imxrt-rs/imxrt-hal.svg",
"full_name": "imxrt-rs/imxrt-hal",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}