diff options
| author | Foo <34515228+fooooooooooooooo@users.noreply.github.com> | 2024-05-27 04:26:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-27 11:26:09 +0000 |
| commit | 6865b696161d32cd47e1ccbfac942c38385d6dfd (patch) | |
| tree | d7055f9dc0a4a4c26d0fb4f8a2b955f9ca9f5dd6 /xtask | |
| parent | 2efdef6029fc3b38974cea1664aba321f6c63ec4 (diff) | |
add support for nrf52805 (#941)
Diffstat (limited to 'xtask')
| -rw-r--r-- | xtask/src/argument_parsing.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xtask/src/argument_parsing.rs b/xtask/src/argument_parsing.rs index c327af8..d7301f4 100644 --- a/xtask/src/argument_parsing.rs +++ b/xtask/src/argument_parsing.rs @@ -76,6 +76,7 @@ impl Package { "cortex-m-systick", "cortex-m-systick,systick-64bit", "rp2040", + "nrf52805", "nrf52810", "nrf52811", "nrf52832", |
