| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-28 | Prototype a v0.2HEADv0.2 | Ian McIntyre | |
| Needs to be documented. The gist: remove references to MMIO, and add support for nested structures. Drop the reset_reg! macro. | |||
| 2023-06-18 | Allow trailing commas at register macros | Finomnis | |
| 2022-12-07 | Expand macros testing for register scalars, arrays | Ian McIntyre | |
| The parent commit extends the macros to support both scalar and array register access. This commit extends the macro test suite to test both scalar and array register access. It also tests that you can use things that deref to a register block, including normal references, deref smart pointers, and raw pointers. The tests cases carry over the shadowed variable tests. | |||
| 2021-09-29 | Begin testing read, write, modify macros | Ian McIntyre | |
| Ported from the imxrt-ral core test suite. Demonstrate that there are no "unused variable" warnings in tests by denying warnings for select tests. These tests show that #2 is resolved. | |||
